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
* Make iface-error-test-1 more reliable
The diagnostics can arrive either before or after progress completed, so there's a race condition here: if they arrive after, then the test script will get confused
* make iface-error-test-1 more reliable
Progress and diagnostics can arrive in any order: a test that waits for both is creating a race condition
* added a comment
* Fix single-threaded test execution
* Fix another diagnostics/progress race condition in tests
0 commit comments