timoninmaxim commented on code in PR #12394:
URL: https://github.com/apache/ignite/pull/12394#discussion_r2650590351


##########
modules/indexing/src/test/java/org/apache/ignite/util/KillCommandsTests.java:
##########
@@ -161,13 +162,24 @@ public static void checkScanQueryCancelBeforeFetching(
         // Cancel first query.
         qryCanceler.accept(qryInfo);
 
+        checkScanQueryResources(cli, srvs, qryInfo.get3());
+
         // Fetch of the next page should throw the exception. New page is 
delivered in parallel to iterating.
-        assertThrowsWithCause(() -> {
+        try {

Review Comment:
   GridTestUtils.assertThrows accepts "message" param.



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