Skip to content

Commit

Permalink
Merge pull request #24858 from bharathv/rename_compat_test
Browse files Browse the repository at this point in the history
ducktape: rename basic_kafka_compat_tests.py
  • Loading branch information
dotnwat authored Jan 20, 2025
2 parents b091dde + c0b4e9b commit 226a084
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def _compat_test_case(self, test_callable: CompatTestCaseCallable[T]):

class TxKafkaCompatTest(KafkaCompatTest):
@cluster(num_nodes=6)
@parametrize(metadata_quorum='COLOCATED_KRAFT')
@parametrize(metadata_quorum='COMBINED_KRAFT')
def test_concurrent_producer_ids(self, metadata_quorum):
def test_case(broker_service: RedpandaServiceForClients) -> list[str]:

Expand Down

0 comments on commit 226a084

Please sign in to comment.