-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Core/Infra/ScriptingScripting abstractions, Painless, and MustacheScripting abstractions, Painless, and Mustache:Distributed Indexing/CRUDA catch all label for issues around indexing, updating and getting a doc by id. Not search.A catch all label for issues around indexing, updating and getting a doc by id. Not search.>testIssues or PRs that are addressing/adding testsIssues or PRs that are addressing/adding tests>test-failureTriaged test failures from CITriaged test failures from CI
Description
This failed two times today so far:
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-unix-compatibility/os=fedora/738
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+5.2+multijob-unix-compatibility/os=fedora/125
Error looks like this in the logs:
1> [2017-03-22T08:11:56,595][INFO ][o.e.s.SmokeTestReindexWithPainlessClientYamlTestSuiteIT] [test {yaml=reindex/10_script/Modify a document based on id}]: after test
1> [2017-03-22T08:11:56,613][INFO ][o.e.s.SmokeTestReindexWithPainlessClientYamlTestSuiteIT] Stash dump on failure [{
1> "stash" : {
1> "body" : {
1> "took" : 397,
1> "timed_out" : false,
1> "total" : 1,
1> "updated" : 0,
1> "created" : 1,
1> "deleted" : 0,
1> "batches" : 1,
1> "version_conflicts" : 0,
1> "noops" : 0,
1> "retries" : {
1> "bulk" : 0,
1> "search" : 0
1> },
1> "throttled_millis" : 0,
1> "requests_per_second" : -1.0,
1> "throttled_until_millis" : 0,
1> "failures" : [ ]
1> }
1> }
1> }]
FAILURE 1.89s | SmokeTestReindexWithPainlessClientYamlTestSuiteIT.test {yaml=reindex/10_script/Modify a document based on id} <<< FAILURES!
> Throwable #1: java.lang.AssertionError: Failure at [reindex/10_script:63]: created didn't match the expected value:
> created: expected [2] but was [1]
> at __randomizedtesting.SeedInfo.seed([B20684A64E72811C:3A52BB7CE08EECE4]:0)
> at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.executeSection(ESClientYamlSuiteTestCase.java:374)
> at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.test(ESClientYamlSuiteTestCase.java:354)
> at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.AssertionError: created didn't match the expected value:
> created: expected [2] but was [1]
> at org.elasticsearch.test.rest.yaml.section.MatchAssertion.doAssert(MatchAssertion.java:92)
> at org.elasticsearch.test.rest.yaml.section.Assertion.execute(Assertion.java:76)
> at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.executeSection(ESClientYamlSuiteTestCase.java:370)
> ... 38 more
Unfortunately the reproduction doesn't work so far locally, here it is anyway:
gradle :qa:smoke-test-reindex-with-painless:integTestRunner -Dtests.seed=7230AEED34CAE77D -Dtests.class=org.elasticsearch.smoketest.SmokeTestReindexWithPainlessClientYamlTestSuiteIT -Dtests.method="test {yaml=reindex/10_script/Modify a document based on id}" -Dtests.security.manager=true -Dtests.locale=sv-SE -Dtests.timezone=Asia/Singapore
Metadata
Metadata
Assignees
Labels
:Core/Infra/ScriptingScripting abstractions, Painless, and MustacheScripting abstractions, Painless, and Mustache:Distributed Indexing/CRUDA catch all label for issues around indexing, updating and getting a doc by id. Not search.A catch all label for issues around indexing, updating and getting a doc by id. Not search.>testIssues or PRs that are addressing/adding testsIssues or PRs that are addressing/adding tests>test-failureTriaged test failures from CITriaged test failures from CI