kirklund commented on a change in pull request #6960:
URL: https://github.com/apache/geode/pull/6960#discussion_r734814266
##########
File path:
geode-for-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/connection/AuthIntegrationTest.java
##########
@@ -99,6 +105,14 @@ private void setupCache(String username, boolean
withSecurityManager) throws Exc
}
}
+ private void setupCacheWithRegionName(String username, String regionName,
+ boolean withSecurityManager) throws Exception {
+ System.setProperty("io.netty.eventLoopThreads", "1");
+ System.setProperty(REDIS_REGION_NAME_PROPERTY, regionName);
Review comment:
For distributed test, you can use `DistributedRestoreSystemProperties`.
It will restore system properties in every VM in a dunit.
--
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]