-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[interpreter] Failing functional tests on chromedriver 76 #42842
Labels
Comments
Pinging @elastic/kibana-app-arch |
This was referenced Nov 6, 2019
Dosant
added a commit
that referenced
this issue
Nov 21, 2019
* Enables interpreter screenshot tests which were disabled in #42842 * Refactors tests to use expression service * Fixes edge cases in expression service render: ** fixes swallowing of promise rejections from renderer.render() ** fixes swallowing of errors which emitted sync in render() * Adds default value to colorRange type, as otherwise it fails in runtime if not passed
Dosant
added a commit
to Dosant/kibana
that referenced
this issue
Nov 21, 2019
* Enables interpreter screenshot tests which were disabled in elastic#42842 * Refactors tests to use expression service * Fixes edge cases in expression service render: ** fixes swallowing of promise rejections from renderer.render() ** fixes swallowing of errors which emitted sync in render() * Adds default value to colorRange type, as otherwise it fails in runtime if not passed # Conflicts: # src/plugins/expressions/public/loader.test.ts
Dosant
added a commit
that referenced
this issue
Nov 21, 2019
* Enables interpreter screenshot tests which were disabled in #42842 * Refactors tests to use expression service * Fixes edge cases in expression service render: ** fixes swallowing of promise rejections from renderer.render() ** fixes swallowing of errors which emitted sync in render() * Adds default value to colorRange type, as otherwise it fails in runtime if not passed # Conflicts: # src/plugins/expressions/public/loader.test.ts
Fixed by #50472 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With #42468 we updated chromedriver to v76 and made following changes:
null
values, e.g.Replacing
{"type":"kibana_context"}
with{"filters":null,"query":null,"timeRange":null,"type":"kibana_context"}
The root cause is not clear and can be tests, Kibana, or both.
The text was updated successfully, but these errors were encountered: