Closed
Description
Looking at the logs, I suspect this failure may be due to the same issue as #35503 where the watch service reloads concurrently due to new allocation ids
Reproduce line:
./gradlew :x-pack:plugin:watcher:test -Dtests.seed=545DF1A27C1717B6 -Dtests.class=org.elasticsearch.xpack.watcher.test.integration.WatchAckTests -Dtests.method="testAckAllActions" -Dtests.security.manager=true -Dtests.locale=ga -Dtests.timezone=ACT
Failure:
Throwable #1: java.lang.AssertionError:
Expected: is <1L>
but: was <0L>
at __randomizedtesting.SeedInfo.seed([545DF1A27C1717B6:837F8503E7FBB51C]:0)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.elasticsearch.xpack.watcher.test.integration.WatchAckTests.testAckAllActions(WatchAckTests.java:138)
at java.lang.Thread.run(Thread.java:748)