forked from goodboy/tractor
1
0
Fork 0
tractor/tests
Tyler Goodlet a38a983225 Increase debugger poll delay back to prior value
If we make it too fast a nursery with debug mode children can cancel
too fast and causes some test failures. It's likely not a huge deal
anyway since the purpose of this poll/check is for human interaction
and the current delay isn't really that noticeable.

Decrease log levels in the debug module to avoid console noise when in
use. Toss in some more detailed comments around the new debugger lock
points.
2021-12-10 11:54:27 -05:00
..
conftest.py Properly set console logging in test suite 2021-12-07 13:17:10 -05:00
test_2way.py Move context-streaming operational tests into one mod 2021-12-06 16:45:44 -05: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 Don't assume exception order from nursery 2021-12-02 08:45:58 -05:00
test_clustering.py Enable bp on clustering test 2021-12-05 20:02:55 -05:00
test_context_stream_semantics.py Add stream open before started, detailed semantics comment 2021-12-07 09:48:35 -05:00
test_debugger.py Increase debugger poll delay back to prior value 2021-12-10 11:54:27 -05: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 Increase timeout, windows... 2021-11-20 13:08:19 -05:00
test_streaming.py Adjust remaining examples and tests for non-backpressure default 2021-12-05 19:52:09 -05:00
test_task_broadcasting.py Slight delay to avoid flaky bcast race 2021-12-06 12:17:37 -05:00