Fix SRP zRevRangeByScore incorrect parameter ordering
DATAREDIS-167
This commit is contained in:
@@ -81,14 +81,22 @@ public class SrpConnectionIntegrationTests extends AbstractConnectionIntegration
|
||||
public void testGetConfig() {
|
||||
}
|
||||
|
||||
@Ignore("DATAREDIS-152 Syntax error on zRangeByScore and and zRangeByScoreWithScores when using offset and count")
|
||||
@Ignore("DATAREDIS-152 Syntax error on zRangeByScore when using offset and count")
|
||||
public void testZRangeByScoreOffsetCount() {
|
||||
}
|
||||
|
||||
@Ignore("DATAREDIS-152 Syntax error on zRangeByScore and and zRangeByScoreWithScores when using offset and count")
|
||||
@Ignore("DATAREDIS-152 Syntax error on zRangeByScoreWithScores when using offset and count")
|
||||
public void testZRangeByScoreWithScoresOffsetCount() {
|
||||
}
|
||||
|
||||
@Ignore("DATAREDIS-152 Syntax error on zRevRangeByScore when using offset and count")
|
||||
public void testZRevRangeByScoreOffsetCount() {
|
||||
}
|
||||
|
||||
@Ignore("DATAREDIS-152 Syntax error on zRevRangeByScoreWithScores when using offset and count")
|
||||
public void testZRevRangeByScoreWithScoresOffsetCount() {
|
||||
}
|
||||
|
||||
@Ignore("DATAREDIS-156 SRP bRPopLPush ClassCastException")
|
||||
public void testBRPopLPushTimeout() {
|
||||
}
|
||||
|
||||
@@ -82,14 +82,22 @@ public class SrpConnectionPipelineIntegrationTests extends
|
||||
public void testGetConfig() {
|
||||
}
|
||||
|
||||
@Ignore("DATAREDIS-152 Syntax error on zRangeByScore and and zRangeByScoreWithScores when using offset and count")
|
||||
@Ignore("DATAREDIS-152 Syntax error on zRangeByScore when using offset and count")
|
||||
public void testZRangeByScoreOffsetCount() {
|
||||
}
|
||||
|
||||
@Ignore("DATAREDIS-152 Syntax error on zRangeByScore and and zRangeByScoreWithScores when using offset and count")
|
||||
@Ignore("DATAREDIS-152 Syntax error on zRangeByScoreWithScores when using offset and count")
|
||||
public void testZRangeByScoreWithScoresOffsetCount() {
|
||||
}
|
||||
|
||||
@Ignore("DATAREDIS-152 Syntax error on zRevRangeByScore when using offset and count")
|
||||
public void testZRevRangeByScoreOffsetCount() {
|
||||
}
|
||||
|
||||
@Ignore("DATAREDIS-152 Syntax error on zRevRangeByScoreWithScores when using offset and count")
|
||||
public void testZRevRangeByScoreWithScoresOffsetCount() {
|
||||
}
|
||||
|
||||
@Test(expected = UnsupportedOperationException.class)
|
||||
public void testZInterStoreAggWeights() {
|
||||
super.testZInterStoreAggWeights();
|
||||
|
||||
Reference in New Issue
Block a user