m1a2st opened a new pull request, #20886: URL: https://github.com/apache/kafka/pull/20886
The openjdk image has been officially deprecated (ref: https://hub.docker.com/_/openjdk ), so we’ll need to switch to another base image for our E2E test environment. I tested this on my local machine using the following command: ``` jdk_version="sapmachine:17-jdk-ubuntu-jammy" \ image_name="ducker-ak:$(git rev-parse --short HEAD)" \ TC_PATHS="tests/kafkatest/tests/client/pluggable_test.py" \ /bin/bash tests/docker/run_tests.sh ``` result: ``` [INFO:2025-11-14 14:40:35,072]: RunnerClient: kafkatest.tests.client.pluggable_test.PluggableConsumerTest.test_start_stop.metadata_quorum=ISOLATED_KRAFT: PASS [WARNING - 2025-11-14 14:40:35,072 - runner_client - log - lineno:459]: RunnerClient: kafkatest.tests.client.pluggable_test.PluggableConsumerTest.test_start_stop.metadata_quorum=ISOLATED_KRAFT: Test requested 4 nodes, used only 3 [WARNING:2025-11-14 14:40:35,072]: RunnerClient: kafkatest.tests.client.pluggable_test.PluggableConsumerTest.test_start_stop.metadata_quorum=ISOLATED_KRAFT: Test requested 4 nodes, used only 3 [INFO:2025-11-14 14:40:35,073]: RunnerClient: kafkatest.tests.client.pluggable_test.PluggableConsumerTest.test_start_stop.metadata_quorum=ISOLATED_KRAFT: Data: None ================================================================================ SESSION REPORT (ALL TESTS) ducktape version: 0.12.0 session_id: 2025-11-14--004 run time: 13.568 seconds tests run: 1 passed: 1 flaky: 0 failed: 0 ignored: 0 ================================================================================ test_id: kafkatest.tests.client.pluggable_test.PluggableConsumerTest.test_start_stop.metadata_quorum=ISOLATED_KRAFT status: PASS run time: 13.460 seconds -------------------------------------------------------------------------------- ``` -- 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]
