Pause tests hanging on ctlc=True
#9
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
2 cases thus far.. which you can see in the now decorated tests @
81349f7c09
trio
core actually that seems to be with bg-threads as per thetests.devx.test_pause_from_non_trio.test_pause_from_sync
which when thectlc=True
parametrization is set hangs on the finalEOF
termination which is definitely reproducable manually from the example scriptexamples/debugging/sync_bp.py
where youc
x4 and then do a ctl-c mash on the last repl prompt and then a finalc
which seems to gettrio
into aSIGINT
igoring hang state !?asyncio
test-script which will actually KBI out early on a ctlc mashing; obvi this is preferred over the hanging we get above..shield_sigint()
handler to work better with aio..Likely relations with,
debugger
tagged issue list: https://github.com/goodboy/tractor/issues?q=is%3Aissue+is%3Aopen+label%3Adebugger