You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by guozhangwang <gi...@git.apache.org> on 2017/10/19 04:46:31 UTC

[GitHub] kafka pull request #4095: KAFKA-5140: Fix reset integration test

GitHub user guozhangwang opened a pull request:

    https://github.com/apache/kafka/pull/4095

    KAFKA-5140: Fix reset integration test

    The MockTime was incorrectly used across multiple test methods within the class, as a class rule. Instead we set it on each test case; also remove the scala MockTime dependency.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/guozhangwang/kafka KMinor-reset-integration-test

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/4095.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4095
    
----
commit 1aac7bec94de5b2d26d72bade9e654192f18d576
Author: Guozhang Wang <wa...@gmail.com>
Date:   2017-10-12T21:18:46Z

    dummy

commit 83f176c26dd092f924e2d273a4fa763ce5d7cdcf
Author: Guozhang Wang <wa...@gmail.com>
Date:   2017-10-19T04:44:18Z

    fix issues

----


---

[GitHub] kafka pull request #4095: KAFKA-5140: Fix reset integration test

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/kafka/pull/4095


---