RFR: 8304701: Request with timeout aborts later in-flight request on HTTP/1.1 cxn [v2]
Conor Cleary
ccleary at openjdk.org
Fri Nov 17 09:44:30 UTC 2023
On Fri, 17 Nov 2023 07:01:14 GMT, Michael McMahon <michaelm at openjdk.org> wrote:
> > I noticed that the test can fail on windows-x64 builds ocasionally purely because the initial connection on that architecture takes longer and can cause the timeout to occur during the first client request before redirection. Simple fix for this is to increase the timeout value more (which I already did previously but I've noticed it again) unless there are any alternative suggestions?
>
> Maybe try to increase the client side timeout to 1 second and increase the number of iterations as well. We'd need to be pretty sure that the test is reliable to avoid creating unwanted noise in the test results.
I think this should do the trick yeah. I wanted to make the test as short as I possibly could but theres a balance to be struck to keep it reliable by increasing the timeout value
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16689#issuecomment-1816043909
More information about the net-dev
mailing list