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] DateFormatters.testLocales with specific seed fails in 6.x #34907

Closed
dimitris-athanasiou opened this issue Oct 26, 2018 · 3 comments
Closed
Assignees
Labels
:Core/Infra/Core Core issues without another label >test-failure Triaged test failures from CI v6.5.0 v6.6.0

Comments

@dimitris-athanasiou
Copy link
Contributor

This reproduces 100%.

Build failure: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+periodic/59/console

Failure:

DateFormattersTests.testLocales <<< FAILURES!
   > Throwable #1: junit.framework.AssertionFailedError: Expected exception IllegalArgumentException but no exception was thrown
   >    at __randomizedtesting.SeedInfo.seed([59C1B99F0E79EA38:24680EB67D654268]:0)
   >    at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2693)
   >    at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2678)
   >    at org.elasticsearch.common.time.DateFormattersTests.testLocales(DateFormattersTests.java:134)
   >    at java.lang.Thread.run(Thread.java:748)

Reproduce with:

./gradlew :server:test -Dtests.seed=59C1B99F0E79EA38 -Dtests.class=org.elasticsearch.common.time.DateFormattersTests -Dtests.method="testLocales" -Dtests.security.manager=true -Dtests.locale=id-ID -Dtests.timricaaulo -Dcompiler.java=11 -Druntime.java=8
@dimitris-athanasiou dimitris-athanasiou added :Core/Infra/Core Core issues without another label >test-failure Triaged test failures from CI v6.6.0 labels Oct 26, 2018
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra

@spinscale
Copy link
Contributor

backporting #34437 will fix this. I am currently running the tests locally...

@spinscale spinscale self-assigned this Oct 26, 2018
@spinscale
Copy link
Contributor

Fixed by 2df3040 in 6.x and 6cbd6ed in 6.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Core/Infra/Core Core issues without another label >test-failure Triaged test failures from CI v6.5.0 v6.6.0
Projects
None yet
Development

No branches or pull requests

3 participants