tkalkirill commented on code in PR #902:
URL: https://github.com/apache/ignite-3/pull/902#discussion_r910664670
##########
modules/page-memory/src/test/java/org/apache/ignite/internal/pagememory/persistence/store/FilePageStoreManagerTest.java:
##########
@@ -241,7 +226,8 @@ void testStopAllGroupFilePageStores() throws Exception {
assertTrue(waitForCondition(
() ->
workDir.resolve("db/group-test1").toFile().listFiles().length == 0,
10,
- 100
+ // Because deleting files happens in a new thread.
Review Comment:
Fix it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]