-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3 issue tests fail #877
Comments
For me only 256 and 825 are failing. Going to look into 825 Best regards, |
Test 677 also fails intermittently, indicating a race condition when closing a WebSocket. See this StackOverflow answer for an easy way to run the test repeatedly. For me it fails 5-10% of the time. |
Test 661 was failing because the |
#880 fixes the test for 661. |
Cannot reproduce Test825 |
You said you could before. Did it just stop failing for you? |
Just updated my development branch... not sure, can you take a look at this? |
It's just a naive test. It calls a non-blocking method to reconnect to the server on line 111, waits 100ms, assumes that the connection has been reestablished, and tries to send another message. With my setup, the reconnection actually takes somewhere between 100-200ms. Issue #825 turned out to not even be any kind of bug in the library. My suggestion is to delete the test entirely. |
@NoahAndrews better make it stable and maybe create a separate issue better matching the test. Best regards, |
825 should be more stable with #894 (350 runs without fail) |
Describe the bug
Some tests fail on the master branch.
To Reproduce
AllTests
Expected behavior
All tests should pass.
Environment(please complete the following information):
The text was updated successfully, but these errors were encountered: