Vyacheslav Koptilin created IGNITE-27918:
--------------------------------------------
Summary: ItIdempotentCommandCacheTest.testIdempotentInvoke is flaky
Key: IGNITE-27918
URL: https://issues.apache.org/jira/browse/IGNITE-27918
Project: Ignite
Issue Type: Bug
Reporter: Vyacheslav Koptilin
Sometimes the test fails with the following error:
{noformat}
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:183)
at
app//org.apache.ignite.internal.metastorage.impl.ItIdempotentCommandCacheTest.testIdempotentInvoke(ItIdempotentCommandCacheTest.java:392)
{noformat}
TeamCity link:
https://ci.ignite.apache.org/buildConfiguration/ApacheIgnite3x_Test_IntegrationTests_Metastorage/10081838
--
This message was sent by Atlassian Jira
(v8.20.10#820010)