-
Notifications
You must be signed in to change notification settings - Fork 19
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
Timeout in Http1AdaptorEdge2EdgeTest.test_3000_N_client_pipeline_cancel #1236
Comments
|
kgiusti
added a commit
to kgiusti/skupper-router
that referenced
this issue
Feb 20, 2024
…issue Need more insight into the test failure in order to fix this issue.
kgiusti
added a commit
that referenced
this issue
Feb 20, 2024
Update: failed again. Timeout:
The expected value of _server_get_outstanding should be 4 (requests from clients 0 thru 3). Loops forever since 4 != 5. Seems like very occasionally the link may be counting a delivery as both unsettled and undelivered, leading to a count +1 greater than the actual outstanding deliveries. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Occasionally this test fails with a timeout:
The test sends a batch of http requests to a server that does not send a reply. In a failed trace I see all these request successfully arrive at the server. The test then waits until the egress router count of undelivered/unsettled deliveries reflect the number of requests sent.
See here
I think the timeout is caused by the test getting stuck here.
I'll need to add better diagnostics to that counter query so we can see why the counters are not as expected when the test fails.
The text was updated successfully, but these errors were encountered: