@@ -208,7 +208,7 @@ def collect_results(self, sleep_time_secs):
208208            broker_type = ["leader" ], 
209209            num_threads = [1 , 3 ], 
210210            sleep_time_secs = [120 ], 
211-             metadata_quorum = [quorum .isolated_kraft ]) 
211+             metadata_quorum = [quorum .combined_kraft ]) 
212212    def  test_broker_type_bounce (self , failure_mode , broker_type , sleep_time_secs , num_threads , metadata_quorum ):
213213        """ 
214214        Start a smoke test client, then kill one particular broker and ensure data is still received 
@@ -231,7 +231,7 @@ def test_broker_type_bounce(self, failure_mode, broker_type, sleep_time_secs, nu
231231    @matrix (failure_mode = ["clean_shutdown" ], 
232232            broker_type = ["controller" ], 
233233            sleep_time_secs = [0 ], 
234-             metadata_quorum = [quorum .isolated_kraft ]) 
234+             metadata_quorum = [quorum .combined_kraft ]) 
235235    def  test_broker_type_bounce_at_start (self , failure_mode , broker_type , sleep_time_secs , metadata_quorum ):
236236        """ 
237237        Start a smoke test client, then kill one particular broker immediately before streams stats 
@@ -253,7 +253,7 @@ def test_broker_type_bounce_at_start(self, failure_mode, broker_type, sleep_time
253253    @cluster (num_nodes = 7 ) 
254254    @matrix (failure_mode = ["clean_shutdown" , "hard_shutdown" , "clean_bounce" , "hard_bounce" ], 
255255            num_failures = [2 ], 
256-             metadata_quorum = [quorum .isolated_kraft ]) 
256+             metadata_quorum = [quorum .combined_kraft ]) 
257257    def  test_many_brokers_bounce (self , failure_mode , num_failures , metadata_quorum ):
258258        """ 
259259        Start a smoke test client, then kill a few brokers and ensure data is still received 
@@ -272,7 +272,7 @@ def test_many_brokers_bounce(self, failure_mode, num_failures, metadata_quorum):
272272    @cluster (num_nodes = 7 ) 
273273    @matrix (failure_mode = ["clean_bounce" , "hard_bounce" ], 
274274            num_failures = [3 ], 
275-             metadata_quorum = [quorum .isolated_kraft ]) 
275+             metadata_quorum = [quorum .combined_kraft ]) 
276276    def  test_all_brokers_bounce (self , failure_mode , num_failures , metadata_quorum ):
277277        """ 
278278        Start a smoke test client, then kill a few brokers and ensure data is still received 
0 commit comments