Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WatcherRestartIT failing on 7.x after version bump to 7.8.0 #54220

Closed
nik9000 opened this issue Mar 25, 2020 · 3 comments
Closed

WatcherRestartIT failing on 7.x after version bump to 7.8.0 #54220

nik9000 opened this issue Mar 25, 2020 · 3 comments
Assignees
Labels

Comments

@nik9000
Copy link
Member

nik9000 commented Mar 25, 2020

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)
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-features (:Core/Features/Watcher)

@nik9000 nik9000 removed the blocker label Mar 25, 2020
nik9000 added a commit that referenced this issue Mar 25, 2020
It is failing. Tracked in #54220.
@gwbrown
Copy link
Contributor

gwbrown commented Mar 25, 2020

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.

@gwbrown
Copy link
Contributor

gwbrown commented Mar 26, 2020

Fixed by #54237, closing.

@gwbrown gwbrown closed this as completed Mar 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants