Skip to content

Commit

Permalink
[TEST] adds TRACE logging to org.elasticsearch.snapshots for the
Browse files Browse the repository at this point in the history
SharedClusterSnapshotRestoreIT#testDataFileCorruptionDuringRestore test
  • Loading branch information
Ali Beyad committed May 24, 2017
1 parent 68f03b8 commit 877f2d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ public void testDataFileFailureDuringRestore() throws Exception {
logger.info("--> total number of simulated failures during restore: [{}]", getFailureCount("test-repo"));
}

@TestLogging("org.elasticsearch.cluster.routing:TRACE")
@TestLogging("org.elasticsearch.cluster.routing:TRACE,org.elasticsearch.snapshots:TRACE")
public void testDataFileCorruptionDuringRestore() throws Exception {
Path repositoryLocation = randomRepoPath();
Client client = client();
Expand Down

0 comments on commit 877f2d6

Please sign in to comment.