Skip to content

Commit

Permalink
tests/kafka_compat_test: fix metadata_quorum config
Browse files Browse the repository at this point in the history
The config names changed at somepoint in Apache Kafka.
  • Loading branch information
bharathv committed Jan 20, 2025
1 parent c41d643 commit c0b4e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rptest/tests/basic_kafka_compat_test.py
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 c0b4e9b

Please sign in to comment.