Fix Lettuce zCount/zInterStore ops executing synchronously while in pipeline

DATAREDIS-140
This commit is contained in:
Jennifer Hickey
2013-04-01 10:22:33 -07:00
parent a40555ed19
commit 97ebd34b2d
2 changed files with 3 additions and 15 deletions

View File

@@ -65,18 +65,6 @@ public class LettuceConnectionPipelineIntegrationTests extends
public void testUnwatch() throws Exception {
}
@Ignore("DATAREDIS-140 Lettuce zCount/zInterStore methods execute synchronously when pipelining")
public void testZInterStoreAggWeights() {
}
@Ignore("DATAREDIS-140 Lettuce zCount/zInterStore methods execute synchronously when pipelining")
public void testZInterStore() {
}
@Ignore("DATAREDIS-140 Lettuce zCount/zInterStore methods execute synchronously when pipelining")
public void testZCount() {
}
// Overrides, usually due to return values being Long vs Boolean or Set vs
// List