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)