sashapolo commented on code in PR #6703:
URL: https://github.com/apache/ignite-3/pull/6703#discussion_r2405933049
##########
modules/raft/src/test/java/org/apache/ignite/internal/raft/storage/segstore/SegmentFileManagerTest.java:
##########
@@ -283,7 +283,7 @@ void
testConcurrentWritesWithClose(@InjectExecutorService(threadCount = 10) Exec
if (i == batches.size() - 1) {
assertNotNull(stopTask);
- stopTask.get(1, TimeUnit.SECONDS);
+ assertThat(stopTask, willCompleteSuccessfully());
Review Comment:
I think it should be ok. Either it is stuck completely or we don't care
--
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]