Aleksandr Chesnokov created IGNITE-28521:
--------------------------------------------
Summary: Flaky
DirectByteBufferStreamImplByteOrderSelfTest#testNonSuperLinearPerformanceForWriteString
Key: IGNITE-28521
URL: https://issues.apache.org/jira/browse/IGNITE-28521
Project: Ignite
Issue Type: Bug
Reporter: Aleksandr Chesnokov
Assignee: Aleksandr Chesnokov
Fix For: 2.19
Flaky DurableBackgroundTasksProcessorSelfTest#testConvertAfterRestoreIfNeeded
from Disk Page Compressions 1 suite is flaky:
https://ci2.ignite.apache.org/test/6697024086507277068?currentProjectId=IgniteTests24Java8
On local machine it takes about 634 tries to reproduce the failure.
{noformat}
java.lang.AssertionError: expected:<STARTED> but was:<INIT> at
org.apache.ignite.internal.processors.localtask.DurableBackgroundTasksProcessorSelfTest.checkStateAndMetaStorage(DurableBackgroundTasksProcessorSelfTest.java:538)
at
org.apache.ignite.internal.processors.localtask.DurableBackgroundTasksProcessorSelfTest.checkStateAndMetaStorage(DurableBackgroundTasksProcessorSelfTest.java:510)
at
org.apache.ignite.internal.processors.localtask.DurableBackgroundTasksProcessorSelfTest.testConvertAfterRestoreIfNeeded(DurableBackgroundTasksProcessorSelfTest.java:341){noformat}
Sometimes there can be
{noformat}
java.lang.AssertionError: expected:<STARTED> but was:<PREPARE> at
org.apache.ignite.internal.processors.localtask.DurableBackgroundTasksProcessorSelfTest.checkStateAndMetaStorage(DurableBackgroundTasksProcessorSelfTest.java:538)
at
org.apache.ignite.internal.processors.localtask.DurableBackgroundTasksProcessorSelfTest.testConvertAfterRestoreIfNeeded(DurableBackgroundTasksProcessorSelfTest.java:355){noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)