You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Andrey Gura (JIRA)" <ji...@apache.org> on 2017/09/19 16:10:00 UTC

[jira] [Created] (IGNITE-6443) Test IgniteSourceConnectorTest has flaky fails

Andrey Gura created IGNITE-6443:
-----------------------------------

             Summary: Test IgniteSourceConnectorTest has flaky fails
                 Key: IGNITE-6443
                 URL: https://issues.apache.org/jira/browse/IGNITE-6443
             Project: Ignite
          Issue Type: Bug
            Reporter: Andrey Gura
             Fix For: 2.3


{{ IgniteSourceConnectorTest.testEventsInjectedIntoKafka}} and {{ IgniteSourceConnectorTest.testEventsInjectedIntoKafkaWithoutFilter}} fail periodically.

{noformat}
junit.framework.AssertionFailedError: expected:<100> but was:<117>
    at junit.framework.Assert.fail(Assert.java:57)
    at junit.framework.Assert.failNotEquals(Assert.java:329)
    at junit.framework.Assert.assertEquals(Assert.java:78)
    at junit.framework.Assert.assertEquals(Assert.java:234)
    at junit.framework.Assert.assertEquals(Assert.java:241)
    at junit.framework.TestCase.assertEquals(TestCase.java:409)
    at org.apache.ignite.stream.kafka.connect.IgniteSourceConnectorTest.checkDataDelivered(IgniteSourceConnectorTest.java:304)
    at org.apache.ignite.stream.kafka.connect.IgniteSourceConnectorTest.doTest(IgniteSourceConnectorTest.java:213)
    at org.apache.ignite.stream.kafka.connect.IgniteSourceConnectorTest.testEventsInjectedIntoKafka(IgniteSourceConnectorTest.java:155)
{noformat}

Tests shold be unmuted on TC after fix.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)