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

[CI] TemplateUpgradeServiceIT.testTemplateUpdate failure #25382

Closed
Tim-Brooks opened this issue Jun 23, 2017 · 2 comments
Closed

[CI] TemplateUpgradeServiceIT.testTemplateUpdate failure #25382

Tim-Brooks opened this issue Jun 23, 2017 · 2 comments
Assignees
Labels
>test Issues or PRs that are addressing/adding tests

Comments

@Tim-Brooks
Copy link
Contributor

https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-windows-compatibility/357/console

https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-unix-compatibility/os=centos/1159/console

FAILURE 12.0s J2 | TemplateUpgradeServiceIT.testTemplateUpdate <<< FAILURES!
   > Throwable #1: java.lang.AssertionError: 
   > Expected: <3>
   >      but: was <4>
   > 	at __randomizedtesting.SeedInfo.seed([43CE48AB8C847E3F:58F7390846BF13AC]:0)
   > 	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
   > 	at org.elasticsearch.cluster.metadata.TemplateUpgradeServiceIT.lambda$testTemplateUpdate$0(TemplateUpgradeServiceIT.java:111)
   > 	at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:722)
   > 	at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:696)
   > 	at org.elasticsearch.cluster.metadata.TemplateUpgradeServiceIT.testTemplateUpdate(TemplateUpgradeServiceIT.java:109)
   > 	at java.lang.Thread.run(Thread.java:745)
   > 	Suppressed: java.lang.AssertionError: 
   > Expected: <3>
   >      but: was <4>
   > 		at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
   > 		at org.elasticsearch.cluster.metadata.TemplateUpgradeServiceIT.lambda$testTemplateUpdate$0(TemplateUpgradeServiceIT.java:111)
   > 		at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:710)
   > 		... 39 more
   > 	Suppressed: java.lang.AssertionError: 
   > Expected: <3>
   >      but: was <4>
   > 		at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
   > 		at org.elasticsearch.cluster.metadata.TemplateUpgradeServiceIT.lambda$testTemplateUpdate$0(TemplateUpgradeServiceIT.java:111)
   > 		at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:710)
   > 		... 39 more
   > 	Suppressed: java.lang.AssertionError: 
   > Expected: <3>
   >      but: was <4>

REPRODUCE WITH: gradle :core:integTest -Dtests.seed=43CE48AB8C847E3F -Dtests.class=org.elasticsearch.cluster.metadata.TemplateUpgradeServiceIT -Dtests.method="testTemplateUpdate" -Dtests.security.manager=true -Dtests.locale=ru-RU -Dtests.timezone=America/Indiana/Indianapolis

@Tim-Brooks Tim-Brooks added the >test Issues or PRs that are addressing/adding tests label Jun 23, 2017
@Tim-Brooks
Copy link
Contributor Author

@imotov
Copy link
Contributor

imotov commented Jul 19, 2017

This test didn't fail since the fix above was pushed on Jun 26th. Closing.

@imotov imotov closed this as completed Jul 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>test Issues or PRs that are addressing/adding tests
Projects
None yet
Development

No branches or pull requests

2 participants