jdeppe-pivotal commented on a change in pull request #7513:
URL: https://github.com/apache/geode/pull/7513#discussion_r839610420
##########
File path:
geode-for-redis/src/distributedTest/java/org/apache/geode/redis/internal/commands/executor/string/MSetDUnitTest.java
##########
@@ -48,6 +51,8 @@
private static final Logger logger = LogService.getLogger();
+ public static RedisString valueReference;
Review comment:
Actually, this needs to remain as a static field. The intent is that it
is set and used 'remotely' in a different JVM. i.e. one `invoke` sets it and
then a subsequent `invoke` uses it for some assertions.
--
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]