ringles commented on a change in pull request #6794:
URL: https://github.com/apache/geode/pull/6794#discussion_r696703324



##########
File path: 
geode-apis-compatible-with-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/set/AbstractSUnionIntegrationTest.java
##########
@@ -198,4 +199,25 @@ public void testConcurrentSUnionStore() throws 
InterruptedException {
     assertThat(jedis.smembers("{user1}master").toArray())
         .containsExactlyInAnyOrder(masterSet.toArray());
   }
+
+  @Test
+  public void doesNotThrowExceptions_whenConcurrentSaddAndSunionExecute() {

Review comment:
       I assume this is just fixing an oversight in the SUNION testing?




-- 
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]


Reply via email to