[ https://issues.apache.org/jira/browse/KAFKA-3290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15176591#comment-15176591 ]
ASF GitHub Bot commented on KAFKA-3290: --------------------------------------- GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/998 KAFKA-3290: fix transient test failures in WorkerSourceTaskTest You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka KAFKA-3290 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/998.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 #998 ---- commit ea4487e1c657313afb79fa80377b751e73f90869 Author: Jason Gustafson <ja...@confluent.io> Date: 2016-03-02T22:15:13Z KAFKA-3290: fix transient test failures in WorkerSourceTaskTest ---- > WorkerSourceTask testCommit transient failure > --------------------------------------------- > > Key: KAFKA-3290 > URL: https://issues.apache.org/jira/browse/KAFKA-3290 > Project: Kafka > Issue Type: Sub-task > Components: copycat > Reporter: Jason Gustafson > Assignee: Jason Gustafson > > From recent failed build: > {code} > org.apache.kafka.connect.runtime.WorkerSourceTaskTest > testCommit FAILED > java.lang.AssertionError: > Expectation failure on verify: > Listener.onStartup(job-0): expected: 1, actual: 1 > Listener.onShutdown(job-0): expected: 1, actual: 1 > at org.easymock.internal.MocksControl.verify(MocksControl.java:225) > at > org.powermock.api.easymock.internal.invocationcontrol.EasyMockMethodInvocationControl.verify(EasyMockMethodInvocationControl.java:132) > at org.powermock.api.easymock.PowerMock.verify(PowerMock.java:1466) > at org.powermock.api.easymock.PowerMock.verifyAll(PowerMock.java:1405) > at > org.apache.kafka.connect.runtime.WorkerSourceTaskTest.testCommit(WorkerSourceTaskTest.java:221) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)