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 2019/06/07 04:36:50 UTC

[kafka] branch trunk updated (72c3b88 -> 28eccc3)

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 72c3b88  MINOR: Fixed compiler warnings in LogManagerTest (#6897)
     add 28eccc3  KAFKA-8384; Leader election command integration tests (#6880)

No new revisions were added by this update.

Summary of changes:
 .../scala/kafka/admin/LeaderElectionCommand.scala  |  62 +++-
 .../kafka/admin/LeaderElectionCommandTest.scala    | 373 +++++++++++++++++++++
 ...PreferredReplicaLeaderElectionCommandTest.scala |   8 +-
 .../test/scala/unit/kafka/utils/TestUtils.scala    |  15 +
 4 files changed, 447 insertions(+), 11 deletions(-)
 create mode 100644 core/src/test/scala/unit/kafka/admin/LeaderElectionCommandTest.scala