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
WatcherRestartIT failing on 7.x after version bump to 7.8.0.
java.lang.AssertionError:
Expected: is <200>
but: was <404>
at __randomizedtesting.SeedInfo.seed([180735F276808A5C:8D5F3B7D3D9C5305]:0)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.junit.Assert.assertThat(Assert.java:956)
at org.junit.Assert.assertThat(Assert.java:923)
at org.elasticsearch.upgrades.WatcherRestartIT.validateHistoryTemplate(WatcherRestartIT.java:40)
at org.elasticsearch.upgrades.WatcherRestartIT.testWatcherRestart(WatcherRestartIT.java:29)
The text was updated successfully, but these errors were encountered:
This could be related to some changes we made to template management in 7.7 (see #52962, #52974, #51456). I'll look into this when I have time, but if someone else beats me to it and it is related to one of the above, please ping me.
WatcherRestartIT failing on 7.x after version bump to 7.8.0.
The text was updated successfully, but these errors were encountered: