Closed
Description
This happened on CI master with https://scans.gradle.com/s/x4mlwdvr5qyb4/tests (https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob+fast+part2/7/console) as well as on a recent PR run of mine (https://scans.gradle.com/s/j5adddfjkjby4/tests). Adding the details from the CI run from 2019-07-03 here:
Doesn't reproduce locally so far:
./gradlew :x-pack:qa:smoke-test-watcher:integTestRunner --tests "org.elasticsearch.smoketest.WatcherRestIT.test {yaml=painless/50_update_scripts/Test transform scripts are updated on execution}" \
-Dtests.seed=BD820A2993117365 \
-Dtests.security.manager=true \
-Dtests.locale=nb-SJ \
-Dtests.timezone=America/Argentina/Cordoba \
-Dcompiler.java=12 \
-Druntime.java=11
java.lang.AssertionError
:
Failure at [painless/50_update_scripts:57]: field [watch_record.result.transform.payload.email] is null
Open stacktrace
Caused by:
java.lang.AssertionError
:
field [watch_record.result.transform.payload.email] is null
Open stacktrace
[2019-07-03T05:30:29,452][INFO ][o.e.s.WatcherRestIT ] [test] [yaml=painless/50_update_scripts/Test transform scripts are updated on execution] before test
[2019-07-03T05:31:26,200][INFO ][o.e.s.WatcherRestIT ] [test] Stash dump on test failure [{
"stash" : {
"body" : {
"_id" : "my_watch_1989c09f-09de-443e-86dd-f1b1750cd0bc-2019-07-03T08:30:59.894613Z",
"watch_record" : {
"watch_id" : "my_watch",
"node" : "ZuKEXWpqSoaiL9JB6GlUGg",
"state" : "not_executed_already_queued",
"trigger_event" : {
"type" : "manual",
"triggered_time" : "2019-07-03T08:30:59.894Z",
"manual" : {
"schedule" : {
"scheduled_time" : "2019-07-03T08:30:59.894Z"
}
}
},
"messages" : [
"Watch is already queued in thread pool"
]
}
}
}
}]
[2019-07-03T05:31:26,363][INFO ][o.e.s.WatcherRestIT ] [test] [yaml=painless/50_update_scripts/Test transform scripts are updated on execution] after test