ibessonov commented on code in PR #815:
URL: https://github.com/apache/ignite-3/pull/815#discussion_r884755697


##########
modules/page-memory/src/test/java/org/apache/ignite/internal/pagememory/persistence/store/LongOperationAsyncExecutorTest.java:
##########
@@ -223,6 +224,10 @@ void testAwaitAsyncTaskCompletion() throws Exception {
                     () -> finishTask1Future.get(100, TimeUnit.MILLISECONDS)
             );
 
+            // Checks that the exception will be from task1.
+            assertThat(exception.getCause(), 
instanceOf(IgniteInternalException.class));

Review Comment:
   Ok, I see now



-- 
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]

Reply via email to