gnodet opened a new pull request, #2972: URL: https://github.com/apache/cxf/pull/2972
## Summary - Both `AttachmentChunkingTest` and `AttachmentMtomChunkingTest` have inner classes named `DownloadServer` - Both use `allocatePort(DownloadServer.class)` which resolves to the same port via `TestUtil` (stores under the simple class name `DownloadServer`) - When both tests run in the same JVM, the second test fails with `ListenerRegistrationException: Soap 1.1 endpoint already registered on address` - Fix: use `allocatePort(AttachmentMtomChunkingTest.class)` to get a distinct port ## Test plan - [ ] Both `AttachmentChunkingTest` and `AttachmentMtomChunkingTest` pass in the same surefire fork 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
