Kirill Tkalenko created IGNITE-26901:
----------------------------------------
Summary: Fix flaky FilePageStoreManagerTest#testDestroyPartition
Key: IGNITE-26901
URL: https://issues.apache.org/jira/browse/IGNITE-26901
Project: Ignite
Issue Type: Bug
Reporter: Kirill Tkalenko
Assignee: Kirill Tkalenko
Fix For: 3.2
We need to fix the very rare flaky
*org.apache.ignite.internal.pagememory.persistence.store.FilePageStoreManagerTest#testDestroyPartition*.
The problem is most likely due to the rare, long start of a new thread, which
I rarely notice on my own.
{noformat}
java.util.concurrent.TimeoutException
at
java.base/java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1960)
at
java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2095)
at
org.apache.ignite.internal.pagememory.persistence.store.FilePageStoreManagerTest.testDestroyPartition(FilePageStoreManagerTest.java:395)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)