hachikuji commented on a change in pull request #11267:
URL: https://github.com/apache/kafka/pull/11267#discussion_r696881720
##########
File path: tests/kafkatest/tests/core/transactions_test.py
##########
@@ -108,6 +108,10 @@ def bounce_brokers(self, clean_shutdown):
time.sleep(brokerSessionTimeoutSecs + gracePeriodSecs)
self.kafka.start_node(node)
+ wait_until(lambda: not
self.kafka.has_under_replicated_partitions(),
Review comment:
Potentially, yes, though I don't know that I have seen any other tests
which are affected in the same way that the transaction tests are. Do you know
of any others which have been flaky?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]