This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a change to branch 4.0
in repository https://gitbox.apache.org/repos/asf/kafka.git
from e04f83f46a8 KAFKA-19571: Race condition between log segment flush and
file deletion causing log dir to go offline (#20289)
add 5bf2cba5909 KAFKA-18617 Allow use of ClusterInstance inside BeforeEach
(#18662)
No new revisions were added by this update.
Summary of changes:
.../org/apache/kafka/common/test/api/README.md | 171 ++++++++++++++-------
.../apache/kafka/common/test/ClusterInstance.java | 4 +
.../test/junit/RaftClusterInvocationContext.java | 14 +-
.../test/junit/ClusterTestBeforeEachTest.java | 59 +++++++
4 files changed, 194 insertions(+), 54 deletions(-)
create mode 100644
test-common/test-common-runtime/src/test/java/org/apache/kafka/common/test/junit/ClusterTestBeforeEachTest.java