nizhikov commented on a change in pull request #9196: URL: https://github.com/apache/kafka/pull/9196#discussion_r482848506
########## File path: tests/kafkatest/tests/core/replica_scale_test.py ########## @@ -48,7 +46,7 @@ def teardown(self): self.zk.stop() @cluster(num_nodes=12) - @parametrize(topic_count=500, partition_count=34, replication_factor=3) + @parametrize(topic_count=100, partition_count=34, replication_factor=3) Review comment: Sorry, I decrease this variable to be able to run this tests in the Docker, otherwise it just freeze on my machine. Fixed. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org