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] HistogramPercentileAggregationTests.testTDigestHistogram failure #50307

Closed
martijnvg opened this issue Dec 18, 2019 · 3 comments · Fixed by #51920
Closed

[CI] HistogramPercentileAggregationTests.testTDigestHistogram failure #50307

martijnvg opened this issue Dec 18, 2019 · 3 comments · Fixed by #51920
Assignees
Labels
:Analytics/Aggregations Aggregations >test-failure Triaged test failures from CI

Comments

@martijnvg
Copy link
Member

Reproduce line:

REPRODUCE WITH: ./gradlew ':x-pack:plugin:analytics:test' --tests "org.elasticsearch.xpack.analytics.mapper.HistogramPercentileAggregationTests.testTDigestHistogram" -Dtests.seed=44FD6E7912D5FDE5 -Dtests.security.manager=true -Dbuild.snapshot=false -Dtests.jvm.argline="-Dbuild.snapshot=false" -Dtests.locale=it -Dtests.timezone=America/Rosario -Dcompiler.java=13 -Druntime.java=8

Does not reproduce locally for me.

Failure:

2> java.lang.AssertionError: expected:<0.43155573922885637> but was:<0.42117091333838197>
01:30:22         at __randomizedtesting.SeedInfo.seed([44FD6E7912D5FDE5:B71A4A5D4933432F]:0)
01:30:22         at org.junit.Assert.fail(Assert.java:88)
01:30:22         at org.junit.Assert.failNotEquals(Assert.java:834)
01:30:22         at org.junit.Assert.assertEquals(Assert.java:553)
01:30:22         at org.junit.Assert.assertEquals(Assert.java:683)
01:30:22         at org.elasticsearch.xpack.analytics.mapper.HistogramPercentileAggregationTests.testTDigestHistogram(HistogramPercentileAggregationTests.java:223)

Build urls:

@martijnvg martijnvg added :Analytics/Aggregations Aggregations >test-failure Triaged test failures from CI labels Dec 18, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-analytics-geo (:Analytics/Aggregations)

@iverase iverase self-assigned this Dec 18, 2019
@davidkyle
Copy link
Member

Another failure on master:

java.lang.AssertionError: expected:<0.20577506725945938> but was:<0.21741075266575824>Close stacktrace
at __randomizedtesting.SeedInfo.seed([E36C87306B33887B:108BA31430D536B1]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:553)
at org.junit.Assert.assertEquals(Assert.java:683)
at org.elasticsearch.xpack.analytics.mapper.HistogramPercentileAggregationTests.testTDigestHistogram(HistogramPercentileAggregationTests.java:223)

https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-unix-compatibility/os=sles-15&&immutable/496/console
https://gradle-enterprise.elastic.co/s/nbhyub4pylwmq

Does not reproduce

./gradlew ':x-pack:plugin:analytics:test' --tests "org.elasticsearch.xpack.analytics.mapper.HistogramPercentileAggregationTests.testTDigestHistogram" \
  -Dtests.seed=E36C87306B33887B \
  -Dtests.security.manager=true \
  -Dtests.locale=ru \
  -Dtests.timezone=America/Montreal \
  -Dcompiler.java=13

@davidkyle
Copy link
Member

Muted on master in 7309ce4

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

Successfully merging a pull request may close this issue.

4 participants