slachiewicz opened a new issue, #2093: URL: https://github.com/apache/maven-resolver/issues/2093
### Affected version HEAD (observed on PR builds, 2026-08-30) ### Bug description `JdkTransporterTest` fails intermittently on the `Verify / windows-latest jdk-26-zulu 3.10.0-rc-1` job, on **two different methods** in two separate runs, and passes on rerun with no code change. ``` [ERROR] Tests run: 93, Failures: 0, Errors: 1, Skipped: 8 [ERROR] JdkTransporterTest>HttpTransporterTest.testGet_HTTP3:943 ยป IllegalState... ``` ``` [ERROR] Tests run: 93, Failures: 1, Errors: 0, Skipped: 8 [ERROR] JdkTransporterTest>HttpTransporterTest.testPut_AuthCache:1525 expected ... ``` Both excerpts are truncated: the runs have since been re-run, which replaced the logs. I did not capture the full stack traces before that happened. ### Why this looks like flakiness rather than a real failure - Two different test methods failed on two different pull requests, in the same class and the same matrix cell. A genuine defect would tend to fail the same way twice. - Both runs went green on rerun with no change to the branch. - Neither pull request touches the transport modules. - Only `windows-latest` + `jdk-26-zulu` is affected; the same commits pass on every other matrix cell. ### Possibly related #2036 (closed) reported `JettyTransporterTest.testGet_HTTP3` failing with an `IllegalState...`, suspected to be interference between tests. This is the same test name and the same failure shape on the JDK transporter rather than the Jetty one, so the two may share a cause. `testPut_AuthCache` failing as well suggests it is not specific to HTTP/3. I have not reproduced this locally and have no Windows or JDK 26 environment to try, so I cannot say whether it is a test issue or a client behaviour difference on that JDK. *This issue was created with AI assistance.* -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
