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

ClassificationIT failures on 7.x #51024

Closed
pgomulka opened this issue Jan 15, 2020 · 2 comments
Closed

ClassificationIT failures on 7.x #51024

pgomulka opened this issue Jan 15, 2020 · 2 comments
Assignees
Labels
:ml Machine learning >test-failure Triaged test failures from CI

Comments

@pgomulka
Copy link
Contributor

I noticed .testWithOnlyTrainingRowsAndTrainingPercentIsHundred failing on my PR based on 7.x. But it seems it fails on other PRs too
https://build-stats.elastic.co/app/kibana#/discover?_g=(refreshInterval:(pause:!t,value:0),time:(from:now-7d,mode:quick,to:now))&_a=(columns:!(_source),index:b646ed00-7efc-11e8-bf69-63c8ef516157,interval:auto,query:(language:lucene,query:ClassificationIT),sort:!(process.time-start,desc))
This started on 15th Jan

it reproduces locally

./gradlew ':x-pack:plugin:ml:qa:native-multi-node-tests:integTestRunner' --tests "org.elasticsearch.xpack.ml.integration.ClassificationIT.testWithOnlyTrainingRowsAndTrainingPercentIsHundred" -Dtests.seed=8F881061E33C57BA -Dtests.security.manager=true -Dtests.locale=ar-OM -Dtests.timezone=Asia/Muscat -Dcompiler.java=13 -Druntime.java=8
  2> java.lang.AssertionError: 
    Expected: is <true>
         but: was <false>
        at __randomizedtesting.SeedInfo.seed([8F881061E33C57BA:D7905DAE1C434EAC]: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.xpack.ml.integration.ClassificationIT.assertTopClasses(ClassificationIT.java:515)
        at org.elasticsearch.xpack.ml.integration.ClassificationIT.testWithOnlyTrainingRowsAndTrainingPercentIsHundred(ClassificationIT.java:144)
@pgomulka pgomulka added >test-failure Triaged test failures from CI :ml Machine learning labels Jan 15, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ml-core (:ml)

@dimitris-athanasiou dimitris-athanasiou self-assigned this Jan 15, 2020
@dimitris-athanasiou
Copy link
Contributor

This has been fixed by #50986 and its backport to 7.x.

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

No branches or pull requests

3 participants