jinmeiliao commented on a change in pull request #7416:
URL: https://github.com/apache/geode/pull/7416#discussion_r827159691
##########
File path:
geode-core/src/distributedTest/java/org/apache/geode/security/AuthExpirationDUnitTest.java
##########
@@ -66,6 +67,12 @@
private ClientVM clientVM;
+ @Before
+ public void before() throws Exception {
+ // this is enabled to show how many times authorize call is made with each
permission key
+ getSecurityManager().setAllowDuplicate(true);
Review comment:
No, in this test, only the main JUnit JVM is the server which has a
security manager.
--
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]