mhansonp commented on a change in pull request #6924:
URL: https://github.com/apache/geode/pull/6924#discussion_r720472341
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/cache/PoolManagerImpl.java
##########
@@ -63,6 +64,11 @@ public static PoolManagerImpl getPMI() {
return result;
}
+ @TestOnly
+ public static void setImpl(PoolManagerImpl poolManager) {
+ impl = poolManager;
+ }
+
Review comment:
I agree, I would love to work with you to make these tests better.
--
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]