assertTrue(blobEnvironment.shardLocation(new ShardId(".blob_test2", 0), tempBlobPath).exists()
|| blobEnvironment.shardLocation(new ShardId(".blob_test2", 1), tempBlobPath).exists());
assertTrue(blobEnvironment2.shardLocation(new ShardId(".blob_test2", 0), tempBlobPath).exists()
|| blobEnvironment2.shardLocation(new ShardId(".blob_test2", 1), tempBlobPath).exists());
blobIndices.dropBlobTable("test").get();
assertFalse(blobEnvironment.indexLocation(new Index(".blob_test"), tempBlobPath).exists());
assertFalse(blobEnvironment2.indexLocation(new Index(".blob_test"), tempBlobPath).exists());
// blobs path still exists because other index is using it
assertTrue(tempBlobPath.exists());