TaiJuWu commented on PR #18171:
URL: https://github.com/apache/kafka/pull/18171#issuecomment-2541811498

   Before
   ```
   
====================================================================================================
   SESSION REPORT (ALL TESTS)
   ducktape version: 0.12.0
   session_id:       2024-12-12--001
   run time:         27 minutes 3.989 seconds
   tests run:        2
   passed:           1
   flaky:            0
   failed:           1
   ignored:          0
   
====================================================================================================
   test_id:    
kafkatest.tests.core.reassign_partitions_test.ReassignPartitionsTest.test_reassign_partitions.bounce_brokers=False.reassign_from_offset_zero=False.metadata_quorum=ISOLATED_KRAFT.use_new_coordinator=False
   status:     FAIL
   run time:   24 minutes 44.715 seconds
   
   
       AssertionError('Detected 46 duplicates even though idempotence was 
enabled.\n')
   Traceback (most recent call last):
     File 
"/usr/local/lib/python3.7/dist-packages/ducktape/tests/runner_client.py", line 
351, in _do_run
       data = self.run_test()
     File 
"/usr/local/lib/python3.7/dist-packages/ducktape/tests/runner_client.py", line 
411, in run_test
       return self.test_context.function(self.test)
     File "/usr/local/lib/python3.7/dist-packages/ducktape/mark/_mark.py", line 
438, in wrapper
       return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs)
     File 
"/opt/kafka-dev/tests/kafkatest/tests/core/reassign_partitions_test.py", line 
199, in test_reassign_partitions
       self.run_produce_consume_validate(core_test_action=lambda: 
self.reassign_partitions(bounce_brokers))
     File "/opt/kafka-dev/tests/kafkatest/tests/produce_consume_validate.py", 
line 108, in run_produce_consume_validate
       self.validate()
     File "/opt/kafka-dev/tests/kafkatest/tests/produce_consume_validate.py", 
line 132, in validate
       assert succeeded, error_msg
   AssertionError: Detected 46 duplicates even though idempotence was enabled.
   
   
   
----------------------------------------------------------------------------------------------------
   test_id:    
kafkatest.tests.core.reassign_partitions_test.ReassignPartitionsTest.test_reassign_partitions.bounce_brokers=True.reassign_from_offset_zero=True.metadata_quorum=ISOLATED_KRAFT.use_new_coordinator=True.group_protocol=classic
   status:     PASS
   run time:   2 minutes 18.893 seconds
   
----------------------------------------------------------------------------------------------------
   ```
   
   after
   ```
   SESSION REPORT (ALL TESTS)
   ducktape version: 0.12.0
   session_id:       2024-12-13--001
   run time:         4 minutes 33.968 seconds
   tests run:        2
   passed:           2
   flaky:            0
   failed:           0
   ignored:          0
   
====================================================================================================
   test_id:    
kafkatest.tests.core.reassign_partitions_test.ReassignPartitionsTest.test_reassign_partitions.bounce_brokers=False.reassign_from_offset_zero=False.metadata_quorum=ISOLATED_KRAFT.use_new_coordinator=False
   status:     PASS
   run time:   2 minutes 12.381 seconds
   
----------------------------------------------------------------------------------------------------
   test_id:    
kafkatest.tests.core.reassign_partitions_test.ReassignPartitionsTest.test_reassign_partitions.bounce_brokers=True.reassign_from_offset_zero=True.metadata_quorum=ISOLATED_KRAFT.use_new_coordinator=True.group_protocol=classic
   status:     PASS
   run time:   2 minutes 21.293 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