Tyler Goodlet
a5279f80a7
Actually reproduce the de-registration problem
...
This truly reproduces #141 . It turns out the problem only occurs when
we're cancelled in the middle of consuming "infinite streams".
Good news is this tests a lot of edge cases :)
2020-08-03 18:28:09 -04:00
Tyler Goodlet
699bfd1857
Run unreg on cancel tests with remote arbiter as well
2020-08-03 15:41:41 -04:00
Tyler Goodlet
0d9483376d
Test cancel with SIGINT on non-windows as well
2020-08-03 13:01:56 -04:00
Tyler Goodlet
cd2d8c217a
Test that subactors deregister on cancel
2020-08-03 12:53:03 -04:00
Tyler Goodlet
97df927714
Run first example test under both start methods
2019-10-30 00:31:28 -04:00
Tyler Goodlet
5760bb1b7c
Adjust test timeout/sync handling for windows
2019-03-31 15:34:44 -04:00
Christian López Barrón
2138d55a60
increased trio.sleep time for other actors to spawn
2019-03-13 21:32:45 +11:00
Tyler Goodlet
ea60a3dff9
Test the `wait_for_actor()` api
2018-08-13 00:06:22 -04:00
Tyler Goodlet
e4ef973be9
Add discovery testing
...
Add a new test to verify actors register with their `.uid` tuple as
per #7 . Break off relevant "discovery" tests into a new test module.
2018-08-07 14:30:25 -04:00