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 d3e27ff commit 189aaceCopy full SHA for 189aace
x-pack/plugin/core/src/test/java/org/elasticsearch/snapshots/SourceOnlySnapshotShardTests.java
@@ -162,6 +162,7 @@ private String randomDoc() {
162
return "{ \"value\" : \"" + randomAlphaOfLength(10) + "\"}";
163
}
164
165
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33689")
166
public void testRestoreMinmal() throws IOException {
167
IndexShard shard = newStartedShard(true);
168
int numInitialDocs = randomIntBetween(10, 100);
0 commit comments