Skip to content

Commit f181048

Browse files
[MINOR] Cleaning ignored streams test (#20584)
This test has been disabled for years + it tests ZK setup, but with KRaft there is no more a "controller", so cleaning it up.
1 parent 8248d1d commit f181048

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

tests/kafkatest/tests/streams/streams_broker_bounce_test.py

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from ducktape.tests.test import Test
1818
from ducktape.mark.resource import cluster
1919
from ducktape.mark import matrix
20-
from ducktape.mark import ignore
2120
from kafkatest.services.kafka import KafkaService, quorum
2221
from kafkatest.services.streams import StreamsSmokeTestDriverService, StreamsSmokeTestJobRunnerService
2322
import time
@@ -225,30 +224,6 @@ def test_broker_type_bounce(self, failure_mode, broker_type, sleep_time_secs, nu
225224

226225
return self.collect_results(sleep_time_secs)
227226

228-
@ignore
229-
@cluster(num_nodes=7)
230-
@matrix(failure_mode=["clean_shutdown"],
231-
broker_type=["controller"],
232-
sleep_time_secs=[0],
233-
metadata_quorum=[quorum.combined_kraft])
234-
def test_broker_type_bounce_at_start(self, failure_mode, broker_type, sleep_time_secs, metadata_quorum):
235-
"""
236-
Start a smoke test client, then kill one particular broker immediately before streams stats
237-
Streams should throw an exception since it cannot create topics with the desired
238-
replication factor of 3
239-
"""
240-
self.setup_system(start_processor=False)
241-
242-
# Sleep to allow test to run for a bit
243-
time.sleep(sleep_time_secs)
244-
245-
# Fail brokers
246-
self.fail_broker_type(failure_mode, broker_type)
247-
248-
self.processor1.start()
249-
250-
return self.collect_results(sleep_time_secs)
251-
252227
@cluster(num_nodes=10)
253228
@matrix(failure_mode=["clean_shutdown", "hard_shutdown", "clean_bounce", "hard_bounce"],
254229
num_failures=[2],

0 commit comments

Comments
 (0)