[
https://issues.apache.org/jira/browse/IGNITE-25611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18028767#comment-18028767
]
Alexander Lapin commented on IGNITE-25611:
------------------------------------------
It matches with the logs
{code:java}
// Step 4
[14:19:51]W: [:ignite-raft:integrationTest]
[2025-10-08T11:19:51,637][ERROR][%icet_tsf_5003%JRaft-Response-Processor-2][AbstractClientService]
Fail to connect icet_tsf_5005, exception:
java.util.concurrent.TimeoutException: Invocation timed out
[message=org.apache.ignite.raft.jraft.rpc.PingRequestImpl].
// Step 6
[14:19:51] : [:ignite-raft:integrationTest] [2025-10-08T11:19:51,835][INFO
][Test worker][Cluster]
[default:icet_tsf_5004:[email protected]:5004][doShutdown] Shutting
down
// Step 7
[14:19:52]W: [:ignite-raft:integrationTest]
[2025-10-08T11:19:52,015][ERROR][%icet_tsf_5003%JRaft-Common-Executor-0][AbstractClientService]
Fail to connect icet_tsf_5004, exception:
org.apache.ignite.internal.raft.PeerUnavailableException: Peer icet_tsf_5004 is
unavailable.
// As a result we see.
org.opentest4j.AssertionFailedError:
org.apache.ignite.raft.jraft.rpc.impl.AbstractClientService has been written to
the log more than 1 time. ==> 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.Assertions.assertTrue(Assertions.java:214)
at
app//org.apache.ignite.raft.server.ItConnectionErrorTest.lambda$commonTestStopNode$4(ItConnectionErrorTest.java:139)
at
[email protected]/java.util.concurrent.ConcurrentHashMap.forEach(ConcurrentHashMap.java:1603)
at
app//org.apache.ignite.raft.server.ItConnectionErrorTest.commonTestStopNode(ItConnectionErrorTest.java:133)
at
app//org.apache.ignite.raft.server.ItConnectionErrorTest.testStopFollower(ItConnectionErrorTest.java:118)
at [email protected]/java.lang.reflect.Method.invoke(Method.java:568)
at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511)
at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511) {code}
> ItConnectionErrorTest.testStopFollower is flaky
> -----------------------------------------------
>
> Key: IGNITE-25611
> URL: https://issues.apache.org/jira/browse/IGNITE-25611
> Project: Ignite
> Issue Type: Bug
> Reporter: Alexander Lapin
> Assignee: Alexander Lapin
> Priority: Major
> Labels: MakeTeamcityGreenAgain, ignite-3
> Time Spent: 10m
> Remaining Estimate: 0h
>
> {code:java}
> org.opentest4j.AssertionFailedError:
> org.apache.ignite.raft.jraft.core.ReplicatorGroupImpl has written to the log
> more than 1 time. ==> 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.Assertions.assertTrue(Assertions.java:214) at
> app//org.apache.ignite.raft.server.ItConnectionErrorTest.commonTestStopNode(ItConnectionErrorTest.java:126)
> at
> app//org.apache.ignite.raft.server.ItConnectionErrorTest.testStopFollower(ItConnectionErrorTest.java:110)
> at [email protected]/java.lang.reflect.Method.invoke(Method.java:568) at
> [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511) at
> [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511) {code}
> [TC
> link|https://ci.ignite.apache.org/buildConfiguration/ApacheIgnite3xGradle_Test_RunAllTests/9197741]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)