AwaitsFix testCorruptFileThenSnapshotAndRestore

Tracked at #36526
This commit is contained in:
Nhat Nguyen 2018-12-12 02:03:23 -05:00
parent 3fb5a12b30
commit 1bb6f844fe
1 changed files with 1 additions and 0 deletions

View File

@ -475,6 +475,7 @@ public class CorruptedFileIT extends ESIntegTestCase {
* TODO once checksum verification on snapshotting is implemented this test needs to be fixed or split into several
* parts... We should also corrupt files on the actual snapshot and check that we don't restore the corrupted shard.
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/36526")
public void testCorruptFileThenSnapshotAndRestore() throws ExecutionException, InterruptedException, IOException {
int numDocs = scaledRandomIntBetween(100, 1000);
internalCluster().ensureAtLeastNumDataNodes(2);