File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/lang-painless/src/test/resources/rest-api-spec/test/painless
x-pack/qa/smoke-test-watcher/src/test/resources/rest-api-spec/test/painless Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 439439 source : " def x = [:] ; def y = [:] ; x.a = y ; y.a = x ; return x"
440440
441441 - match : { error.root_cause.0.type: "illegal_argument_exception" }
442- - match : { error.root_cause.0.reason: "Iterable object is self-referencing itself" }
442+ - match : { error.root_cause.0.reason: "Iterable object is self-referencing itself (ScriptBytesValues value) " }
443443 - match : { error.type: "search_phase_execution_exception" }
444444 - match : { error.reason: "all shards failed" }
Original file line number Diff line number Diff line change 7676 - match : { watch_record.state: "executed" }
7777 - match : { watch_record.result.actions.0.status: "failure" }
7878 - match : { watch_record.result.actions.0.error.caused_by.caused_by.type: "illegal_argument_exception" }
79- - match : { watch_record.result.actions.0.error.caused_by.caused_by.reason: "Iterable object is self-referencing itself" }
79+ - match : { watch_record.result.actions.0.error.caused_by.caused_by.reason: "Iterable object is self-referencing itself (CustomReflectionObjectHandler stringify) " }
8080
8181 - do :
8282 catch : bad_request
You can’t perform that action at this time.
0 commit comments