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
I've been working with the Issue256Test class in your repository and wanted to address some flakiness I observed in the tests runReconnectSocketClose and runReconnectCloseBlocking. These tests were intermittently failing (detected by iDFlakies due to shared state and improper resource management, leading to Non-Order-Deterministic (NOD) flakiness.
You should see Detected incompatible test case (org.java_websocket.issues.Issue256Test.runReconnectSocketClose) Detected incompatible test case (org.java_websocket.issues.Issue256Test.runReconnectCloseBlocking)
indicating NOD flakiness
Additional context
I will submit a PR addressing this issue
The text was updated successfully, but these errors were encountered:
Describe the bug
I've been working with the Issue256Test class in your repository and wanted to address some flakiness I observed in the tests runReconnectSocketClose and runReconnectCloseBlocking. These tests were intermittently failing (detected by iDFlakies due to shared state and improper resource management, leading to Non-Order-Deterministic (NOD) flakiness.
To Reproduce
Steps to reproduce the behavior:
mvn install -am -DskipTests
mvn edu.illinois.cs:idflakies-maven-plugin:2.0.0:detect -Ddt.randomize.rounds=10 -Ddt.detector.original_order.all_must_pass=false
Detected incompatible test case (org.java_websocket.issues.Issue256Test.runReconnectSocketClose)
Detected incompatible test case (org.java_websocket.issues.Issue256Test.runReconnectCloseBlocking)
indicating NOD flakiness
Additional context
I will submit a PR addressing this issue
The text was updated successfully, but these errors were encountered: