mingyen066 opened a new pull request, #20897:
URL: https://github.com/apache/kafka/pull/20897

   The openjdk image is deprecated, use eclipse-temurin to replace it with same 
jdk(8) and ubuntu(focal) version.
   
   I've tested in my local mac
   
   ```
   > TC_PATHS="tests/kafkatest/tests/client/pluggable_test.py" 
./tests/docker/run_tests.sh
   
   ...
   
   docker build --memory=3200m --build-arg ducker_creator= --build-arg 
jdk_version=eclipse-temurin:8-jdk-focal --build-arg UID=501 --build-arg 
KAFKA_MODE=jvm -t ducker-ak-eclipse-temurin-8-jdk-focal -f 
/Users/ming/code/kafka/tests/docker/Dockerfile -- .
   
   ...
   
   
================================================================================
   SESSION REPORT (ALL TESTS)
   ducktape version: 0.11.4
   session_id:       2025-11-16--003
   run time:         25.725 seconds
   tests run:        2
   passed:           2
   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.970 seconds
   
--------------------------------------------------------------------------------
   test_id:    
kafkatest.tests.client.pluggable_test.PluggableConsumerTest.test_start_stop.metadata_quorum=ZK
   status:     PASS
   run time:   11.730 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]

Reply via email to