jinmeiliao commented on a change in pull request #6835:
URL: https://github.com/apache/geode/pull/6835#discussion_r709340083
##########
File path:
geode-core/src/distributedTest/java/org/apache/geode/management/internal/security/MultiUserAuthenticationDUnitTest.java
##########
@@ -100,4 +112,65 @@ public void multiAuthenticatedView() throws Exception {
cache.close();
}
}
+
+ @Test
+ public void multiUserCQ() throws Exception {
Review comment:
that's covered by other tests in the same class. I added this specific
test to verify a bug I fixed in this PR. (before this test would fail with
"subject not found" exception)
--
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]