[ 
https://issues.apache.org/jira/browse/GEODE-8909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17278874#comment-17278874
 ] 

ASF GitHub Bot commented on GEODE-8909:
---------------------------------------

jdeppe-pivotal commented on a change in pull request #5993:
URL: https://github.com/apache/geode/pull/5993#discussion_r570274622



##########
File path: 
geode-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/hash/AbstractHashesIntegrationTest.java
##########
@@ -363,12 +384,6 @@ public void testHExists() {
     jedis.hset(key, field, value);
 
     assertThat(jedis.hexists(key, field)).isTrue();
-
-    jedis.hdel(key, field);
-
-    assertThat(jedis.hget(key, field)).isNull();
-    assertThat(jedis.hexists(key, field)).isFalse();
-

Review comment:
       I've just rebased and this was already refactored into another test 
method.




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


> Support Redis HDEL command
> --------------------------
>
>                 Key: GEODE-8909
>                 URL: https://issues.apache.org/jira/browse/GEODE-8909
>             Project: Geode
>          Issue Type: Test
>          Components: redis
>            Reporter: Jens Deppe
>            Priority: Major
>              Labels: pull-request-available
>
> Check test coverage
> Move command to SUPPORTED



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to