-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Replication
-
Fully Compatible
-
Repl 2024-09-30, Repl 2024-10-14
Currently, it can be difficult to debug unit tests that use the mock network fixture. Oftentimes, unit tests that are not set up correct will hang indefinitely instead of failing, making it difficult to gather info into what is actually incorrect.
One potential way to improve this would be to periodically output expectations that are not satisfied in mock.runUntilExpectationsSatisfied.