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

transforms_crud.yml#data_frame/transforms_crud/Test basic transform crud failure on CI #40116

Closed
gwbrown opened this issue Mar 15, 2019 · 1 comment · Fixed by #40119
Closed
Assignees
Labels
:ml/Transform Transform >test-failure Triaged test failures from CI

Comments

@gwbrown
Copy link
Contributor

gwbrown commented Mar 15, 2019

One of my PR builds hit this: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+pull-request-2/10073/console

Does not reproduce locally with:

./gradlew :x-pack:plugin:integTestRunner -Dtests.seed=FDB44C20FECF6CB5 -Dtests.class=org.elasticsearch.xpack.test.rest.XPackRestIT -Dtests.method="test {p0=data_frame/transforms_crud/Test basic transform crud}" -Dtests.security.manager=true -Dtests.locale=ar-EG -Dtests.timezone=Etc/GMT-3 -Dcompiler.java=11 -Druntime.java=8

Failure info & Stack trace:

  1> [2019-03-15T21:19:58,951][INFO ][o.e.x.t.r.XPackRestIT    ] [test] Stash dump on test failure [{
  1>   "stash" : {
  1>     "body" : {
  1>       "count" : 2,
  1>       "transforms" : [
  1>         {
  1>           "id" : "airline-transform-dos",
  1>           "source" : "airline-data",
  1>           "dest" : "airline-data-by-airline-again",
  1>           "query" : {
  1>             "match_all" : { }
  1>           },
  1>           "pivot" : {
  1>             "group_by" : {
  1>               "airline" : {
  1>                 "terms" : {
  1>                   "field" : "airline"
  1>                 }
  1>               }
  1>             },
  1>             "aggregations" : {
  1>               "avg_response" : {
  1>                 "avg" : {
  1>                   "field" : "responsetime"
  1>                 }
  1>               }
  1>             }
  1>           }
  1>         },
  1>         {
  1>           "id" : "airline-transform",
  1>           "source" : "airline-data",
  1>           "dest" : "airline-data-by-airline",
  1>           "query" : {
  1>             "match_all" : { }
  1>           },
  1>           "pivot" : {
  1>             "group_by" : {
  1>               "airline" : {
  1>                 "terms" : {
  1>                   "field" : "airline"
  1>                 }
  1>               }
  1>             },
  1>             "aggregations" : {
  1>               "avg_response" : {
  1>                 "avg" : {
  1>                   "field" : "responsetime"
  1>                 }
  1>               }
  1>             }
  1>           }
  1>         }
  1>       ]
  1>     }
  1>   }
  1> }]
  1> [2019-03-15T21:19:59,087][INFO ][o.e.x.t.r.XPackRestIT    ] [test] [p0=data_frame/transforms_crud/Test basic transform crud] after test
FAILURE 0.47s | XPackRestIT.test {p0=data_frame/transforms_crud/Test basic transform crud} <<< FAILURES!
   > Throwable #1: java.lang.AssertionError: Failure at [data_frame/transforms_crud:99]: transforms.0.id didn't match expected value:
   >                transforms.0.id: expected [airline-transform] but was [airline-transform-dos]
   > 	at __randomizedtesting.SeedInfo.seed([FDB44C20FECF6CB5:75E073FA5033014D]:0)
   > 	at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.executeSection(ESClientYamlSuiteTestCase.java:393)
   > 	at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.test(ESClientYamlSuiteTestCase.java:370)
   > 	at java.lang.Thread.run(Thread.java:748)
   > Caused by: java.lang.AssertionError: transforms.0.id didn't match expected value:
   >                transforms.0.id: expected [airline-transform] but was [airline-transform-dos]
   > 	at org.elasticsearch.test.rest.yaml.section.MatchAssertion.doAssert(MatchAssertion.java:93)
   > 	at org.elasticsearch.test.rest.yaml.section.Assertion.execute(Assertion.java:76)
   > 	at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.executeSection(ESClientYamlSuiteTestCase.java:386)
   > 	... 37 more

Full build log saved for posterity

@gwbrown gwbrown added >test-failure Triaged test failures from CI :ml/Transform Transform labels Mar 15, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ml-core

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.

3 participants