forked from goodboy/tractor
1
0
Fork 0
tractor/tests
Tyler Goodlet b14699d40b Adjust debugger tests to expect depth > 1 crashes
With the new fixes to the trio spawner we can expect that both root
*and* depth > 1 nursery owning actors will now not clobber any children
that are in debug (either via breakpoint or through crashing). The tests
changed now include more checks which ensure the 2nd level parent-ish
actors also bubble up through into `pdb` and don't kill any of their
(crashed) children before they're done themselves debugging.
2021-10-14 13:39:46 -04:00
..
conftest.py Factor `repodir()` helper into conftest.py 2020-10-13 14:49:31 -04:00
test_2way.py Add longer timeout on windows 2021-10-04 12:10:39 -04:00
test_advanced_streaming.py Add a test of both stream styles side-by-side 2021-10-04 10:38:22 -04:00
test_cancellation.py Handle top level multierror that presents now? 2021-07-02 11:55:16 -04:00
test_debugger.py Adjust debugger tests to expect depth > 1 crashes 2021-10-14 13:39:46 -04:00
test_discovery.py Don't expect list value from registry 2021-10-05 13:37:17 -04:00
test_docs_examples.py Add 2-way streaming example to readme and scripts 2021-07-31 12:10:25 -04:00
test_local.py Mostly drop run from local tests 2021-05-07 11:21:40 -04:00
test_multi_program.py Drop run from multi prog tests 2021-05-07 11:21:40 -04:00
test_pubsub.py Lol, fix sub-actor case 2021-10-14 13:39:46 -04:00
test_rpc.py Drop lingering rpc_module_paths refs 2021-05-07 11:21:40 -04:00
test_spawning.py Ensure tuple for passed in arbiter addr 2021-10-05 13:37:17 -04:00
test_streaming.py Drop stream shielding; it was from a legacy design 2021-09-02 08:24:18 -04:00
test_task_broadcasting.py Hipshot, try to avoid subs teardown race 2021-10-05 12:19:24 -04:00