Add logging to some cancel tests

drop-trip-update-trio^2
Tyler Goodlet 2020-07-20 19:51:07 -04:00
parent 86ed8111d8
commit 409ceefd6e
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ async def test_cancel_infinite_streamer(start_method):
],
)
@tractor_test
async def test_some_cancels_all(num_actors_and_errs, start_method):
async def test_some_cancels_all(num_actors_and_errs, start_method, loglevel):
"""Verify a subset of failed subactors causes all others in
the nursery to be cancelled just like the strategy in trio.