You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As found in d6ed97d of the #351 work, there is a nasty issue that
causes an un-interrupt-able hang when we use enough tractor.breakpoint()s in the right spots and infected asyncio mode
where the asyncio task somehow gets stuck in some kind of cancelled
state (maybe?)
The whole thing needs to be more thoroughly investigated and a proper
test suite built out.
ToDo testing:
at least one test that actually uses the flags intro-ed in d6ed97d with a comparable timeout.
a fix for that case ^ 😂
The text was updated successfully, but these errors were encountered:
As found in d6ed97d of the #351 work, there is a nasty issue that
causes an un-interrupt-able hang when we use enough
tractor.breakpoint()
s in the right spots and infectedasyncio
modewhere the
asyncio
task somehow gets stuck in some kind of cancelledstate (maybe?)
The whole thing needs to be more thoroughly investigated and a proper
test suite built out.
ToDo testing:
d6ed97d with a comparable timeout.
The text was updated successfully, but these errors were encountered: