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

WatcherRestIT painless/10_basic/Test execute watch api with rest_total_hits_as_int failure #43889

Closed
jdconrad opened this issue Jul 2, 2019 · 6 comments · Fixed by #47692
Closed
Labels
:Data Management/Watcher >test-failure Triaged test failures from CI

Comments

@jdconrad
Copy link
Contributor

jdconrad commented Jul 2, 2019

Build: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+fast+part2/3/console

Did not reproduce with:

./gradlew :x-pack:qa:smoke-test-watcher:integTestRunner --tests "org.elasticsearch.smoketest.WatcherRestIT.test {yaml=painless/10_basic/Test execute watch api with rest_total_hits_as_int}" -Dtests.seed=6D9CCFE8486B1613 -Dtests.security.manager=true -Dtests.locale=mk -Dtests.timezone=Europe/Zurich -Dcompiler.java=12 -Druntime.java=11

Output:

09:45:13 > Task :x-pack:qa:smoke-test-watcher:integTestRunner
09:45:13 
09:45:13 
09:45:13 org.elasticsearch.smoketest.WatcherRestIT > test {yaml=painless/10_basic/Test execute watch api with rest_total_hits_as_int} FAILED
09:45:13     java.lang.AssertionError: Failure at [painless/10_basic:232]: watch_record.state didn't match expected value:
09:45:13                 watch_record.state: expected [executed] but was [not_executed_already_queued]
09:45:13 
09:45:13         Caused by:
09:45:13         java.lang.AssertionError: watch_record.state didn't match expected value:
09:45:13                     watch_record.state: expected [executed] but was [not_executed_already_queued]
@jdconrad jdconrad added >test-failure Triaged test failures from CI :Data Management/Watcher labels Jul 2, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-features

@danielmitterdorfer
Copy link
Member

Another instance in https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob+fast+part2/121/console (build id: 20190710093200-247A83CB)

10:02:04 org.elasticsearch.smoketest.WatcherRestIT > test {yaml=painless/10_basic/Test execute watch api with rest_total_hits_as_int} FAILED
10:02:04     java.lang.AssertionError: Failure at [painless/10_basic:232]: watch_record.state didn't match expected value:
10:02:04                 watch_record.state: expected [executed] but was [not_executed_already_queued]
10:02:04 
10:02:04         Caused by:
10:02:04         java.lang.AssertionError: watch_record.state didn't match expected value:
10:02:04                     watch_record.state: expected [executed] but was [not_executed_already_queued]

Reproduction line:

./gradlew :x-pack:qa:smoke-test-watcher:integTestRunner --tests "org.elasticsearch.smoketest.WatcherRestIT.test {yaml=painless/10_basic/Test execute watch api with rest_total_hits_as_int}" -Dtests.seed=EA25ECF3AB16AEEE -Dtests.security.manager=true -Dtests.locale=kam -Dtests.timezone=America/Louisville -Dcompiler.java=12 -Druntime.java=11

(does not reproduce locally)

Frequency: This failure started to occur on June 28, 2019 and happened 26 times in total.

@danielmitterdorfer
Copy link
Member

I've muted this test now in #44159.

danielmitterdorfer added a commit that referenced this issue Jul 10, 2019
With this commit we mute the test `execute watch api with
rest_total_hits_as_int failure` from `WatcherRestIT`.

Relates #43889
@henningandersen
Copy link
Contributor

Got same failure on my PR build but for another variant of the test:
org.elasticsearch.smoketest.WatcherRestIT.test {yaml=painless/10_basic/Test execute watch api}

java.lang.AssertionError: Failure at [painless/10_basic:109]: watch_record.state didn't match expected value:
            watch_record.state: expected [executed] but was [not_executed_already_queued]

https://scans.gradle.com/s/bpuyre7xomnd2/tests/6ej7h6toy4af6-6g5rmtb4agtbo

@ebadyano
Copy link
Contributor

@mayya-sharipova
Copy link
Contributor

mayya-sharipova commented Aug 23, 2019

jakelandis added a commit to jakelandis/elasticsearch that referenced this issue Oct 7, 2019
This test is believed to be fixed by elastic#43939

closes elastic#43889

--------

This test is currently only muted master.

Jul 10 - muted in master
Aug 16 - elastic#43939 commited to master
Aug 22 - elastic#43939 backported to 7.x
Aug 23 - last recorded failure (on any branch)
jakelandis added a commit that referenced this issue Oct 7, 2019
This test is believed to be fixed by #43939

closes #43889
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Data Management/Watcher >test-failure Triaged test failures from CI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants