Skip to content

Commit

Permalink
AwaitsFix testCorruptFileThenSnapshotAndRestore
Browse files Browse the repository at this point in the history
Tracked at #36526
  • Loading branch information
dnhatn committed Dec 12, 2018
1 parent 3fb5a12 commit 1bb6f84
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -475,6 +475,7 @@ public void testCorruptionOnNetworkLayer() throws ExecutionException, Interrupte
* 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);
Expand Down

0 comments on commit 1bb6f84

Please sign in to comment.