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 WatcherRestIT yaml=painless/20_minimal_body/Test execute watch api with minimal body #43988

Closed
mayya-sharipova opened this issue Jul 4, 2019 · 3 comments · Fixed by #47699

Comments

@mayya-sharipova
Copy link
Contributor

Test failed on master:

./gradlew :x-pack:qa:smoke-test-watcher:integTestRunner --tests "org.elasticsearch.smoketest.WatcherRestIT.test {yaml=painless/20_minimal_body/Test execute watch api with minimal body}" \
  -Dtests.seed=BA6FF797971F1689 \
  -Dtests.security.manager=true \
  -Dtests.locale=naq \
  -Dtests.timezone=Africa/Ndjamena \
  -Dcompiler.java=12 \
  -Druntime.java=11
[2019-07-04T16:56:45,842][INFO ][o.e.s.WatcherRestIT      ] [test] [yaml=painless/20_minimal_body/Test execute watch api with minimal body] before test
[2019-07-04T16:57:44,770][INFO ][o.e.s.WatcherRestIT      ] [test] Stash dump on test failure [{
  "stash" : {
    "body" : {
      "_id" : "my_logging_watch_18583bc1-b462-4db0-909a-49a98420fd91-2019-07-04T15:57:16.316845Z",
      "watch_record" : {
        "watch_id" : "my_logging_watch",
        "node" : "KX66h-VtS5KCzbPplYWwDA",
        "state" : "not_executed_already_queued",
        "trigger_event" : {
          "type" : "manual",
          "triggered_time" : "2019-07-04T15:57:16.316Z",
          "manual" : {
            "schedule" : {
              "scheduled_time" : "2019-07-04T15:57:16.316Z"
            }
          }
        },
        "messages" : [
          "Watch is already queued in thread pool"
        ]
      }
    }
  }
}]

Log: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob+fast+part2/52/console
Build Scans: https://gradle.com/s/kftq7vpb5p36s

Doesn't reproduce locally for me. Could be simply slow test due the network.

@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-features

@mayya-sharipova mayya-sharipova added >test-failure Triaged test failures from CI v8.0.0 labels Jul 4, 2019
@davidkyle
Copy link
Member

Another failure

java.lang.AssertionError: Failure at [painless/20_minimal_body:41]: watch_record.state didn't match expected value:
           watch_record.state: expected String [executed] but was String [not_executed_already_queued]

https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob+fast+part2/488/console

I grabbed the log file
integTest.log

0   1>   "stash" : {
13:44:40   1>     "body" : {
13:44:40   1>       "_id" : "my_logging_watch_25d32db9-0de5-44c8-b92c-3f258f62c9e7-2019-07-30T12:44:08.951835Z",
13:44:40   1>       "watch_record" : {
13:44:40   1>         "watch_id" : "my_logging_watch",
13:44:40   1>         "node" : "ZdW-FukyT-2dXpGjoAnWWw",
13:44:40   1>         "state" : "not_executed_already_queued",
13:44:40   1>         "trigger_event" : {
13:44:40   1>           "type" : "manual",
13:44:40   1>           "triggered_time" : "2019-07-30T12:44:08.951Z",
13:44:40   1>           "manual" : {
13:44:40   1>             "schedule" : {
13:44:40   1>               "scheduled_time" : "2019-07-30T12:44:08.951Z"
13:44:40   1>             }
13:44:40   1>           }
13:44:40   1>         },
13:44:40   1>         "messages" : [
13:44:40   1>           "Watch is already queued in thread pool"
13:44:40   1>         ]
13:44:40   1>       }
13:44:40   1>     }
13:44:40   1>   }

davidkyle added a commit that referenced this issue Jul 30, 2019
davidkyle added a commit that referenced this issue Jul 30, 2019
@davidkyle
Copy link
Member

Muted on master 8ab1c9b and 7.x d0cbf0c

jkakavas pushed a commit that referenced this issue Jul 31, 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#43988
jakelandis added a commit that referenced this issue Oct 7, 2019
This test is believed to be fixed by #43939

closes #43988
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#43988
jakelandis added a commit that referenced this issue Oct 8, 2019
This test is believed to be fixed by #43939

closes #43988
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants