-
Notifications
You must be signed in to change notification settings - Fork 593
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
java/Ice/ami test failure (Windows, CI) #3049
Comments
Possibly related to: #3044 |
Looking the logs: client
server
|
Failed again in https://github.com/zeroc-ice/ice/actions/runs/11794851864/job/32853329283
|
The odd part of the latest logs: client
server
There is no "Network: received wss connection close frame" in the server log. |
Is this "received request during closing" expected with the test? One issue with this test is that it doesn't wait for the completion of previous async opWithPayload operations like in:
I was working on cleaning this up |
This should be inside while loop, otherwise when we retry the close might be already in progress. |
I also got
|
Yes, that's a core part of the test. Verify that the client actually retries with a new connection. |
I was able to reproduce this failure in a VM with wss by:
Failed after ~40 iterations. And later on after 210 iterations. Could not reproduce it with ws with over 18K iterations. |
Why would this be a concern? If the close is already in the progress:
|
Fixed by #3142 |
From https://github.com/zeroc-ice/ice/actions/runs/11667259880/job/32484152445:
The text was updated successfully, but these errors were encountered: