You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since elastic#129367 we run the `_ilm/status` API on the local node, which
could cause issues in tests that assume the API runs on the master node
- i.e. they assumed that once the assertion passed, all nodes in the
cluster would have that cluster state, which is not true.
Copy file name to clipboardExpand all lines: x-pack/plugin/ilm/qa/multi-node/src/javaRestTest/java/org/elasticsearch/xpack/ilm/TimeSeriesLifecycleActionsIT.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -766,6 +766,8 @@ public void testCanStopILMWithPolicyUsingNonexistentPolicy() throws Exception {
0 commit comments