ezoerner commented on a change in pull request #7340:
URL: https://github.com/apache/geode/pull/7340#discussion_r808597239



##########
File path: 
geode-for-redis/src/integrationTest/java/org/apache/geode/redis/internal/commands/executor/sortedset/AbstractZRevRangeByScoreIntegrationTest.java
##########
@@ -216,11 +216,22 @@ public void 
shouldReturnRange_givenLeftParenOnlyForMinOrMax() {
   public void shouldReturnRange_boundedByLimit() {
     createZSetRangeTestMap();
 
-    assertThat(jedis.zrevrangeByScore(KEY, "10", "0", 0, 2))
+    /*
+     * Fails in Jedis 4.1.1 for both Geode and Native Redis, so must be a 
Jedis bug
+     * TODO submit GitHub issue for this

Review comment:
       This TODO comment was actually some leftover cruft and just needed to be 
deleted.




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