Pavel Pereslegin created IGNITE-22301:
-----------------------------------------
Summary: Test CatalogManagerSelfTest.alwaysWaitForActivationTime
is flaky
Key: IGNITE-22301
URL: https://issues.apache.org/jira/browse/IGNITE-22301
Project: Ignite
Issue Type: Bug
Components: sql
Reporter: Pavel Pereslegin
>From time to time the CatalogManagerSelfTest.alwaysWaitForActivationTime test
>fails with the following error ([test
>history|https://ci.ignite.apache.org/project.html?projectId=ApacheIgnite3xGradle_Test_RunUnitTests_virtual&buildTypeId=&tab=testDetails&testNameId=-3345017748753084393&order=TEST_STATUS_DESC&branch_ApacheIgnite3xGradle_Test_RunUnitTests_virtual=__all_branches__&itemsCount=50]).
{noformat}
org.mockito.exceptions.verification.TooManyActualInvocations:
testCommand.get(<any>);
Wanted 2 times:
-> at
org.apache.ignite.internal.catalog.CatalogManagerSelfTest$TestCommand.get(CatalogManagerSelfTest.java:472)
But was 3 times:
-> at
org.apache.ignite.internal.catalog.CatalogManagerImpl.saveUpdate(CatalogManagerImpl.java:491)
-> at
org.apache.ignite.internal.catalog.CatalogManagerImpl.saveUpdate(CatalogManagerImpl.java:491)
-> at
org.apache.ignite.internal.catalog.CatalogManagerImpl.saveUpdate(CatalogManagerImpl.java:491)
{noformat}
This failure reproduces locally.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)