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



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




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