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
One of the async fixture tests is intermittently failing with
init time: 316ms
test test_rondpoint ... ok
Exception in thread "main" java.lang.AssertionError: 1 current handle count != 0
at TestFixtureFutures.main(TestFixtureFutures.java:275)
test test_futures_fixtures ... FAILED
It's unclear if that's a failure in the targeted test, or a rogue handle from an earlier test.
The text was updated successfully, but these errors were encountered:
One of the async fixture tests is intermittently failing with
It's unclear if that's a failure in the targeted test, or a rogue handle from an earlier test.
The text was updated successfully, but these errors were encountered: