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] MovAvgIT.testHoltWintersNotEnoughData #34098

Closed
s1monw opened this issue Sep 26, 2018 · 1 comment
Closed

[CI] MovAvgIT.testHoltWintersNotEnoughData #34098

s1monw opened this issue Sep 26, 2018 · 1 comment
Assignees
Labels
>test-failure Triaged test failures from CI

Comments

@s1monw
Copy link
Contributor

s1monw commented Sep 26, 2018

Fails reproducibly and likely caused by #31876 I will mute the test

./gradlew :server:integTest -Dtests.seed=CE15410BFF4D8B8A -Dtests.class=org.elasticsearch.search.aggregations.pipeline.moving.avg.MovAvgIT -Dtests.method="testHoltWintersNotEnoughData" -Dtests.security.manager=true -Dtests.locale=fi -Dtests.timezone=JST -Dcompiler.java=10 -Druntime.java=8
2> REPRODUCE WITH: ./gradlew :server:integTest -Dtests.seed=CE15410BFF4D8B8A -Dtests.class=org.elasticsearch.search.aggregations.pipeline.moving.avg.MovAvgIT -Dtests.method="testHoltWintersNotEnoughData" -Dtests.security.manager=true -Dtests.locale=fi -Dtests.timezone=JST -Dcompiler.java=10 -Druntime.java=8
FAILURE 0.39s | MovAvgIT.testHoltWintersNotEnoughData <<< FAILURES!
   > Throwable #1: junit.framework.AssertionFailedError: Expected exception SearchPhaseExecutionException but no exception was thrown
   >    at __randomizedtesting.SeedInfo.seed([CE15410BFF4D8B8A:A5C013FEF4A98B75]:0)
   >    at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2687)
   >    at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2672)
   >    at org.elasticsearch.search.aggregations.pipeline.moving.avg.MovAvgIT.testHoltWintersNotEnoughData(MovAvgIT.java:856)
   >    at java.lang.Thread.run(Thread.java:748)
@s1monw s1monw added the >test-failure Triaged test failures from CI label Sep 26, 2018
s1monw added a commit to s1monw/elasticsearch that referenced this issue Sep 26, 2018
@cbuescher
Copy link
Member

@s1monw thanks, this should have been muted in the commit as well (the test was already borked but didn't throw the exception that we get now). Somehow this slipped CI due to lucky randomization. This is probably best handled as part of #34046 since it is a similar issue. I will close this in favour of #34046 and update the @AwaitsFix accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

2 participants