Skip to content

Commit

Permalink
Reset metadata_quorum annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
bbejeck committed Oct 16, 2024
1 parent 50311b9 commit 2d0494b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/kafkatest/tests/streams/streams_optimized_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def __init__(self, test_context):
acks=1)

@cluster(num_nodes=9)
@matrix(metadata_quorum=[quorum.combined_kraft])
@matrix(metadata_quorum=[quorum.isolated_kraft])
def test_upgrade_optimized_topology(self, metadata_quorum):
self.kafka.start()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def __init__(self, test_context):
@cluster(num_nodes=8)
@matrix(crash=[False, True],
processing_guarantee=['exactly_once_v2'],
metadata_quorum=[quorum.combined_kraft])
metadata_quorum=[quorum.isolated_kraft])
def test_streams(self, crash, processing_guarantee, metadata_quorum):
driver = StreamsRelationalSmokeTestService(self.test_context, self.kafka, "driver", "ignored", "ignored")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self, test_context):
self.driver = StreamsSmokeTestShutdownDeadlockService(test_context, self.kafka)

@cluster(num_nodes=3)
@matrix(metadata_quorum=[quorum.combined_kraft])
@matrix(metadata_quorum=[quorum.isolated_kraft])
def test_shutdown_wont_deadlock(self, metadata_quorum):
"""
Start ShutdownDeadLockTest, wait for upt to 1 minute, and check that the process exited.
Expand Down

0 comments on commit 2d0494b

Please sign in to comment.