Skip to content

Commit

Permalink
KAFKA-17879 test_performance_services.py should use DEV version to ru…
Browse files Browse the repository at this point in the history
…n kafka service (apache#17606)

Reviewers: Chia-Ping Tsai <[email protected]>
  • Loading branch information
Yunyung authored Oct 27, 2024
1 parent 7fe009b commit 24689dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kafkatest/sanity_checks/test_performance_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_version(self, version=str(LATEST_0_9), new_consumer=True, metadata_quor
version = KafkaVersion(version)
self.kafka = KafkaService(
self.test_context, 1,
self.zk, topics={self.topic: {'partitions': 1, 'replication-factor': 1}}, version=version)
self.zk, topics={self.topic: {'partitions': 1, 'replication-factor': 1}}, version=DEV_BRANCH)
self.kafka.start()

# check basic run of producer performance
Expand Down

0 comments on commit 24689dc

Please sign in to comment.