Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@

package org.elasticsearch.xpack.searchablesnapshots.cache;

import org.apache.lucene.util.Constants;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.action.support.PlainActionFuture;
import org.elasticsearch.common.UUIDs;
@@ -62,6 +63,7 @@ public static void removeFileSystem() {
}

public void testCacheSynchronization() throws Exception {
assumeFalse("https://github.com/elastic/elasticsearch/issues/65543", Constants.WINDOWS);
final int numShards = randomIntBetween(1, 3);
final Index index = new Index(randomAlphaOfLength(5).toLowerCase(Locale.ROOT), UUIDs.randomBase64UUID(random()));
final String snapshotUUID = UUIDs.randomBase64UUID(random());

0 comments on commit 8c129a0

Please sign in to comment.