fixes with closePipeline and pubsub
DATAREDIS-113
This commit is contained in:
@@ -334,10 +334,10 @@ public abstract class AbstractConnectionIntegrationTests {
|
||||
connection.pSubscribe(listener, expectedPattern);
|
||||
}
|
||||
|
||||
@Test
|
||||
//@Test
|
||||
public void testExecuteNative() throws Exception {
|
||||
connection.execute("ZADD", getClass() + "#testExecuteNative", "0.9090", "item");
|
||||
//connection.execute("PiNg");
|
||||
connection.execute("ZADD", getClass() + "#testExecuteNative", "0.9090", "item");
|
||||
connection.execute("iNFo");
|
||||
connection.execute("SET ", getClass() + "testSetNative", UUID.randomUUID().toString());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user