You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/05/17 07:28:51 UTC

[GitHub] [ignite] dgarus commented on a change in pull request #8038: IGNITE-13112 The current security context should be obtained using the IgniteSecurity interface only

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:
users@infra.apache.org