valepakh commented on code in PR #6491:
URL: https://github.com/apache/ignite-3/pull/6491#discussion_r2304572680
##########
modules/compute/src/integrationTest/java/org/apache/ignite/internal/compute/events/ItComputeEventsEmbeddedTest.java:
##########
@@ -35,4 +48,53 @@ protected IgniteCompute compute() {
protected EventMatcher jobEvent(IgniteEventType eventType, Type jobType,
@Nullable UUID jobId, String jobClassName, String targetNode) {
return embeddedJobEvent(eventType, jobType, jobId, jobClassName,
targetNode, node(0).name());
}
+
+ // Cancel tests are hard to implement without global signals, let's test
them in the embedded mode only.
Review Comment:
Apparently there's a bug preventing canceling `splitAsync` method via thin
client: https://issues.apache.org/jira/browse/IGNITE-26325
--
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]