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 Failure: DataFrameGetAndGetStatsIT testGetPersistedStatsWithoutTask #40963

Closed
davidkyle opened this issue Apr 8, 2019 · 3 comments · Fixed by #41074
Closed

CI Failure: DataFrameGetAndGetStatsIT testGetPersistedStatsWithoutTask #40963

davidkyle opened this issue Apr 8, 2019 · 3 comments · Fixed by #41074
Labels
:ml/Transform Transform >test-failure Triaged test failures from CI

Comments

@davidkyle
Copy link
Member

Expected: a value greater than <0>
     but: <0> was equal to <0>
	at __randomizedtesting.SeedInfo.seed([565E9E23D6E0611E:F4F08DAE1E49B812]:0)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:956)
	at org.junit.Assert.assertThat(Assert.java:923)
	at org.elasticsearch.xpack.dataframe.integration.DataFrameGetAndGetStatsIT.testGetPersistedStatsWithoutTask(DataFrameGetAndGetStatsIT.java:133)

Reproduce:

./gradlew :x-pack:plugin:data-frame:qa:single-node-tests:integTestRunner \
  -Dtests.seed=565E9E23D6E0611E \
  -Dtests.class=org.elasticsearch.xpack.dataframe.integration.DataFrameGetAndGetStatsIT \
  -Dtests.method="testGetPersistedStatsWithoutTask" \
  -Dtests.security.manager=true \
  -Dtests.locale=ar-AE \
  -Dtests.timezone=Europe/Bratislava \
  -Dcompiler.java=12 \
  -Druntime.java=8

https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+7.x+multijob-darwin-compatibility/95/console

@davidkyle davidkyle added >test-failure Triaged test failures from CI :ml/Transform Transform labels Apr 8, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ml-core

@jtibshirani
Copy link
Contributor

This failed again with the same error, I'm planning to mute the test.

talevy pushed a commit to talevy/elasticsearch that referenced this issue Apr 9, 2019
@benwtrent
Copy link
Member

This seems like the search_time_in_ms is actually 0 for the stats (super fast searching....). That check could actually be removed, as we only care about there actually BEING stats, not that there are specific values.

I will open a pr removing the search_time_in_ms check. documents_processed > 0 is a good enough check for this test.

benwtrent added a commit to benwtrent/elasticsearch that referenced this issue Apr 10, 2019
benwtrent added a commit to benwtrent/elasticsearch that referenced this issue Apr 11, 2019
gurkankaymak pushed a commit to gurkankaymak/elasticsearch that referenced this issue May 27, 2019
gurkankaymak pushed a commit to gurkankaymak/elasticsearch that referenced this issue May 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:ml/Transform Transform >test-failure Triaged test failures from CI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants