Vladislav Pyatkov created IGNITE-21382:
------------------------------------------
Summary: Test
ItPrimaryReplicaChoiceTest.testPrimaryChangeLongHandling is flaky
Key: IGNITE-21382
URL: https://issues.apache.org/jira/browse/IGNITE-21382
Project: Ignite
Issue Type: Bug
Reporter: Vladislav Pyatkov
The test falls while waiting for the primary replica change. This issue si also
reproduced locally at lest one per 5 passes.
{noformat}
java.lang.AssertionError: java.util.concurrent.TimeoutException
at
org.apache.ignite.internal.testframework.matchers.CompletableFutureMatcher.matchesSafely(CompletableFutureMatcher.java:78)
at
org.apache.ignite.internal.testframework.matchers.CompletableFutureMatcher.matchesSafely(CompletableFutureMatcher.java:35)
at org.hamcrest.TypeSafeMatcher.matches(TypeSafeMatcher.java:67)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:10)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at
org.apache.ignite.internal.placementdriver.ItPrimaryReplicaChoiceTest.testPrimaryChangeLongHandling(ItPrimaryReplicaChoiceTest.java:179)
{noformat}
This test will be muted on TC to pervent future falls.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)