apalan60 commented on PR #20772:
URL: https://github.com/apache/kafka/pull/20772#issuecomment-3447745691

   Reran the test to reflect the recent changes:
   
   ```
   
TC_PATHS="tests/kafkatest/tests/client/consumer_test.py::OffsetValidationTest.test_fencing_static_consumer"
 _DUCKTAPE_OPTIONS='--parameters 
'\''{"fencing_stage":"stable","group_protocol":"consumer","num_conflict_consumers":1,"metadata_quorum":"ISOLATED_KRAFT"}'\'
 bash tests/docker/run_tests.sh
   ```
   ```
   
====================================================================================================
   SESSION REPORT (ALL TESTS)
   ducktape version: 0.12.0
   session_id:       2025-10-25--017
   run time:         1 minute 26.607 seconds
   tests run:        1
   passed:           1
   flaky:            0
   failed:           0
   ignored:          0
   
====================================================================================================
   test_id:    
kafkatest.tests.client.consumer_test.OffsetValidationTest.test_fencing_static_consumer.fencing_stage=stable.group_protocol=consumer.num_conflict_consumers=1.metadata_quorum=ISOLATED_KRAFT
   status:     PASS
   run time:   1 minute 26.490 seconds
   
----------------------------------------------------------------------------------------------------
   ```
   
   Also tested other parameter combinations, and they were not affected.
   
   ```
   
TC_PATHS="tests/kafkatest/tests/client/consumer_test.py::OffsetValidationTest.test_fencing_static_consumer"
 bash tests/docker/run_tests.sh
   ```
   
   ```
   
====================================================================================================
   SESSION REPORT (ALL TESTS)
   ducktape version: 0.12.0
   session_id:       2025-10-25--016
   run time:         6 minutes 23.384 seconds
   tests run:        8
   passed:           8
   flaky:            0
   failed:           0
   ignored:          0
   
====================================================================================================
   ```


-- 
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