mjsax commented on PR #14539:
URL: https://github.com/apache/kafka/pull/14539#issuecomment-1773521845

   For example, just re-run:
   ```
   $ 
TC_PATHS="tests/kafkatest/tests/streams/streams_broker_compatibility_test.py::StreamsBrokerCompatibility.test_compatible_brokers_eos_v2_enabled"
 bash tests/docker/run_tests.sh
   
   [...]
   
   
================================================================================
   SESSION REPORT (ALL TESTS)
   ducktape version: 0.11.4
   session_id:       2023-10-20--004
   run time:         5 minutes 50.448 seconds
   tests run:        8
   passed:           7
   flaky:            0
   failed:           1
   ignored:          0
   
================================================================================
   
   [...]
   ```
   
   Only the run for 2.6.3 failed. Looking into the test failure, the issue was 
that the broker did not startup on time, and it run into a test timeout. Broker 
log 
   shows: 
   ```
   Error: Exception thrown by the agent : java.rmi.server.ExportException: Port 
already in use: 9192; nested exception is: 
        java.net.BindException: Address already in use (Bind failed)
   ```
   
   So I re-run just this single configuration for 2.6.3 and it passed 
afterwards.


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to