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
TurtleTests are spinning a SimulatedNetwork with several nodes, using the production PlatformWiring. The whole structure is complex and prone to deadlock errors, especially if there is a bug or an issue.
A helper mechanism should be integrated, which in case of deadlocks gracefully shut down the tests with proper logging, without leaving the tests to block indefinitely.
The text was updated successfully, but these errors were encountered:
TurtleTests are spinning a
SimulatedNetwork
with several nodes, using the productionPlatformWiring
. The whole structure is complex and prone to deadlock errors, especially if there is a bug or an issue.A helper mechanism should be integrated, which in case of deadlocks gracefully shut down the tests with proper logging, without leaving the tests to block indefinitely.
The text was updated successfully, but these errors were encountered: