ex172000 opened a new pull request, #2703: URL: https://github.com/apache/iggy/pull/2703
## Which issue does this PR close? Closes #2702 ## Rationale For more stable Java test runs locally ## What changed? Integration tests should not just directly use the 8090 port, instead it should get the random port mapped from 8090 with Testcontainers. This change fixed the failed test by 1) adding the missing class extension 2) getting the random port to create the client.. ## Local Execution - Passed `./gradlew test` - Pre-commit hooks ran ## AI Usage 1. Which tools? (e.g., GitHub Copilot, Claude, ChatGPT) - Codex 3. Scope of usage? (e.g., autocomplete, generated functions, entire implementation) - AI is used for identification the issue and proposed the initial fix. 5. How did you verify the generated code works correctly? - The test is ran to ensure the fix is actually working - Invalid/unnecessary changes are removed from the initial draft and still ensured fix working 6. Can you explain every line of the code if asked? - Yes -- 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]
