jhutchison commented on a change in pull request #5216:
URL: https://github.com/apache/geode/pull/5216#discussion_r445204473



##########
File path: 
geode-redis/src/test/java/org/apache/geode/redis/internal/executor/string/StringSetExecutorJUnitTest.java
##########
@@ -213,4 +229,34 @@ public void testSET_XXandNX_inSameCommand_ReturnsError() {
     assertThat(response.toString()).contains(RedisConstants.ERROR_SYNTAX);
   }
 
+  @Test
+  public void testSET_unknownOption_ReturnsError() {

Review comment:
       done.  (1 test deleted instead of  moved as the same basic test already 
existed in SetIntegrationTest )




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to