[ https://issues.apache.org/jira/browse/GEODE-8909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17278254#comment-17278254 ]
ASF GitHub Bot commented on GEODE-8909: --------------------------------------- sabbey37 commented on a change in pull request #5993: URL: https://github.com/apache/geode/pull/5993#discussion_r569623438 ########## 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: Actually, looking at the PR for `HEXISTS`, I see that these were separated out. So I'm ok with us deleting it in this PR. ---------------------------------------------------------------- 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)