rschmitt commented on PR #709: URL: https://github.com/apache/httpcomponents-client/pull/709#issuecomment-3229020675
> The `testSlowSequentialRequests`, `testOneLargeBatchOfRequests`, and `testSpacedOutBatchesOfRequests` tests still submit requests in a tight loop. The `testRapidSequentialRequests` test behaves correctly. I'm not sure what you mean. The tests are all doing what I intend them to do. > ``` > openjdk version "1.8.0_342" > OpenJDK Runtime Environment Corretto-8.342.07.4 (build 1.8.0_342-b07) > OpenJDK 64-Bit Server VM Corretto-8.342.07.4 (build 25.342-b07, mixed mode) > ``` I'm _really_ glad you posted this. I'm running with Corretto-8.462.08.1 (build 1.8.0_462-b08). Just for grins, I tried the reproducer with corretto-8.342.07.3, installed via https://github.com/jdx/mise (handy dandy!), and it's not reproducing the problem. I bet if you [grab the latest version](https://docs.aws.amazon.com/corretto/latest/corretto-8-ug/downloads-list.html) (or `mise install java@corretto-8.462.08.1`) you'll be able to reproduce the problem. If you install mise, you can do this by running: ``` mise shell java@corretto-8.462.08.1 ./mvnw -Pslow-tests,-use-toolchains ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org