mjsax commented on code in PR #17275:
URL: https://github.com/apache/kafka/pull/17275#discussion_r1807079450


##########
tests/kafkatest/tests/streams/streams_broker_bounce_test.py:
##########
@@ -217,11 +209,6 @@ def collect_results(self, sleep_time_secs):
             num_threads=[1, 3],
             sleep_time_secs=[120],
             metadata_quorum=[quorum.isolated_kraft])
-    @matrix(failure_mode=["clean_shutdown", "hard_shutdown", "clean_bounce", 
"hard_bounce"],
-            broker_type=["leader", "controller"],
-            num_threads=[1, 3],
-            sleep_time_secs=[120],
-            metadata_quorum=[quorum.zk])

Review Comment:
   Ah. I missed the other `@matrix` annotation above it.
   
   Seems we can remove `metadata_quorum=[quorum.isolated_kraft]` from the 
remaining matrix?



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