wombatu-kun opened a new pull request, #16504: URL: https://github.com/apache/iceberg/pull/16504
## Summary Split out from #16438 per reviewer request. Two related improvements to integration-test observability in CI: - Capture docker container logs (kafka, connect, iceberg) to `build/testlogs/<service>-container.log` via testcontainers `withLogConsumer`, so coordinator-side failures are visible when an Awaitility timeout surfaces as a bare `AssertionError`. - Mirror the unit-test `testLogging` / `addTestOutputListener` configuration on the `integrationTest` Gradle task, and extend the Kafka Connect CI artifact upload to also include `**/build/reports/tests/integrationTest`. ## Test plan - [ ] `./gradlew :iceberg-kafka-connect:iceberg-kafka-connect-runtime:compileIntegrationJava` passes - [ ] Kafka Connect CI workflow succeeds and uploads `kafka-connect-tests` artifact containing both container logs and per-test reports 🤖 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
