This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
from 75768dd3383 MINOR: Prevent re-join flakiness in
test_fencing_static_consumer by ensuring conflicting static consumers terminate
(#20772)
add e846491d601 KAFKA-19755 Move KRaftClusterTest from core module to
server module [1/N] (#20719)
No new revisions were added by this update.
Summary of changes:
.../kafka/server/KRaftClusterTest.scala | 343 +---------------
.../org/apache/kafka/server/KRaftClusterTest.java | 455 +++++++++++++++++++++
2 files changed, 459 insertions(+), 339 deletions(-)
create mode 100644
server/src/test/java/org/apache/kafka/server/KRaftClusterTest.java