File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 3636import org .elasticsearch .tasks .TaskInfo ;
3737import org .elasticsearch .test .ESIntegTestCase ;
3838import org .elasticsearch .test .discovery .TestZenDiscovery ;
39+ import org .elasticsearch .test .junit .annotations .TestLogging ;
3940import org .elasticsearch .xpack .ccr .action .CreateAndFollowIndexAction ;
4041import org .elasticsearch .xpack .ccr .action .FollowIndexAction ;
4142import org .elasticsearch .xpack .ccr .action .ShardChangesAction ;
@@ -430,6 +431,7 @@ public void testFollowNonExistentIndex() throws Exception {
430431 expectThrows (IllegalArgumentException .class , () -> client ().execute (FollowIndexAction .INSTANCE , followRequest3 ).actionGet ());
431432 }
432433
434+ @ TestLogging ("_root:DEBUG" )
433435 public void testValidateFollowingIndexSettings () throws Exception {
434436 assertAcked (client ().admin ().indices ().prepareCreate ("test-leader" )
435437 .setSettings (Settings .builder ().put (IndexSettings .INDEX_SOFT_DELETES_SETTING .getKey (), true )));
You can’t perform that action at this time.
0 commit comments