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
Clean up Node Shutdown metadata in test cleanup (#72726)
This commit ensures that node shutdown metadata is cleaned up between
tests, as it causes unrelated tests to fail if a test leaves node
shutdown metadata in place.
Copy file name to clipboardExpand all lines: x-pack/plugin/shutdown/qa/multi-node/src/javaRestTest/java/org/elasticsearch/xpack/shutdown/NodeShutdownIT.java
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,6 @@ public void testCRUD() throws Exception {
65
65
/**
66
66
* A very basic smoke test to make sure the allocation decider is working.
0 commit comments