File tree 1 file changed +2
-0
lines changed
x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 36
36
import org .elasticsearch .tasks .TaskInfo ;
37
37
import org .elasticsearch .test .ESIntegTestCase ;
38
38
import org .elasticsearch .test .discovery .TestZenDiscovery ;
39
+ import org .elasticsearch .test .junit .annotations .TestLogging ;
39
40
import org .elasticsearch .xpack .ccr .action .CreateAndFollowIndexAction ;
40
41
import org .elasticsearch .xpack .ccr .action .FollowIndexAction ;
41
42
import org .elasticsearch .xpack .ccr .action .ShardChangesAction ;
@@ -430,6 +431,7 @@ public void testFollowNonExistentIndex() throws Exception {
430
431
expectThrows (IllegalArgumentException .class , () -> client ().execute (FollowIndexAction .INSTANCE , followRequest3 ).actionGet ());
431
432
}
432
433
434
+ @ TestLogging ("_root:DEBUG" )
433
435
public void testValidateFollowingIndexSettings () throws Exception {
434
436
assertAcked (client ().admin ().indices ().prepareCreate ("test-leader" )
435
437
.setSettings (Settings .builder ().put (IndexSettings .INDEX_SOFT_DELETES_SETTING .getKey (), true )));
You can’t perform that action at this time.
0 commit comments