Skip to content

Commit

Permalink
Mute testCorruptFileThenSnapshotAndRestore
Browse files Browse the repository at this point in the history
Tracked at #30577
  • Loading branch information
dnhatn committed May 19, 2018
1 parent 34180f2 commit 29f647e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ protected void sendRequest(Connection connection, long requestId, String action,
* 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/30577")
@TestLogging("org.elasticsearch.repositories:TRACE,org.elasticsearch.snapshots:TRACE,org.elasticsearch.index.engine:DEBUG")
public void testCorruptFileThenSnapshotAndRestore() throws ExecutionException, InterruptedException, IOException {
int numDocs = scaledRandomIntBetween(100, 1000);
Expand Down

0 comments on commit 29f647e

Please sign in to comment.