bbejeck commented on code in PR #17275: URL: https://github.com/apache/kafka/pull/17275#discussion_r1829637252
########## tests/kafkatest/tests/streams/streams_broker_bounce_test.py: ########## @@ -265,8 +253,8 @@ def test_broker_type_bounce_at_start(self, failure_mode, broker_type, sleep_time @cluster(num_nodes=7) @matrix(failure_mode=["clean_shutdown", "hard_shutdown", "clean_bounce", "hard_bounce"], num_failures=[2], - metadata_quorum=quorum.all_non_upgrade) - def test_many_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. -- 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