Build scan: https://gradle-enterprise.elastic.co/s/uechvlxybdeok
Repro line: ./gradlew ':x-pack:plugin:watcher:internalClusterTest' --tests "org.elasticsearch.xpack.watcher.test.integration.BootStrapTests.testMixedTriggeredWatchLoading" -Dtests.seed=6438A1D1DB20D548 -Dtests.locale=ca-ES -Dtests.timezone=Etc/GMT-11 -Druntime.java=17
Reproduces locally?: no
Applicable branches: master
Failure history: a similar failure in the same class was reported some time ago - #67729 - looks like the fix would be applicable to this method as well, but I am not sure. Thus, creating a new issue for this failure.
Failure excerpt:
org.elasticsearch.xpack.watcher.test.integration.BootStrapTests > testMixedTriggeredWatchLoading FAILED
java.lang.AssertionError: Count is 31 hits but 32 was expected. Total shards: 1 Successful shards: 1 & 0 shard failures:
at __randomizedtesting.SeedInfo.seed([6438A1D1DB20D548:80FF2992E204B6FE]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount(ElasticsearchAssertions.java:282)
at org.elasticsearch.xpack.watcher.test.integration.BootStrapTests.lambda$assertSingleExecutionAndCompleteWatchHistory$3(BootStrapTests.java:327)
at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:1069)
at org.elasticsearch.xpack.watcher.test.integration.BootStrapTests.assertSingleExecutionAndCompleteWatchHistory(BootStrapTests.java:313)
at org.elasticsearch.xpack.watcher.test.integration.BootStrapTests.testMixedTriggeredWatchLoading(BootStrapTests.java:258)
Build scan: https://gradle-enterprise.elastic.co/s/uechvlxybdeok
Repro line:
./gradlew ':x-pack:plugin:watcher:internalClusterTest' --tests "org.elasticsearch.xpack.watcher.test.integration.BootStrapTests.testMixedTriggeredWatchLoading" -Dtests.seed=6438A1D1DB20D548 -Dtests.locale=ca-ES -Dtests.timezone=Etc/GMT-11 -Druntime.java=17Reproduces locally?: no
Applicable branches: master
Failure history: a similar failure in the same class was reported some time ago - #67729 - looks like the fix would be applicable to this method as well, but I am not sure. Thus, creating a new issue for this failure.
Failure excerpt: