File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/integration Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 1313import org .elasticsearch .index .query .QueryBuilders ;
1414import org .elasticsearch .plugins .Plugin ;
1515import org .elasticsearch .test .disruption .NetworkDisruption ;
16+ import org .elasticsearch .test .junit .annotations .TestLogging ;
1617import org .elasticsearch .test .transport .MockTransportService ;
1718import org .elasticsearch .xpack .core .ml .action .CloseJobAction ;
1819import org .elasticsearch .xpack .core .ml .action .OpenJobAction ;
@@ -38,6 +39,8 @@ protected Collection<Class<? extends Plugin>> nodePlugins() {
3839 return plugins ;
3940 }
4041
42+ @ TestLogging (value = "org.elasticsearch.persistent.PersistentTasksClusterService:trace" ,
43+ reason = "https://github.com/elastic/elasticsearch/issues/49908" )
4144 public void testJobRelocation () throws Exception {
4245 internalCluster ().ensureAtLeastNumDataNodes (5 );
4346 ensureStableCluster (5 );
You can’t perform that action at this time.
0 commit comments