Skip to content

Commit cc13469

Browse files
committed
ensure watcher started
1 parent 0e70911 commit cc13469

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/WatchBackwardsCompatibilityIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ public void testWatcherStats() throws Exception {
179179

180180
public void testWatcherRestart() throws Exception {
181181
executeUpgradeIfNeeded();
182+
ensureWatcherStarted();
182183

183184
executeAgainstRandomNode(client -> assertOK(client.performRequest("POST", "/_xpack/watcher/_stop")));
184185
ensureWatcherStopped();

0 commit comments

Comments
 (0)