You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jg...@apache.org on 2021/03/18 02:23:53 UTC

[kafka] branch trunk updated (9adfac2 -> 8ef1619)

This is an automated email from the ASF dual-hosted git repository.

jgus pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.


    from 9adfac2  MINOR: fix failing ZooKeeper system tests (#10297)
     add 8ef1619  KAFKA-12459; Use property testing library for raft event simulation tests (#10323)

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   1 +
 NOTICE                                             |   4 +
 build.gradle                                       |   7 +
 checkstyle/import-control.xml                      |   1 +
 gradle/dependencies.gradle                         |   2 +
 .../test/java/org/apache/kafka/raft/MockLog.java   |  16 +-
 .../apache/kafka/raft/RaftEventSimulationTest.java | 605 +++++++++------------
 7 files changed, 277 insertions(+), 359 deletions(-)