kirklund commented on a change in pull request #7416:
URL: https://github.com/apache/geode/pull/7416#discussion_r825184072
##########
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:
This is set only in the main JUnit JVM. Do you need it set in any other
JVMs?
--
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]