Skip to content

Commit

Permalink
reduce test combinations
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathv committed Dec 3, 2024
1 parent a2f06c6 commit 3845f24
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions tests/rptest/chaos_tests/single_fault_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,36 +374,6 @@ class Case:
),
CheckProgressDuringFaultConfig(selector="any"),
),
"isolate_target_leader":
Case(
lambda test: faults.IsolateLeaderFault(
test.redpanda,
topic=test.WORKLOAD_SETUP.target,
name="isolate_target_leader",
),
CheckProgressDuringFaultConfig(selector="any"),
),
"isolate_group_leader":
Case(
lambda test: faults.IsolateLeaderFault(
test.redpanda,
topic="__consumer_offsets",
partition=0,
name="isolate_group_leader",
),
CheckProgressDuringFaultConfig(selector="any"),
),
"isolate_tx_leader":
Case(
lambda test: faults.IsolateLeaderFault(
test.redpanda,
namespace="kafka_internal",
topic="tx",
partition=0,
name="isolate_tx_leader",
),
CheckProgressDuringFaultConfig(selector="any"),
),
"hijack_tx_ids":
Case(lambda test: faults.HijackTxIDsFault(
test.redpanda, ["tx-consume-0"], test.logger)),
Expand Down

0 comments on commit 3845f24

Please sign in to comment.