resetAndEmptyBucket(namespace);
YzDeleteIndexOperation delOp = new YzDeleteIndexOperation.Builder("test_index").build();
cluster.execute(delOp);
delOp.await();
assertTrue(delOp.isSuccess());
}
private void prepSearch(BinaryValue searchBucketType, BinaryValue searchBucket) throws InterruptedException, ExecutionException