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


##########
tests/kafkatest/tests/streams/streams_broker_bounce_test.py:
##########
@@ -284,8 +272,8 @@ def test_many_brokers_bounce(self, failure_mode, 
num_failures, metadata_quorum=q
     @cluster(num_nodes=7)
     @matrix(failure_mode=["clean_bounce", "hard_bounce"],
             num_failures=[3],
-            metadata_quorum=quorum.all_non_upgrade)
-    def test_all_brokers_bounce(self, failure_mode, num_failures, 
metadata_quorum=quorum.zk):
+            metadata_quorum=[quorum.isolated_kraft])

Review Comment:
   update: some of these tests [were failing 
](https://semaphore.ci.confluent.io/jobs/f0ad9c45-d5fd-433b-a2d7-72d8e36440ff/summary?report_id=0356f43b-c807-318c-b61e-09e8fdd4e976)
 as previously configured so I needed to update to `isolated_kraft` and 
increase the number of nodes.
   
   
![many_brokers_bounce_failures_part_1](https://github.com/user-attachments/assets/835966be-a5fe-444c-9db7-4b9ec363c319)
   



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