forked from goodboy/tractor
1
0
Fork 0
tractor/tests
Tyler Goodlet c1727ce05e Add a test of both stream styles side-by-side
Not sure we even have a test for this yet. The main issue discovered by
a user project (https://github.com/adder46/wrath) was that a kbi raised
inside a block like this (with both recv-only and send-recv streams)
would not cancel on the first ctrl-c sent from console and instead
SIGiNT had to be repeatedly sent as many times as there are subactors in
the first level tree. This test catches that as well as just verifies
the basic side-by-side functionality.
2021-10-04 10:38:22 -04:00
..
conftest.py Factor `repodir()` helper into conftest.py 2020-10-13 14:49:31 -04:00
test_2way.py Expect context cancelled when we cancel 2021-07-06 08:23:30 -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 Better early timeout handling, continue on child re-lock 2021-08-01 13:10:51 -04:00
test_discovery.py Drop run and rpc_module_paths from discovery tests 2021-05-07 11:21:40 -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 Drop sleep 2021-05-07 11:21:40 -04:00
test_rpc.py Drop lingering rpc_module_paths refs 2021-05-07 11:21:40 -04:00
test_spawning.py Drop run and rpc_module_paths from spawning tests 2021-05-07 11:21:40 -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 Add a first receiver is cancelled test 2021-09-02 21:12:54 -04:00