Skip to content

Commit

Permalink
KAFKA-17459: Stablize reassign_partitions_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
frankvicky committed Sep 22, 2024
1 parent bf450eb commit f761342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kafkatest/tests/core/reassign_partitions_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def test_reassign_partitions(self, bounce_brokers, reassign_from_offset_zero, me
self.producer = VerifiableProducer(self.test_context, self.num_producers,
self.kafka, self.topic,
throughput=self.producer_throughput,
enable_idempotence=True)
enable_idempotence=True, repeating_keys=100)
self.consumer = ConsoleConsumer(self.test_context, self.num_consumers,
self.kafka, self.topic,
consumer_timeout_ms=60000,
Expand Down

0 comments on commit f761342

Please sign in to comment.