dgarus commented on a change in pull request #8038:
URL: https://github.com/apache/ignite/pull/8038#discussion_r633285273
##########
File path:
modules/clients/src/test/java/org/apache/ignite/internal/TaskEventSubjectIdSelfTest.java
##########
@@ -357,7 +357,7 @@ public void testClient() throws Exception {
assert evt != null;
assertEquals(EVT_TASK_FINISHED, evt.type());
- assertEquals(client.id(), evt.subjectId());
+ assertNull(evt.subjectId());
Review comment:
This check shows that subjectId has to be null when security is disabled.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]