Sergey Chugunov created IGNITE-20545:
----------------------------------------
Summary: Test IgniteRpcTest.testDisconnect is flaky on TC
Key: IGNITE-20545
URL: https://issues.apache.org/jira/browse/IGNITE-20545
Project: Ignite
Issue Type: Bug
Reporter: Sergey Chugunov
Test failed recently on main branch ([failed
run|https://ci.ignite.apache.org/viewLog.html?buildId=7536503&buildTypeId=ApacheIgnite3xGradle_Test_RunAllTests]),
there is an assertion in test logs:
org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
at
app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at
app//org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at app//org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63)
at app//org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36)
at app//org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:31)
at app//org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:180)
at
app//org.apache.ignite.raft.jraft.rpc.AbstractRpcTest.testDisconnect(AbstractRpcTest.java:128)
Test history shows that it fails occasionally in different branches with the
same error in logs.
Looks like there is some kind of race between events in test logic.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)