Skip to content

Commit

Permalink
Enable debug log in testRetentionLeasesSyncOnRecovery
Browse files Browse the repository at this point in the history
Relates #39105
  • Loading branch information
dnhatn committed May 20, 2019
1 parent efbe581 commit f765e21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ public void testRetentionLeasesBackgroundSyncWithSoftDeletesDisabled() throws Ex
assertFalse("retention leases background sync must be a noop if soft deletes is disabled", backgroundSyncRequestSent.get());
}

@TestLogging(value = "org.elasticsearch.indices.recovery:trace")
@TestLogging(value = "org.elasticsearch.index:debug,org.elasticsearch.indices.recovery:trace")
public void testRetentionLeasesSyncOnRecovery() throws Exception {
final int numberOfReplicas = 2 - scaledRandomIntBetween(0, 2);
internalCluster().ensureAtLeastNumDataNodes(1 + numberOfReplicas);
Expand Down

0 comments on commit f765e21

Please sign in to comment.