@@ -208,7 +208,7 @@ def collect_results(self, sleep_time_secs):
208
208
broker_type = ["leader" ],
209
209
num_threads = [1 , 3 ],
210
210
sleep_time_secs = [120 ],
211
- metadata_quorum = [quorum .isolated_kraft ])
211
+ metadata_quorum = [quorum .combined_kraft ])
212
212
def test_broker_type_bounce (self , failure_mode , broker_type , sleep_time_secs , num_threads , metadata_quorum ):
213
213
"""
214
214
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
231
231
@matrix (failure_mode = ["clean_shutdown" ],
232
232
broker_type = ["controller" ],
233
233
sleep_time_secs = [0 ],
234
- metadata_quorum = [quorum .isolated_kraft ])
234
+ metadata_quorum = [quorum .combined_kraft ])
235
235
def test_broker_type_bounce_at_start (self , failure_mode , broker_type , sleep_time_secs , metadata_quorum ):
236
236
"""
237
237
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
253
253
@cluster (num_nodes = 7 )
254
254
@matrix (failure_mode = ["clean_shutdown" , "hard_shutdown" , "clean_bounce" , "hard_bounce" ],
255
255
num_failures = [2 ],
256
- metadata_quorum = [quorum .isolated_kraft ])
256
+ metadata_quorum = [quorum .combined_kraft ])
257
257
def test_many_brokers_bounce (self , failure_mode , num_failures , metadata_quorum ):
258
258
"""
259
259
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):
272
272
@cluster (num_nodes = 7 )
273
273
@matrix (failure_mode = ["clean_bounce" , "hard_bounce" ],
274
274
num_failures = [3 ],
275
- metadata_quorum = [quorum .isolated_kraft ])
275
+ metadata_quorum = [quorum .combined_kraft ])
276
276
def test_all_brokers_bounce (self , failure_mode , num_failures , metadata_quorum ):
277
277
"""
278
278
Start a smoke test client, then kill a few brokers and ensure data is still received
0 commit comments