[TEST] adds TRACE logging to org.elasticsearch.snapshots for the
SharedClusterSnapshotRestoreIT#testDataFileCorruptionDuringRestore test
This commit is contained in:
parent
68f03b88c4
commit
877f2d671b
|
@ -808,7 +808,7 @@ public class SharedClusterSnapshotRestoreIT extends AbstractSnapshotIntegTestCas
|
||||||
logger.info("--> total number of simulated failures during restore: [{}]", getFailureCount("test-repo"));
|
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 {
|
public void testDataFileCorruptionDuringRestore() throws Exception {
|
||||||
Path repositoryLocation = randomRepoPath();
|
Path repositoryLocation = randomRepoPath();
|
||||||
Client client = client();
|
Client client = client();
|
||||||
|
|
Loading…
Reference in New Issue