bbejeck commented on code in PR #17275: URL: https://github.com/apache/kafka/pull/17275#discussion_r1807045237
########## tests/kafkatest/tests/streams/streams_broker_bounce_test.py: ########## @@ -243,8 +230,9 @@ def test_broker_type_bounce(self, failure_mode, broker_type, sleep_time_secs, nu @cluster(num_nodes=7) @matrix(failure_mode=["clean_shutdown"], broker_type=["controller"], - sleep_time_secs=[0]) - def test_broker_type_bounce_at_start(self, failure_mode, broker_type, sleep_time_secs): + sleep_time_secs=[0], + metadata_quorum=[quorum.isolated_kraft]) Review Comment: Maybe I got my wires crossed, I thought we wanted to go back to how they were originally, same applies to all others below. -- 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