Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58f042 commit d4d8476Copy full SHA for d4d8476
src/test/java/com/basho/riak/client/core/operations/itest/ts/ITestTsBase.java
@@ -76,6 +76,8 @@ protected static QueryResult executeQuery(QueryOperation.Builder builder) throws
76
{
77
final RiakFuture<QueryResult, String> future = cluster.execute(builder.build());
78
79
+ future.await();
80
+
81
assertFutureSuccess(future);
82
return future.get();
83
}
0 commit comments