valepakh commented on code in PR #6491:
URL: https://github.com/apache/ignite-3/pull/6491#discussion_r2303881018
##########
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:
Hmm, you're right, not sure why it was not working for me, I'll try to 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]