tractor/tests
Tyler Goodlet 7fb1c45ac7 Tweak inter-peer tests for new/refined semantics
Buncha subtle details changed mostly to do with when `Context.cancel()`
gets called on "real" remote errors vs. (peer requested) cancellation
and then local side handling of `ContextCancelled`.

Specific changes to make tests pass:
- due to raciness with `sleeper_ctx.result()` raising the ctxc locally
  vs. the child-peers receiving similar ctxcs themselves (and then
  erroring and propagating back to the root parent), we might not see
  `._remote_error` set during the sub-ctx loops (except for the sleeper
  itself obvi).
- do not expect `.cancel_called`/`.cancel_caught` to be set on any
  sub-ctx since currently `Context.cancel()` is only called non-shielded
  and thus is not in invoked when `._scope.cancel()` is called as part
  of each root-side ctx ref/block handling the inter-peer ctxc.
- do not expect `Context._scope.cancelled_caught` to be set in most cases
  (even the sleeper)

TODO Outstanding adjustments not fixed yet:
-[ ] `_scope.cancelled_caught` checks outside the `.open_context()`
  blocks.
2025-03-16 14:01:50 -04:00
..
conftest.py Handle `mp` spawn method cases in test suite 2023-01-29 14:55:02 -05:00
test_2way.py Move context-streaming operational tests into one mod 2021-12-06 16:45:44 -05:00
test_advanced_faults.py Add a simplified zombie lord specific process reaping test 2023-01-29 14:55:02 -05:00
test_advanced_streaming.py Flip rpc tests over to use `ExceptionGroup` on new `trio` 2025-03-16 14:01:50 -04:00
test_cancellation.py Make `@context`-cancelled tests more pedantic 2025-03-14 22:18:31 -04:00
test_child_manages_service_nursery.py Flip rpc tests over to use `ExceptionGroup` on new `trio` 2025-03-16 14:01:50 -04:00
test_clustering.py Fix cluster test to use `allow_overruns` 2023-05-15 10:00:45 -04:00
test_context_stream_semantics.py Make `@context`-cancelled tests more pedantic 2025-03-14 22:18:31 -04:00
test_debugger.py Port all tests to new `reg_addr` fixture name 2025-03-14 13:42:15 -04:00
test_discovery.py Port all tests to new `reg_addr` fixture name 2025-03-14 13:42:15 -04:00
test_docs_examples.py Skip `advanced_faults/` subset in docs examples tests 2023-01-29 14:55:02 -05:00
test_infected_asyncio.py Fix `Context.result()` call to be in runtime scope 2025-03-14 13:44:09 -04:00
test_inter_peer_cancellation.py Tweak inter-peer tests for new/refined semantics 2025-03-16 14:01:50 -04:00
test_legacy_one_way_streaming.py Port all tests to new `reg_addr` fixture name 2025-03-14 13:42:15 -04:00
test_local.py Port all tests to new `reg_addr` fixture name 2025-03-14 13:42:15 -04:00
test_multi_program.py Port all tests to new `reg_addr` fixture name 2025-03-14 13:42:15 -04:00
test_pubsub.py Port all tests to new `reg_addr` fixture name 2025-03-14 13:42:15 -04:00
test_resource_cache.py Bump timeout on resource cache test a bitty bit. 2025-03-14 14:14:53 -04:00
test_rpc.py Flip rpc tests over to use `ExceptionGroup` on new `trio` 2025-03-16 14:01:50 -04:00
test_runtime.py Tolerate eg in runtime test teardown 2022-10-14 19:42:23 -04:00
test_spawning.py Port all tests to new `reg_addr` fixture name 2025-03-14 13:42:15 -04:00
test_task_broadcasting.py Port all tests to new `reg_addr` fixture name 2025-03-14 13:42:15 -04:00
test_trioisms.py Add a new "trioisms" test mod for tracking `trio` wishlist behaviour 2022-04-12 13:05:56 -04:00