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] IndexStats.testBulkStats fails looking for a stat that is zero #55485

Closed
dakrone opened this issue Apr 20, 2020 · 2 comments · Fixed by #69961
Closed

[CI] IndexStats.testBulkStats fails looking for a stat that is zero #55485

dakrone opened this issue Apr 20, 2020 · 2 comments · Fixed by #69961
Assignees
Labels
:Data Management/Stats Statistics tracking and retrieval APIs Team:Data Management Meta label for data/management team >test-failure Triaged test failures from CI

Comments

@dakrone
Copy link
Member

dakrone commented Apr 20, 2020

The failure looks like:

java.lang.AssertionError: 
Expected: a value greater than <0L>
     but: <0L> was equal to <0L>
	at __randomizedtesting.SeedInfo.seed([53E1A42B3AEEE880:D9991F5953912569]: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.indices.stats.IndexStatsIT.testBulkStats(IndexStatsIT.java:1101)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)

It doesn't fail with:

./gradlew ':server:integTest' --tests "org.elasticsearch.indices.stats.IndexStatsIT.testBulkStats" -Dtests.seed=53E1A42B3AEEE880 -Dtests.security.manager=true -Dtests.locale=id -Dtests.timezone=Australia/Brisbane -Dcompiler.java=14

But I have seen it a few times, @probakowski I believe this is related to #52208

@dakrone dakrone added :Data Management/Stats Statistics tracking and retrieval APIs >test-failure Triaged test failures from CI labels Apr 20, 2020
@elasticmachine
Copy link
Collaborator

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

@iverase
Copy link
Contributor

iverase commented Apr 21, 2020

There are a few more errors. I am muting the test in master.

@rjernst rjernst added the Team:Data Management Meta label for data/management team label May 4, 2020
@andreidan andreidan self-assigned this Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Data Management/Stats Statistics tracking and retrieval APIs Team:Data Management Meta label for data/management team >test-failure Triaged test failures from CI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants