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

Skip save query tests #57589

Merged
merged 1 commit into from
Feb 13, 2020
Merged

Skip save query tests #57589

merged 1 commit into from
Feb 13, 2020

Conversation

jbudz
Copy link
Member

@jbudz jbudz commented Feb 13, 2020

Several tests using the
savedQueryManagementComponent.saveNewQueryMissingOrFail method have been
failing with 'waiting for element'. Temproary adding a skip for tests
using this method

Related #50018
Related #44631
Related #45348

Summary

Summarize your PR. If it involves visual changes include a screenshot or gif.

Checklist

Delete any items that are not applicable to this PR.

For maintainers

Several tests using the
savedQueryManagementComponent.saveNewQueryMissingOrFail method have been
failing with 'waiting for element'.  Temproary adding a skip for tests
using this method

Related elastic#50018
Related elastic#44631
Related elastic#45348
@jbudz jbudz added release_note:skip Skip the PR/issue when compiling release notes v7.6.1 v7.7.0 v8.0.0 labels Feb 13, 2020
@kibanamachine
Copy link
Contributor

💔 Build Failed


Test Failures

Kibana Pipeline / kibana-xpack-agent / Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/dashboard/feature_controls/dashboard_security·ts.dashboard feature controls dashboard security global dashboard & embeddable all privileges allow saving a currently loaded saved query as a new query via the saved query management component

Link to Jenkins

Standard Out

Failed Tests Reporter:
  - Test has not failed recently on tracked branches

[00:00:00]       │
[00:00:00]         └-: dashboard
[00:00:00]           └-> "before all" hook
[00:00:00]           └-: feature controls
[00:00:00]             └-> "before all" hook
[00:00:00]             └-: dashboard security
[00:00:00]               └-> "before all" hook
[00:00:00]               └-> "before all" hook
[00:00:00]                 │ info [dashboard/feature_controls/security] Loading "mappings.json"
[00:00:00]                 │ info [dashboard/feature_controls/security] Loading "data.json"
[00:00:00]                 │ info [o.e.c.m.MetaDataDeleteIndexService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [.kibana_1/62amF1_lTBGK6uj3R-F03g] deleting index
[00:00:00]                 │ info [dashboard/feature_controls/security] Deleted existing index [".kibana_1"]
[00:00:00]                 │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [.kibana] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:00]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana][0]]]).
[00:00:00]                 │ info [dashboard/feature_controls/security] Created index ".kibana"
[00:00:00]                 │ debg [dashboard/feature_controls/security] ".kibana" settings {"index":{"number_of_shards":"1","auto_expand_replicas":"0-1","number_of_replicas":"0"}}
[00:00:00]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [.kibana/s-2gTBC9QhGjovmBAHj9QA] update_mapping [_doc]
[00:00:00]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [.kibana/s-2gTBC9QhGjovmBAHj9QA] update_mapping [_doc]
[00:00:00]                 │ info [dashboard/feature_controls/security] Indexed 7 docs into ".kibana"
[00:00:39]                 │ proc [kibana]   log   [17:16:43.880] [warning][plugins][usageCollection] { Error: mapping set to strict, dynamic introduction of [maps-telemetry] within [_doc] is not allowed: [strict_dynamic_mapping_exception] mapping set to strict, dynamic introduction of [maps-telemetry] within [_doc] is not allowed
[00:00:39]                 │ proc [kibana]     at respond (/dev/shm/workspace/install/kibana-4/node_modules/elasticsearch/src/lib/transport.js:349:15)
[00:00:39]                 │ proc [kibana]     at checkRespForFailure (/dev/shm/workspace/install/kibana-4/node_modules/elasticsearch/src/lib/transport.js:306:7)
[00:00:39]                 │ proc [kibana]     at HttpConnector.<anonymous> (/dev/shm/workspace/install/kibana-4/node_modules/elasticsearch/src/lib/connectors/http.js:173:7)
[00:00:39]                 │ proc [kibana]     at IncomingMessage.wrapper (/dev/shm/workspace/install/kibana-4/node_modules/elasticsearch/node_modules/lodash/lodash.js:4929:19)
[00:00:39]                 │ proc [kibana]     at IncomingMessage.emit (events.js:203:15)
[00:00:39]                 │ proc [kibana]     at endReadableNT (_stream_readable.js:1145:12)
[00:00:39]                 │ proc [kibana]     at process._tickCallback (internal/process/next_tick.js:63:19)
[00:00:39]                 │ proc [kibana]   status: 400,
[00:00:39]                 │ proc [kibana]   displayName: 'BadRequest',
[00:00:39]                 │ proc [kibana]   message:
[00:00:39]                 │ proc [kibana]    'mapping set to strict, dynamic introduction of [maps-telemetry] within [_doc] is not allowed: [strict_dynamic_mapping_exception] mapping set to strict, dynamic introduction of [maps-telemetry] within [_doc] is not allowed',
[00:00:39]                 │ proc [kibana]   path: '/.kibana/_doc/maps-telemetry%3Amaps-telemetry',
[00:00:39]                 │ proc [kibana]   query: { refresh: 'wait_for' },
[00:00:39]                 │ proc [kibana]   body:
[00:00:39]                 │ proc [kibana]    { error:
[00:00:39]                 │ proc [kibana]       { root_cause: [Array],
[00:00:39]                 │ proc [kibana]         type: 'strict_dynamic_mapping_exception',
[00:00:39]                 │ proc [kibana]         reason:
[00:00:39]                 │ proc [kibana]          'mapping set to strict, dynamic introduction of [maps-telemetry] within [_doc] is not allowed' },
[00:00:39]                 │ proc [kibana]      status: 400 },
[00:00:39]                 │ proc [kibana]   statusCode: 400,
[00:00:39]                 │ proc [kibana]   response:
[00:00:39]                 │ proc [kibana]    '{"error":{"root_cause":[{"type":"strict_dynamic_mapping_exception","reason":"mapping set to strict, dynamic introduction of [maps-telemetry] within [_doc] is not allowed"}],"type":"strict_dynamic_mapping_exception","reason":"mapping set to strict, dynamic introduction of [maps-telemetry] within [_doc] is not allowed"},"status":400}',
[00:00:39]                 │ proc [kibana]   toString: [Function],
[00:00:39]                 │ proc [kibana]   toJSON: [Function],
[00:00:39]                 │ proc [kibana]   isBoom: true,
[00:00:39]                 │ proc [kibana]   isServer: false,
[00:00:39]                 │ proc [kibana]   data: null,
[00:00:39]                 │ proc [kibana]   output:
[00:00:39]                 │ proc [kibana]    { statusCode: 400,
[00:00:39]                 │ proc [kibana]      payload:
[00:00:39]                 │ proc [kibana]       { message:
[00:00:39]                 │ proc [kibana]          'mapping set to strict, dynamic introduction of [maps-telemetry] within [_doc] is not allowed: [strict_dynamic_mapping_exception] mapping set to strict, dynamic introduction of [maps-telemetry] within [_doc] is not allowed',
[00:00:39]                 │ proc [kibana]         statusCode: 400,
[00:00:39]                 │ proc [kibana]         error: 'Bad Request' },
[00:00:39]                 │ proc [kibana]      headers: {} },
[00:00:39]                 │ proc [kibana]   reformat: [Function],
[00:00:39]                 │ proc [kibana]   [Symbol(SavedObjectsClientErrorCode)]: 'SavedObjectsClient/badRequest' }
[00:00:39]                 │ proc [kibana]   log   [17:16:43.888] [warning][plugins][usageCollection] Unable to fetch data from maps-telemetry collector
[00:00:41]                 │ info Creating index .kibana_2.
[00:00:41]                 │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [.kibana_2] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:00:41]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] updating number_of_replicas to [0] for indices [.kibana_2]
[00:00:41]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_2][0]]]).
[00:00:41]                 │ info Reindexing .kibana to .kibana_1
[00:00:41]                 │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [.kibana_1] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:00:41]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] updating number_of_replicas to [0] for indices [.kibana_1]
[00:00:41]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_1][0]]]).
[00:00:41]                 │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [.tasks] creating index, cause [auto(task api)], templates [], shards [1]/[1], mappings [_doc]
[00:00:41]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] updating number_of_replicas to [0] for indices [.tasks]
[00:00:41]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.tasks][0]]]).
[00:00:42]                 │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] 766 finished with response BulkByScrollResponse[took=89.5ms,timed_out=false,sliceId=null,updated=0,created=8,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:00:42]                 │ info [o.e.c.m.MetaDataDeleteIndexService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [.kibana/s-2gTBC9QhGjovmBAHj9QA] deleting index
[00:00:42]                 │ info Migrating .kibana_1 saved objects to .kibana_2
[00:00:42]                 │ debg Migrating saved objects index-pattern:logstash-*, visualization:75c3e060-1e7c-11e9-8488-65449e65d0ed, dashboard:i-exist, config:6.0.0, map:0b849ed0-70f5-11e9-8625-9580c4904684, dashboard:1c1a87f0-70f5-11e9-8625-9580c4904684, query:okjpgs, config:8.0.0-SNAPSHOT
[00:00:42]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [.kibana_2/fzLGT24jRlyY223MgznR_w] update_mapping [_doc]
[00:00:42]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [.kibana_2/fzLGT24jRlyY223MgznR_w] update_mapping [_doc]
[00:00:42]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [.kibana_2/fzLGT24jRlyY223MgznR_w] update_mapping [_doc]
[00:00:42]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [.kibana_2/fzLGT24jRlyY223MgznR_w] update_mapping [_doc]
[00:00:42]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [.kibana_2/fzLGT24jRlyY223MgznR_w] update_mapping [_doc]
[00:00:42]                 │ info Pointing alias .kibana to .kibana_2.
[00:00:42]                 │ info Finished in 1094ms.
[00:00:42]                 │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC"}
[00:00:42]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [.kibana_2/fzLGT24jRlyY223MgznR_w] update_mapping [_doc]
[00:00:43]                 │ info [logstash_functional] Loading "mappings.json"
[00:00:43]                 │ info [logstash_functional] Loading "data.json.gz"
[00:00:43]                 │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [logstash-2015.09.22] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:43]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.22][0]]]).
[00:00:43]                 │ info [logstash_functional] Created index "logstash-2015.09.22"
[00:00:43]                 │ debg [logstash_functional] "logstash-2015.09.22" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:43]                 │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [logstash-2015.09.20] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:43]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.20][0]]]).
[00:00:43]                 │ info [logstash_functional] Created index "logstash-2015.09.20"
[00:00:43]                 │ debg [logstash_functional] "logstash-2015.09.20" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:43]                 │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [logstash-2015.09.21] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:44]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.21][0]]]).
[00:00:44]                 │ info [logstash_functional] Created index "logstash-2015.09.21"
[00:00:44]                 │ debg [logstash_functional] "logstash-2015.09.21" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:53]                 │ info progress: 8967
[00:00:58]                 │ info [logstash_functional] Indexed 4633 docs into "logstash-2015.09.22"
[00:00:58]                 │ info [logstash_functional] Indexed 4757 docs into "logstash-2015.09.20"
[00:00:58]                 │ info [logstash_functional] Indexed 4614 docs into "logstash-2015.09.21"
[00:00:58]                 │ debg SecurityPage.forceLogout
[00:00:58]                 │ debg Find.existsByDisplayedByCssSelector('.login-form') with timeout=100
[00:00:58]                 │ debg --- retry.tryForTime error: .login-form is not displayed
[00:00:59]                 │ debg Redirecting to /logout to force the logout
[00:00:59]                 │ debg Waiting on the login form to appear
[00:00:59]                 │ debg Waiting up to 100000ms for login form...
[00:00:59]                 │ debg Find.existsByDisplayedByCssSelector('.login-form') with timeout=2500
[00:00:59]                 │ debg browser[INFO] http://localhost:6141/logout?_t=1581614257489 350 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:00:59]                 │
[00:00:59]                 │ debg browser[INFO] http://localhost:6141/bundles/app/logout/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:03]                 │ debg --- retry.tryForTime error: .login-form is not displayed
[00:01:04]                 │ debg Find.existsByDisplayedByCssSelector('.login-form') with timeout=2500
[00:01:08]                 │ debg browser[INFO] http://localhost:6141/bundles/plugin/data/data.plugin.js 67:139970 "INFO: 2020-02-13T17:17:44Z
[00:01:08]                 │        Adding connection to http://localhost:6141/elasticsearch
[00:01:08]                 │
[00:01:08]                 │      "
[00:01:08]                 │ debg browser[INFO] http://localhost:6141/login?next=%2F 350 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:01:08]                 │
[00:01:08]                 │ debg browser[INFO] http://localhost:6141/bundles/app/login/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:08]                 │ debg --- retry.tryForTime error: .login-form is not displayed
[00:01:09]                 │ debg Find.existsByDisplayedByCssSelector('.login-form') with timeout=2500
[00:01:12]                 │ debg browser[INFO] http://localhost:6141/bundles/plugin/data/data.plugin.js 67:139970 "INFO: 2020-02-13T17:17:50Z
[00:01:12]                 │        Adding connection to http://localhost:6141/elasticsearch
[00:01:12]                 │
[00:01:12]                 │      "
[00:02:19]               └-: global dashboard & embeddable all privileges
[00:02:19]                 └-> "before all" hook
[00:02:19]                 └-> "before all" hook
[00:02:19]                   │ debg creating role global_dashboard_visualize_all_role
[00:02:19]                   │ info [o.e.x.s.a.r.TransportPutRoleAction] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] added role [global_dashboard_visualize_all_role]
[00:02:19]                   │ debg created role global_dashboard_visualize_all_role
[00:02:19]                   │ debg creating user global_dashboard_visualize_all_user
[00:02:20]                   │ info [o.e.x.s.a.u.TransportPutUserAction] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] added user [global_dashboard_visualize_all_user]
[00:02:20]                   │ debg created user global_dashboard_visualize_all_user
[00:02:20]                   │ debg navigating to login url: http://localhost:6141/login
[00:02:20]                   │ debg Navigate to: http://localhost:6141/login
[00:02:20]                   │ proc [kibana]   log   [17:18:58.263] [info][authentication][plugins][security] Authentication attempt failed: [security_exception] unable to authenticate user [global_dashboard_all_user] for REST request [/_security/_authenticate], with { header={ WWW-Authenticate="Basic realm=\"security\" charset=\"UTF-8\"" } }
[00:02:20]                   │ debg ... sleep(700) start
[00:02:20]                   │ERROR browser[SEVERE] http://localhost:6141/ - Failed to load resource: the server responded with a status of 401 (Unauthorized)
[00:02:20]                   │ debg ... sleep(700) end
[00:02:20]                   │ debg returned from get, calling refresh
[00:02:20]                   │ debg browser[INFO] http://localhost:6141/login?next=%2F 350 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:02:20]                   │
[00:02:20]                   │ debg browser[INFO] http://localhost:6141/bundles/app/login/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:02:20]                   │ debg currentUrl = http://localhost:6141/login?next=%2F
[00:02:20]                   │          appUrl = http://localhost:6141/login
[00:02:20]                   │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:02:25]                   │ debg browser[INFO] http://localhost:6141/bundles/plugin/data/data.plugin.js 67:139970 "INFO: 2020-02-13T17:19:02Z
[00:02:25]                   │        Adding connection to http://localhost:6141/elasticsearch
[00:02:25]                   │
[00:02:25]                   │      "
[00:02:25]                   │ debg ... sleep(501) start
[00:02:25]                   │ debg ... sleep(501) end
[00:02:25]                   │ debg in navigateTo url = http://localhost:6141/login?next=%2F#/
[00:02:25]                   │ debg TestSubjects.exists(statusPageContainer)
[00:02:25]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:02:28]                   │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:02:28]                   │ debg TestSubjects.setValue(loginUsername, global_dashboard_visualize_all_user)
[00:02:28]                   │ debg TestSubjects.click(loginUsername)
[00:02:28]                   │ debg Find.clickByCssSelector('[data-test-subj="loginUsername"]') with timeout=10000
[00:02:28]                   │ debg Find.findByCssSelector('[data-test-subj="loginUsername"]') with timeout=10000
[00:02:29]                   │ debg TestSubjects.setValue(loginPassword, global_dashboard_visualize_all_user-password)
[00:02:29]                   │ debg TestSubjects.click(loginPassword)
[00:02:29]                   │ debg Find.clickByCssSelector('[data-test-subj="loginPassword"]') with timeout=10000
[00:02:29]                   │ debg Find.findByCssSelector('[data-test-subj="loginPassword"]') with timeout=10000
[00:02:29]                   │ debg TestSubjects.click(loginSubmit)
[00:02:29]                   │ debg Find.clickByCssSelector('[data-test-subj="loginSubmit"]') with timeout=10000
[00:02:29]                   │ debg Find.findByCssSelector('[data-test-subj="loginSubmit"]') with timeout=10000
[00:02:29]                   │ debg Waiting up to 20000ms for logout button visible...
[00:02:29]                   │ debg TestSubjects.exists(userMenuButton)
[00:02:29]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="userMenuButton"]') with timeout=2500
[00:02:33]                   │ debg browser[INFO] http://localhost:6141/app/kibana#/ 350 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:02:33]                   │
[00:02:33]                   │ debg browser[INFO] http://localhost:6141/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:02:33]                   │ debg browser[INFO] http://localhost:6141/bundles/plugin/data/data.plugin.js 67:139970 "INFO: 2020-02-13T17:19:11Z
[00:02:33]                   │        Adding connection to http://localhost:6141/elasticsearch
[00:02:33]                   │
[00:02:33]                   │      "
[00:02:33]                   │ debg --- retry.tryForTime error: [data-test-subj="userMenuButton"] is not displayed
[00:02:34]                   │ debg TestSubjects.exists(userMenuButton)
[00:02:34]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="userMenuButton"]') with timeout=2500
[00:02:34]                   │ debg TestSubjects.exists(userMenu)
[00:02:34]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="userMenu"]') with timeout=2500
[00:02:37]                   │ debg --- retry.tryForTime error: [data-test-subj="userMenu"] is not displayed
[00:02:37]                   │ debg TestSubjects.click(userMenuButton)
[00:02:37]                   │ debg Find.clickByCssSelector('[data-test-subj="userMenuButton"]') with timeout=10000
[00:02:37]                   │ debg Find.findByCssSelector('[data-test-subj="userMenuButton"]') with timeout=10000
[00:02:37]                   │ debg Waiting up to 20000ms for user menu opened...
[00:02:37]                   │ debg TestSubjects.exists(userMenu)
[00:02:37]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="userMenu"]') with timeout=2500
[00:02:37]                   │ debg TestSubjects.exists(userMenu > logoutLink)
[00:02:37]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="userMenu"] [data-test-subj="logoutLink"]') with timeout=2500
[00:02:37]                 └-> allows a visualization to be edited
[00:02:37]                   └-> "before each" hook: global before each
[00:02:37]                   │ debg navigating to dashboard url: http://localhost:6141/app/kibana#/dashboards
[00:02:37]                   │ debg Navigate to: http://localhost:6141/app/kibana#/dashboards
[00:02:38]                   │ debg ... sleep(700) start
[00:02:38]                   │ debg browser[INFO] http://localhost:6141/app/kibana?_t=1581614356126#/dashboards 350 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:02:38]                   │
[00:02:38]                   │ debg browser[INFO] http://localhost:6141/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:02:38]                   │ debg ... sleep(700) end
[00:02:38]                   │ debg returned from get, calling refresh
[00:02:39]                   │ debg browser[INFO] http://localhost:6141/app/kibana?_t=1581614356126#/dashboards 350 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:02:39]                   │
[00:02:39]                   │ debg browser[INFO] http://localhost:6141/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:02:39]                   │ debg currentUrl = http://localhost:6141/app/kibana#/dashboards
[00:02:39]                   │          appUrl = http://localhost:6141/app/kibana#/dashboards
[00:02:39]                   │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:02:43]                   │ debg TestSubjects.find(kibanaChrome)
[00:02:43]                   │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=10000
[00:02:43]                   │ debg browser[INFO] http://localhost:6141/bundles/plugin/data/data.plugin.js 67:139970 "INFO: 2020-02-13T17:19:21Z
[00:02:43]                   │        Adding connection to http://localhost:6141/elasticsearch
[00:02:43]                   │
[00:02:43]                   │      "
[00:02:43]                   │ debg ... sleep(501) start
[00:02:44]                   │ debg ... sleep(501) end
[00:02:44]                   │ debg in navigateTo url = http://localhost:6141/app/kibana#/dashboards?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:02:44]                   │ debg --- retry.try error: URL changed, waiting for it to settle
[00:02:44]                   │ debg ... sleep(501) start
[00:02:45]                   │ debg ... sleep(501) end
[00:02:45]                   │ debg in navigateTo url = http://localhost:6141/app/kibana#/dashboards?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:02:45]                   │ debg TestSubjects.exists(statusPageContainer)
[00:02:45]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:02:47]                   │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:02:48]                   │ debg Load Saved Dashboard A Dashboard
[00:02:48]                   │ debg gotoDashboardLandingPage
[00:02:48]                   │ debg onDashboardLandingPage
[00:02:48]                   │ debg TestSubjects.exists(dashboardLandingPage)
[00:02:48]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=5000
[00:02:48]                   │ debg searchForItemWithName: A Dashboard
[00:02:48]                   │ debg Find.allByCssSelector('.euiFieldSearch') with timeout=10000
[00:02:48]                   │ debg isGlobalLoadingIndicatorVisible
[00:02:48]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:02:48]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:02:50]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:02:50]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:02:50]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:02:50]                   │ debg TestSubjects.click(dashboardListingTitleLink-A-Dashboard)
[00:02:50]                   │ debg Find.clickByCssSelector('[data-test-subj="dashboardListingTitleLink-A-Dashboard"]') with timeout=10000
[00:02:50]                   │ debg Find.findByCssSelector('[data-test-subj="dashboardListingTitleLink-A-Dashboard"]') with timeout=10000
[00:02:51]                   │ debg isGlobalLoadingIndicatorVisible
[00:02:51]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:02:51]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:02:52]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:02:53]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:02:53]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:02:53]                   │ debg TestSubjects.missingOrFail(dashboardLandingPage)
[00:02:53]                   │ debg Find.waitForDeletedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=10000
[00:02:53]                   │ debg Switching to edit mode
[00:02:53]                   │ debg TestSubjects.click(dashboardEditMode)
[00:02:53]                   │ debg Find.clickByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=10000
[00:02:53]                   │ debg Find.findByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=10000
[00:02:53]                   │ debg Waiting up to 20000ms for in edit mode...
[00:02:53]                   │ debg TestSubjects.findAll(embeddablePanel)
[00:02:53]                   │ debg Find.allByCssSelector('[data-test-subj="embeddablePanel"]') with timeout=10000
[00:02:53]                   │ debg TestSubjects.findAll(embeddablePanelToggleMenuIcon)
[00:02:53]                   │ debg Find.allByCssSelector('[data-test-subj="embeddablePanelToggleMenuIcon"]') with timeout=10000
[00:02:53]                   │ debg openContextMenu(undefined
[00:02:53]                   │ debg toggleContextMenu
[00:02:53]                   │ debg TestSubjects.moveMouseTo(dashboardPanelTitle)
[00:02:53]                   │ debg TestSubjects.find(dashboardPanelTitle)
[00:02:53]                   │ debg Find.findByCssSelector('[data-test-subj="dashboardPanelTitle"]') with timeout=10000
[00:02:53]                   │ debg TestSubjects.find(embeddablePanelToggleMenuIcon)
[00:02:53]                   │ debg Find.findByCssSelector('[data-test-subj="embeddablePanelToggleMenuIcon"]') with timeout=10000
[00:02:54]                   │ debg TestSubjects.exists(embeddablePanelContextMenuOpen)
[00:02:54]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="embeddablePanelContextMenuOpen"]') with timeout=120000
[00:02:54]                   │ debg expectExistsEditPanelAction
[00:02:54]                   │ debg TestSubjects.exists(embeddablePanelAction-editPanel)
[00:02:54]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="embeddablePanelAction-editPanel"]') with timeout=120000
[00:02:54]                   └- ✓ pass  (16.4s) "dashboard feature controls dashboard security global dashboard & embeddable all privileges allows a visualization to be edited"
[00:02:54]                 └-> allows a map to be edited
[00:02:54]                   └-> "before each" hook: global before each
[00:02:54]                   │ debg navigating to dashboard url: http://localhost:6141/app/kibana#/dashboards
[00:02:54]                   │ debg Navigate to: http://localhost:6141/app/kibana#/dashboards
[00:02:54]                   │ debg ... sleep(700) start
[00:02:54]                   │ debg browser[INFO] http://localhost:6141/app/kibana?_t=1581614372521#/dashboards 350 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:02:54]                   │
[00:02:54]                   │ debg browser[INFO] http://localhost:6141/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:02:55]                   │ debg ... sleep(700) end
[00:02:55]                   │ debg returned from get, calling refresh
[00:02:55]                   │ debg browser[INFO] http://localhost:6141/app/kibana?_t=1581614372521#/dashboards 350 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:02:55]                   │
[00:02:55]                   │ debg browser[INFO] http://localhost:6141/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:02:56]                   │ debg currentUrl = http://localhost:6141/app/kibana#/dashboards
[00:02:56]                   │          appUrl = http://localhost:6141/app/kibana#/dashboards
[00:02:56]                   │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:03:00]                   │ debg TestSubjects.find(kibanaChrome)
[00:03:00]                   │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=10000
[00:03:00]                   │ debg browser[INFO] http://localhost:6141/bundles/plugin/data/data.plugin.js 67:139970 "INFO: 2020-02-13T17:19:37Z
[00:03:00]                   │        Adding connection to http://localhost:6141/elasticsearch
[00:03:00]                   │
[00:03:00]                   │      "
[00:03:00]                   │ debg ... sleep(501) start
[00:03:01]                   │ debg ... sleep(501) end
[00:03:01]                   │ debg in navigateTo url = http://localhost:6141/app/kibana#/dashboards?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:03:01]                   │ debg --- retry.try error: URL changed, waiting for it to settle
[00:03:01]                   │ debg ... sleep(501) start
[00:03:02]                   │ debg ... sleep(501) end
[00:03:02]                   │ debg in navigateTo url = http://localhost:6141/app/kibana#/dashboards?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:03:02]                   │ debg TestSubjects.exists(statusPageContainer)
[00:03:02]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:03:04]                   │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:03:05]                   │ debg Load Saved Dashboard dashboard with map
[00:03:05]                   │ debg gotoDashboardLandingPage
[00:03:05]                   │ debg onDashboardLandingPage
[00:03:05]                   │ debg TestSubjects.exists(dashboardLandingPage)
[00:03:05]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=5000
[00:03:05]                   │ debg searchForItemWithName: dashboard with map
[00:03:05]                   │ debg Find.allByCssSelector('.euiFieldSearch') with timeout=10000
[00:03:05]                   │ debg isGlobalLoadingIndicatorVisible
[00:03:05]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:03:05]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:03:07]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:03:07]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:03:07]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:03:07]                   │ debg TestSubjects.click(dashboardListingTitleLink-dashboard-with-map)
[00:03:07]                   │ debg Find.clickByCssSelector('[data-test-subj="dashboardListingTitleLink-dashboard-with-map"]') with timeout=10000
[00:03:07]                   │ debg Find.findByCssSelector('[data-test-subj="dashboardListingTitleLink-dashboard-with-map"]') with timeout=10000
[00:03:07]                   │ debg isGlobalLoadingIndicatorVisible
[00:03:07]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:03:07]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:03:09]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:03:10]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:03:10]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:03:10]                   │ debg TestSubjects.missingOrFail(dashboardLandingPage)
[00:03:10]                   │ debg Find.waitForDeletedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=10000
[00:03:11]                   │ debg Switching to edit mode
[00:03:11]                   │ debg TestSubjects.click(dashboardEditMode)
[00:03:11]                   │ debg Find.clickByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=10000
[00:03:11]                   │ debg Find.findByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=10000
[00:03:11]                   │ debg Waiting up to 20000ms for in edit mode...
[00:03:11]                   │ debg TestSubjects.findAll(embeddablePanel)
[00:03:11]                   │ debg Find.allByCssSelector('[data-test-subj="embeddablePanel"]') with timeout=10000
[00:03:11]                   │ debg TestSubjects.findAll(embeddablePanelToggleMenuIcon)
[00:03:11]                   │ debg Find.allByCssSelector('[data-test-subj="embeddablePanelToggleMenuIcon"]') with timeout=10000
[00:03:11]                   │ debg openContextMenu(undefined
[00:03:11]                   │ debg toggleContextMenu
[00:03:11]                   │ debg TestSubjects.moveMouseTo(dashboardPanelTitle)
[00:03:11]                   │ debg TestSubjects.find(dashboardPanelTitle)
[00:03:11]                   │ debg Find.findByCssSelector('[data-test-subj="dashboardPanelTitle"]') with timeout=10000
[00:03:11]                   │ debg TestSubjects.find(embeddablePanelToggleMenuIcon)
[00:03:11]                   │ debg Find.findByCssSelector('[data-test-subj="embeddablePanelToggleMenuIcon"]') with timeout=10000
[00:03:11]                   │ debg TestSubjects.exists(embeddablePanelContextMenuOpen)
[00:03:11]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="embeddablePanelContextMenuOpen"]') with timeout=120000
[00:03:11]                   │ debg expectExistsEditPanelAction
[00:03:11]                   │ debg TestSubjects.exists(embeddablePanelAction-editPanel)
[00:03:11]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="embeddablePanelAction-editPanel"]') with timeout=120000
[00:03:11]                   └- ✓ pass  (17.4s) "dashboard feature controls dashboard security global dashboard & embeddable all privileges allows a map to be edited"
[00:03:11]                 └-> allow saving via the saved query management component popover with no query loaded
[00:03:11]                 └-> allow saving a currently loaded saved query as a new query via the saved query management component 
[00:03:11]                   └-> "before each" hook: global before each
[00:03:11]                   │ debg TestSubjects.exists(saved-query-management-popover)
[00:03:11]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="saved-query-management-popover"]') with timeout=2500
[00:03:14]                   │ debg --- retry.tryForTime error: [data-test-subj="saved-query-management-popover"] is not displayed
[00:03:14]                   │ debg TestSubjects.click(saved-query-management-popover-button)
[00:03:14]                   │ debg Find.clickByCssSelector('[data-test-subj="saved-query-management-popover-button"]') with timeout=10000
[00:03:14]                   │ debg Find.findByCssSelector('[data-test-subj="saved-query-management-popover-button"]') with timeout=10000
[00:03:14]                   │ debg TestSubjects.click(saved-query-management-save-as-new-button)
[00:03:14]                   │ debg Find.clickByCssSelector('[data-test-subj="saved-query-management-save-as-new-button"]') with timeout=10000
[00:03:14]                   │ debg Find.findByCssSelector('[data-test-subj="saved-query-management-save-as-new-button"]') with timeout=10000
[00:03:25]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="saved-query-management-save-as-new-button"])
[00:03:25]                   │      Wait timed out after 10062ms
[00:03:25]                   │ debg Find.findByCssSelector('[data-test-subj="saved-query-management-save-as-new-button"]') with timeout=10000
[00:03:35]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="saved-query-management-save-as-new-button"])
[00:03:35]                   │      Wait timed out after 10024ms
[00:03:36]                   │ debg Find.findByCssSelector('[data-test-subj="saved-query-management-save-as-new-button"]') with timeout=10000
[00:03:46]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="saved-query-management-save-as-new-button"])
[00:03:46]                   │      Wait timed out after 10012ms
[00:03:46]                   │ debg Find.findByCssSelector('[data-test-subj="saved-query-management-save-as-new-button"]') with timeout=10000
[00:03:56]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="saved-query-management-save-as-new-button"])
[00:03:56]                   │      Wait timed out after 10022ms
[00:03:57]                   │ debg Find.findByCssSelector('[data-test-subj="saved-query-management-save-as-new-button"]') with timeout=10000
[00:04:00]                   │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [.kibana_2/fzLGT24jRlyY223MgznR_w] update_mapping [_doc]
[00:04:07]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="saved-query-management-save-as-new-button"])
[00:04:07]                   │      Wait timed out after 10050ms
[00:04:07]                   │ debg Find.findByCssSelector('[data-test-subj="saved-query-management-save-as-new-button"]') with timeout=10000
[00:04:17]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="saved-query-management-save-as-new-button"])
[00:04:17]                   │      Wait timed out after 10011ms
[00:04:18]                   │ debg Find.findByCssSelector('[data-test-subj="saved-query-management-save-as-new-button"]') with timeout=10000
[00:04:28]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="saved-query-management-save-as-new-button"])
[00:04:28]                   │      Wait timed out after 10009ms
[00:04:28]                   │ debg Find.findByCssSelector('[data-test-subj="saved-query-management-save-as-new-button"]') with timeout=10000
[00:04:38]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="saved-query-management-save-as-new-button"])
[00:04:38]                   │      Wait timed out after 10053ms
[00:04:39]                   │ debg Find.findByCssSelector('[data-test-subj="saved-query-management-save-as-new-button"]') with timeout=10000
[00:04:49]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="saved-query-management-save-as-new-button"])
[00:04:49]                   │      Wait timed out after 10006ms
[00:04:49]                   │ debg Find.findByCssSelector('[data-test-subj="saved-query-management-save-as-new-button"]') with timeout=10000
[00:04:59]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="saved-query-management-save-as-new-button"])
[00:04:59]                   │      Wait timed out after 10008ms
[00:05:00]                   │ debg Find.findByCssSelector('[data-test-subj="saved-query-management-save-as-new-button"]') with timeout=10000
[00:05:10]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="saved-query-management-save-as-new-button"])
[00:05:10]                   │      Wait timed out after 10041ms
[00:05:10]                   │ debg Find.findByCssSelector('[data-test-subj="saved-query-management-save-as-new-button"]') with timeout=10000
[00:05:20]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="saved-query-management-save-as-new-button"])
[00:05:20]                   │      Wait timed out after 10028ms
[00:05:21]                   │ info Taking screenshot "/dev/shm/workspace/kibana/x-pack/test/functional/screenshots/failure/dashboard feature controls dashboard security global dashboard _ embeddable all privileges allow saving a currently loaded saved query as a new query via the saved query management component .png"
[00:05:21]                   │ info Current URL is: http://localhost:6141/app/kibana#/dashboard/1c1a87f0-70f5-11e9-8625-9580c4904684?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))&_a=(description:%27%27,filters:!(),fullScreenMode:!f,options:(hidePanelTitles:!f,useMargins:!t),panels:!((embeddableConfig:(hiddenLayers:!(),isLayerTOCOpen:!t,mapCenter:(lat:0,lon:0,zoom:0.8),openTOCDetails:!()),gridData:(h:15,i:%271%27,w:24,x:0,y:0),id:%270b849ed0-70f5-11e9-8625-9580c4904684%27,panelIndex:%271%27,type:map,version:%278.0.0-SNAPSHOT%27)),query:(language:kuery,query:%27%27),timeRestore:!f,title:%27dashboard%20with%20map%27,viewMode:edit)
[00:05:22]                   │ info Saving page source to: /dev/shm/workspace/kibana/x-pack/test/functional/failure_debug/html/dashboard feature controls dashboard security global dashboard _ embeddable all privileges allow saving a currently loaded saved query as a new query via the saved query management component .html
[00:05:22]                   └- ✖ fail: "dashboard feature controls dashboard security global dashboard & embeddable all privileges allow saving a currently loaded saved query as a new query via the saved query management component "
[00:05:22]                   │

Stack Trace

Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="saved-query-management-save-as-new-button"])
Wait timed out after 10028ms
    at /dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/webdriver.js:841:17
    at process._tickCallback (internal/process/next_tick.js:68:7)
    at onFailure (/dev/shm/workspace/kibana/test/common/services/retry/retry_for_success.ts:28:9)
    at retryForSuccess (/dev/shm/workspace/kibana/test/common/services/retry/retry_for_success.ts:68:13)

Kibana Pipeline / kibana-xpack-agent / Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/dashboard/feature_controls/dashboard_security·ts.dashboard feature controls dashboard security global dashboard & embeddable all privileges allow saving a currently loaded saved query as a new query via the saved query management component

Link to Jenkins

Standard Out

Failed Tests Reporter:
  - Test has not failed recently on tracked branches

[00:00:00]       │
[00:00:00]         └-: dashboard
[00:00:00]           └-> "before all" hook
[00:00:00]           └-: feature controls
[00:00:00]             └-> "before all" hook
[00:00:00]             └-: dashboard security
[00:00:00]               └-> "before all" hook
[00:00:00]               └-> "before all" hook
[00:00:00]                 │ info [dashboard/feature_controls/security] Loading "mappings.json"
[00:00:00]                 │ info [dashboard/feature_controls/security] Loading "data.json"
[00:00:00]                 │ info [o.e.c.m.MetaDataDeleteIndexService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [.kibana_1/5cHB6GO4RkqCcg3TgQXTMg] deleting index
[00:00:00]                 │ info [dashboard/feature_controls/security] Deleted existing index [".kibana_1"]
[00:00:00]                 │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [.kibana] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:00]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana][0]]]).
[00:00:00]                 │ info [dashboard/feature_controls/security] Created index ".kibana"
[00:00:00]                 │ debg [dashboard/feature_controls/security] ".kibana" settings {"index":{"number_of_shards":"1","auto_expand_replicas":"0-1","number_of_replicas":"0"}}
[00:00:00]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [.kibana/K0A1GXUcTyqz999QVIMdfA] update_mapping [_doc]
[00:00:00]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [.kibana/K0A1GXUcTyqz999QVIMdfA] update_mapping [_doc]
[00:00:00]                 │ info [dashboard/feature_controls/security] Indexed 7 docs into ".kibana"
[00:00:40]                 │ proc [kibana]   log   [17:08:39.338] [warning][plugins][usageCollection] { Error: mapping set to strict, dynamic introduction of [maps-telemetry] within [_doc] is not allowed: [strict_dynamic_mapping_exception] mapping set to strict, dynamic introduction of [maps-telemetry] within [_doc] is not allowed
[00:00:40]                 │ proc [kibana]     at respond (/dev/shm/workspace/install/kibana-4/node_modules/elasticsearch/src/lib/transport.js:349:15)
[00:00:40]                 │ proc [kibana]     at checkRespForFailure (/dev/shm/workspace/install/kibana-4/node_modules/elasticsearch/src/lib/transport.js:306:7)
[00:00:40]                 │ proc [kibana]     at HttpConnector.<anonymous> (/dev/shm/workspace/install/kibana-4/node_modules/elasticsearch/src/lib/connectors/http.js:173:7)
[00:00:40]                 │ proc [kibana]     at IncomingMessage.wrapper (/dev/shm/workspace/install/kibana-4/node_modules/elasticsearch/node_modules/lodash/lodash.js:4929:19)
[00:00:40]                 │ proc [kibana]     at IncomingMessage.emit (events.js:203:15)
[00:00:40]                 │ proc [kibana]     at endReadableNT (_stream_readable.js:1145:12)
[00:00:40]                 │ proc [kibana]     at process._tickCallback (internal/process/next_tick.js:63:19)
[00:00:40]                 │ proc [kibana]   status: 400,
[00:00:40]                 │ proc [kibana]   displayName: 'BadRequest',
[00:00:40]                 │ proc [kibana]   message:
[00:00:40]                 │ proc [kibana]    'mapping set to strict, dynamic introduction of [maps-telemetry] within [_doc] is not allowed: [strict_dynamic_mapping_exception] mapping set to strict, dynamic introduction of [maps-telemetry] within [_doc] is not allowed',
[00:00:40]                 │ proc [kibana]   path: '/.kibana/_doc/maps-telemetry%3Amaps-telemetry',
[00:00:40]                 │ proc [kibana]   query: { refresh: 'wait_for' },
[00:00:40]                 │ proc [kibana]   body:
[00:00:40]                 │ proc [kibana]    { error:
[00:00:40]                 │ proc [kibana]       { root_cause: [Array],
[00:00:40]                 │ proc [kibana]         type: 'strict_dynamic_mapping_exception',
[00:00:40]                 │ proc [kibana]         reason:
[00:00:40]                 │ proc [kibana]          'mapping set to strict, dynamic introduction of [maps-telemetry] within [_doc] is not allowed' },
[00:00:40]                 │ proc [kibana]      status: 400 },
[00:00:40]                 │ proc [kibana]   statusCode: 400,
[00:00:40]                 │ proc [kibana]   response:
[00:00:40]                 │ proc [kibana]    '{"error":{"root_cause":[{"type":"strict_dynamic_mapping_exception","reason":"mapping set to strict, dynamic introduction of [maps-telemetry] within [_doc] is not allowed"}],"type":"strict_dynamic_mapping_exception","reason":"mapping set to strict, dynamic introduction of [maps-telemetry] within [_doc] is not allowed"},"status":400}',
[00:00:40]                 │ proc [kibana]   toString: [Function],
[00:00:40]                 │ proc [kibana]   toJSON: [Function],
[00:00:40]                 │ proc [kibana]   isBoom: true,
[00:00:40]                 │ proc [kibana]   isServer: false,
[00:00:40]                 │ proc [kibana]   data: null,
[00:00:40]                 │ proc [kibana]   output:
[00:00:40]                 │ proc [kibana]    { statusCode: 400,
[00:00:40]                 │ proc [kibana]      payload:
[00:00:40]                 │ proc [kibana]       { message:
[00:00:40]                 │ proc [kibana]          'mapping set to strict, dynamic introduction of [maps-telemetry] within [_doc] is not allowed: [strict_dynamic_mapping_exception] mapping set to strict, dynamic introduction of [maps-telemetry] within [_doc] is not allowed',
[00:00:40]                 │ proc [kibana]         statusCode: 400,
[00:00:40]                 │ proc [kibana]         error: 'Bad Request' },
[00:00:40]                 │ proc [kibana]      headers: {} },
[00:00:40]                 │ proc [kibana]   reformat: [Function],
[00:00:40]                 │ proc [kibana]   [Symbol(SavedObjectsClientErrorCode)]: 'SavedObjectsClient/badRequest' }
[00:00:40]                 │ proc [kibana]   log   [17:08:39.356] [warning][plugins][usageCollection] Unable to fetch data from maps-telemetry collector
[00:00:42]                 │ info Creating index .kibana_2.
[00:00:42]                 │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [.kibana_2] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:00:42]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] updating number_of_replicas to [0] for indices [.kibana_2]
[00:00:42]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_2][0]]]).
[00:00:42]                 │ info Reindexing .kibana to .kibana_1
[00:00:42]                 │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [.kibana_1] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:00:42]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] updating number_of_replicas to [0] for indices [.kibana_1]
[00:00:42]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_1][0]]]).
[00:00:43]                 │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [.tasks] creating index, cause [auto(task api)], templates [], shards [1]/[1], mappings [_doc]
[00:00:43]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] updating number_of_replicas to [0] for indices [.tasks]
[00:00:43]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.tasks][0]]]).
[00:00:43]                 │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] 776 finished with response BulkByScrollResponse[took=73ms,timed_out=false,sliceId=null,updated=0,created=8,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:00:43]                 │ info [o.e.c.m.MetaDataDeleteIndexService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [.kibana/K0A1GXUcTyqz999QVIMdfA] deleting index
[00:00:43]                 │ info Migrating .kibana_1 saved objects to .kibana_2
[00:00:43]                 │ debg Migrating saved objects index-pattern:logstash-*, visualization:75c3e060-1e7c-11e9-8488-65449e65d0ed, dashboard:i-exist, config:6.0.0, map:0b849ed0-70f5-11e9-8625-9580c4904684, dashboard:1c1a87f0-70f5-11e9-8625-9580c4904684, query:okjpgs, config:8.0.0-SNAPSHOT
[00:00:43]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [.kibana_2/BUFUyKBzSuKpXETsviJnmQ] update_mapping [_doc]
[00:00:43]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [.kibana_2/BUFUyKBzSuKpXETsviJnmQ] update_mapping [_doc]
[00:00:43]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [.kibana_2/BUFUyKBzSuKpXETsviJnmQ] update_mapping [_doc]
[00:00:43]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [.kibana_2/BUFUyKBzSuKpXETsviJnmQ] update_mapping [_doc]
[00:00:43]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [.kibana_2/BUFUyKBzSuKpXETsviJnmQ] update_mapping [_doc]
[00:00:43]                 │ info Pointing alias .kibana to .kibana_2.
[00:00:43]                 │ info Finished in 1105ms.
[00:00:43]                 │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC"}
[00:00:43]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [.kibana_2/BUFUyKBzSuKpXETsviJnmQ] update_mapping [_doc]
[00:00:44]                 │ info [logstash_functional] Loading "mappings.json"
[00:00:44]                 │ info [logstash_functional] Loading "data.json.gz"
[00:00:44]                 │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [logstash-2015.09.22] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:44]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.22][0]]]).
[00:00:45]                 │ info [logstash_functional] Created index "logstash-2015.09.22"
[00:00:45]                 │ debg [logstash_functional] "logstash-2015.09.22" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:45]                 │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [logstash-2015.09.20] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:45]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.20][0]]]).
[00:00:45]                 │ info [logstash_functional] Created index "logstash-2015.09.20"
[00:00:45]                 │ debg [logstash_functional] "logstash-2015.09.20" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:45]                 │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [logstash-2015.09.21] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:45]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.21][0]]]).
[00:00:45]                 │ info [logstash_functional] Created index "logstash-2015.09.21"
[00:00:45]                 │ debg [logstash_functional] "logstash-2015.09.21" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:54]                 │ info progress: 9029
[00:00:58]                 │ info [logstash_functional] Indexed 4633 docs into "logstash-2015.09.22"
[00:00:58]                 │ info [logstash_functional] Indexed 4757 docs into "logstash-2015.09.20"
[00:00:58]                 │ info [logstash_functional] Indexed 4614 docs into "logstash-2015.09.21"
[00:00:59]                 │ debg SecurityPage.forceLogout
[00:00:59]                 │ debg Find.existsByDisplayedByCssSelector('.login-form') with timeout=100
[00:00:59]                 │ debg --- retry.tryForTime error: .login-form is not displayed
[00:01:00]                 │ debg Redirecting to /logout to force the logout
[00:01:00]                 │ debg Waiting on the login form to appear
[00:01:00]                 │ debg Waiting up to 100000ms for login form...
[00:01:00]                 │ debg Find.existsByDisplayedByCssSelector('.login-form') with timeout=2500
[00:01:00]                 │ debg browser[INFO] http://localhost:6141/logout?_t=1581613774940 350 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:01:00]                 │
[00:01:00]                 │ debg browser[INFO] http://localhost:6141/bundles/app/logout/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:03]                 │ debg --- retry.tryForTime error: .login-form is not displayed
[00:01:04]                 │ debg Find.existsByDisplayedByCssSelector('.login-form') with timeout=2500
[00:01:09]                 │ debg browser[INFO] http://localhost:6141/bundles/plugin/data/data.plugin.js 67:139970 "INFO: 2020-02-13T17:09:43Z
[00:01:09]                 │        Adding connection to http://localhost:6141/elasticsearch
[00:01:09]                 │
[00:01:09]                 │      "
[00:01:09]                 │ debg --- retry.tryForTime error: .login-form is not displayed
[00:01:10]                 │ debg Find.existsByDisplayedByCssSelector('.login-form') with timeout=2500
[00:01:13]                 │ debg browser[INFO] http://localhost:6141/login?next=%2F 350 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:01:13]                 │
[00:01:13]                 │ debg browser[INFO] http://localhost:6141/bundles/app/login/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:13]                 │ debg --- retry.tryForTime error: .login-form is not displayed
[00:01:14]                 │ debg Find.existsByDisplayedByCssSelector('.login-form') with timeout=2500
[00:01:17]                 │ debg browser[INFO] http://localhost:6141/bundles/plugin/data/data.plugin.js 67:139970 "INFO: 2020-02-13T17:09:50Z
[00:01:17]                 │        Adding connection to http://localhost:6141/elasticsearch
[00:01:17]                 │
[00:01:17]                 │      "
[00:02:32]               └-: global dashboard & embeddable all privileges
[00:02:32]                 └-> "before all" hook
[00:02:32]                 └-> "before all" hook
[00:02:32]                   │ debg creating role global_dashboard_visualize_all_role
[00:02:32]                   │ info [o.e.x.s.a.r.TransportPutRoleAction] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] added role [global_dashboard_visualize_all_role]
[00:02:32]                   │ debg created role global_dashboard_visualize_all_role
[00:02:32]                   │ debg creating user global_dashboard_visualize_all_user
[00:02:32]                   │ info [o.e.x.s.a.u.TransportPutUserAction] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] added user [global_dashboard_visualize_all_user]
[00:02:32]                   │ debg created user global_dashboard_visualize_all_user
[00:02:32]                   │ debg navigating to login url: http://localhost:6141/login
[00:02:32]                   │ debg Navigate to: http://localhost:6141/login
[00:02:32]                   │ proc [kibana]   log   [17:11:06.780] [info][authentication][plugins][security] Authentication attempt failed: [security_exception] unable to authenticate user [global_dashboard_all_user] for REST request [/_security/_authenticate], with { header={ WWW-Authenticate="Basic realm=\"security\" charset=\"UTF-8\"" } }
[00:02:32]                   │ debg ... sleep(700) start
[00:02:32]                   │ERROR browser[SEVERE] http://localhost:6141/ - Failed to load resource: the server responded with a status of 401 (Unauthorized)
[00:02:33]                   │ debg ... sleep(700) end
[00:02:33]                   │ debg returned from get, calling refresh
[00:02:33]                   │ debg browser[INFO] http://localhost:6141/login?next=%2F 350 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:02:33]                   │
[00:02:33]                   │ debg browser[INFO] http://localhost:6141/bundles/app/login/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:02:33]                   │ debg currentUrl = http://localhost:6141/login?next=%2F
[00:02:33]                   │          appUrl = http://localhost:6141/login
[00:02:33]                   │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:02:38]                   │ debg browser[INFO] http://localhost:6141/bundles/plugin/data/data.plugin.js 67:139970 "INFO: 2020-02-13T17:11:12Z
[00:02:38]                   │        Adding connection to http://localhost:6141/elasticsearch
[00:02:38]                   │
[00:02:38]                   │      "
[00:02:38]                   │ debg ... sleep(501) start
[00:02:39]                   │ debg ... sleep(501) end
[00:02:39]                   │ debg in navigateTo url = http://localhost:6141/login?next=%2F#/
[00:02:39]                   │ debg TestSubjects.exists(statusPageContainer)
[00:02:39]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:02:41]                   │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:02:42]                   │ debg TestSubjects.setValue(loginUsername, global_dashboard_visualize_all_user)
[00:02:42]                   │ debg TestSubjects.click(loginUsername)
[00:02:42]                   │ debg Find.clickByCssSelector('[data-test-subj="loginUsername"]') with timeout=10000
[00:02:42]                   │ debg Find.findByCssSelector('[data-test-subj="loginUsername"]') with timeout=10000
[00:02:42]                   │ debg TestSubjects.setValue(loginPassword, global_dashboard_visualize_all_user-password)
[00:02:42]                   │ debg TestSubjects.click(loginPassword)
[00:02:42]                   │ debg Find.clickByCssSelector('[data-test-subj="loginPassword"]') with timeout=10000
[00:02:42]                   │ debg Find.findByCssSelector('[data-test-subj="loginPassword"]') with timeout=10000
[00:02:42]                   │ debg TestSubjects.click(loginSubmit)
[00:02:42]                   │ debg Find.clickByCssSelector('[data-test-subj="loginSubmit"]') with timeout=10000
[00:02:42]                   │ debg Find.findByCssSelector('[data-test-subj="loginSubmit"]') with timeout=10000
[00:02:43]                   │ debg Waiting up to 20000ms for logout button visible...
[00:02:43]                   │ debg TestSubjects.exists(userMenuButton)
[00:02:43]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="userMenuButton"]') with timeout=2500
[00:02:47]                   │ debg browser[INFO] http://localhost:6141/app/kibana#/ 350 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:02:47]                   │
[00:02:47]                   │ debg browser[INFO] http://localhost:6141/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:02:47]                   │ debg --- retry.tryForTime error: [data-test-subj="userMenuButton"] is not displayed
[00:02:48]                   │ debg TestSubjects.exists(userMenuButton)
[00:02:48]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="userMenuButton"]') with timeout=2500
[00:02:48]                   │ debg browser[INFO] http://localhost:6141/bundles/plugin/data/data.plugin.js 67:139970 "INFO: 2020-02-13T17:11:22Z
[00:02:48]                   │        Adding connection to http://localhost:6141/elasticsearch
[00:02:48]                   │
[00:02:48]                   │      "
[00:02:49]                   │ debg TestSubjects.exists(userMenu)
[00:02:49]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="userMenu"]') with timeout=2500
[00:02:52]                   │ debg --- retry.tryForTime error: [data-test-subj="userMenu"] is not displayed
[00:02:53]                   │ debg TestSubjects.click(userMenuButton)
[00:02:53]                   │ debg Find.clickByCssSelector('[data-test-subj="userMenuButton"]') with timeout=10000
[00:02:53]                   │ debg Find.findByCssSelector('[data-test-subj="userMenuButton"]') with timeout=10000
[00:02:53]                   │ debg Waiting up to 20000ms for user menu opened...
[00:02:53]                   │ debg TestSubjects.exists(userMenu)
[00:02:53]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="userMenu"]') with timeout=2500
[00:02:53]                   │ debg TestSubjects.exists(userMenu > logoutLink)
[00:02:53]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="userMenu"] [data-test-subj="logoutLink"]') with timeout=2500
[00:02:53]                 └-> allows a visualization to be edited
[00:02:53]                   └-> "before each" hook: global before each
[00:02:53]                   │ debg navigating to dashboard url: http://localhost:6141/app/kibana#/dashboards
[00:02:53]                   │ debg Navigate to: http://localhost:6141/app/kibana#/dashboards
[00:02:53]                   │ debg ... sleep(700) start
[00:02:53]                   │ debg browser[INFO] http://localhost:6141/app/kibana?_t=1581613887771#/dashboards 350 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:02:53]                   │
[00:02:53]                   │ debg browser[INFO] http://localhost:6141/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:02:54]                   │ debg ... sleep(700) end
[00:02:54]                   │ debg returned from get, calling refresh
[00:02:55]                   │ debg browser[INFO] http://localhost:6141/app/kibana?_t=1581613887771#/dashboards 350 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:02:55]                   │
[00:02:55]                   │ debg browser[INFO] http://localhost:6141/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:02:55]                   │ debg currentUrl = http://localhost:6141/app/kibana#/dashboards
[00:02:55]                   │          appUrl = http://localhost:6141/app/kibana#/dashboards
[00:02:55]                   │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:03:01]                   │ debg TestSubjects.find(kibanaChrome)
[00:03:01]                   │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=10000
[00:03:01]                   │ debg browser[INFO] http://localhost:6141/bundles/plugin/data/data.plugin.js 67:139970 "INFO: 2020-02-13T17:11:34Z
[00:03:01]                   │        Adding connection to http://localhost:6141/elasticsearch
[00:03:01]                   │
[00:03:01]                   │      "
[00:03:01]                   │ debg ... sleep(501) start
[00:03:02]                   │ debg ... sleep(501) end
[00:03:02]                   │ debg in navigateTo url = http://localhost:6141/app/kibana#/dashboards?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:03:02]                   │ debg TestSubjects.exists(statusPageContainer)
[00:03:02]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:03:04]                   │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:03:05]                   │ debg Load Saved Dashboard A Dashboard
[00:03:05]                   │ debg gotoDashboardLandingPage
[00:03:05]                   │ debg onDashboardLandingPage
[00:03:05]                   │ debg TestSubjects.exists(dashboardLandingPage)
[00:03:05]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=5000
[00:03:05]                   │ debg searchForItemWithName: A Dashboard
[00:03:05]                   │ debg Find.allByCssSelector('.euiFieldSearch') with timeout=10000
[00:03:05]                   │ debg isGlobalLoadingIndicatorVisible
[00:03:05]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:03:05]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:03:07]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:03:07]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:03:07]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:03:07]                   │ debg TestSubjects.click(dashboardListingTitleLink-A-Dashboard)
[00:03:07]                   │ debg Find.clickByCssSelector('[data-test-subj="dashboardListingTitleLink-A-Dashboard"]') with timeout=10000
[00:03:07]                   │ debg Find.findByCssSelector('[data-test-subj="dashboardListingTitleLink-A-Dashboard"]') with timeout=10000
[00:03:07]                   │ debg isGlobalLoadingIndicatorVisible
[00:03:07]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:03:07]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:03:09]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:03:10]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:03:10]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:03:10]                   │ debg TestSubjects.missingOrFail(dashboardLandingPage)
[00:03:10]                   │ debg Find.waitForDeletedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=10000
[00:03:10]                   │ debg Switching to edit mode
[00:03:10]                   │ debg TestSubjects.click(dashboardEditMode)
[00:03:10]                   │ debg Find.clickByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=10000
[00:03:10]                   │ debg Find.findByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=10000
[00:03:10]                   │ debg Waiting up to 20000ms for in edit mode...
[00:03:10]                   │ debg TestSubjects.findAll(embeddablePanel)
[00:03:10]                   │ debg Find.allByCssSelector('[data-test-subj="embeddablePanel"]') with timeout=10000
[00:03:10]                   │ debg TestSubjects.findAll(embeddablePanelToggleMenuIcon)
[00:03:10]                   │ debg Find.allByCssSelector('[data-test-subj="embeddablePanelToggleMenuIcon"]') with timeout=10000
[00:03:10]                   │ debg openContextMenu(undefined
[00:03:10]                   │ debg toggleContextMenu
[00:03:10]                   │ debg TestSubjects.moveMouseTo(dashboardPanelTitle)
[00:03:10]                   │ debg TestSubjects.find(dashboardPanelTitle)
[00:03:10]                   │ debg Find.findByCssSelector('[data-test-subj="dashboardPanelTitle"]') with timeout=10000
[00:03:10]                   │ debg TestSubjects.find(embeddablePanelToggleMenuIcon)
[00:03:10]                   │ debg Find.findByCssSelector('[data-test-subj="embeddablePanelToggleMenuIcon"]') with timeout=10000
[00:03:11]                   │ debg TestSubjects.exists(embeddablePanelContextMenuOpen)
[00:03:11]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="embeddablePanelContextMenuOpen"]') with timeout=120000
[00:03:11]                   │ debg expectExistsEditPanelAction
[00:03:11]                   │ debg TestSubjects.exists(embeddablePanelAction-editPanel)
[00:03:11]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="embeddablePanelAction-editPanel"]') with timeout=120000
[00:03:11]                   └- ✓ pass  (17.9s) "dashboard feature controls dashboard security global dashboard & embeddable all privileges allows a visualization to be edited"
[00:03:11]                 └-> allows a map to be edited
[00:03:11]                   └-> "before each" hook: global before each
[00:03:11]                   │ debg navigating to dashboard url: http://localhost:6141/app/kibana#/dashboards
[00:03:11]                   │ debg Navigate to: http://localhost:6141/app/kibana#/dashboards
[00:03:11]                   │ debg ... sleep(700) start
[00:03:11]                   │ debg browser[INFO] http://localhost:6141/app/kibana?_t=1581613905653#/dashboards 350 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:03:11]                   │
[00:03:11]                   │ debg browser[INFO] http://localhost:6141/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:03:12]                   │ debg ... sleep(700) end
[00:03:12]                   │ debg returned from get, calling refresh
[00:03:12]                   │ debg browser[INFO] http://localhost:6141/app/kibana?_t=1581613905653#/dashboards 350 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:03:12]                   │
[00:03:12]                   │ debg browser[INFO] http://localhost:6141/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:03:12]                   │ debg currentUrl = http://localhost:6141/app/kibana#/dashboards
[00:03:12]                   │          appUrl = http://localhost:6141/app/kibana#/dashboards
[00:03:12]                   │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:03:17]                   │ debg TestSubjects.find(kibanaChrome)
[00:03:17]                   │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=10000
[00:03:17]                   │ debg browser[INFO] http://localhost:6141/bundles/plugin/data/data.plugin.js 67:139970 "INFO: 2020-02-13T17:11:50Z
[00:03:17]                   │        Adding connection to http://localhost:6141/elasticsearch
[00:03:17]                   │
[00:03:17]                   │      "
[00:03:17]                   │ debg ... sleep(501) start
[00:03:17]                   │ debg ... sleep(501) end
[00:03:17]                   │ debg in navigateTo url = http://localhost:6141/app/kibana#/dashboards?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:03:17]                   │ debg --- retry.try error: URL changed, waiting for it to settle
[00:03:18]                   │ debg ... sleep(501) start
[00:03:18]                   │ debg ... sleep(501) end
[00:03:18]                   │ debg in navigateTo url = http://localhost:6141/app/kibana#/dashboards?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:03:18]                   │ debg TestSubjects.exists(statusPageContainer)
[00:03:18]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:03:21]                   │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:03:21]                   │ debg Load Saved Dashboard dashboard with map
[00:03:21]                   │ debg gotoDashboardLandingPage
[00:03:21]                   │ debg onDashboardLandingPage
[00:03:21]                   │ debg TestSubjects.exists(dashboardLandingPage)
[00:03:21]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=5000
[00:03:21]                   │ debg searchForItemWithName: dashboard with map
[00:03:21]                   │ debg Find.allByCssSelector('.euiFieldSearch') with timeout=10000
[00:03:22]                   │ debg isGlobalLoadingIndicatorVisible
[00:03:22]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:03:22]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:03:23]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:03:24]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:03:24]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:03:24]                   │ debg TestSubjects.click(dashboardListingTitleLink-dashboard-with-map)
[00:03:24]                   │ debg Find.clickByCssSelector('[data-test-subj="dashboardListingTitleLink-dashboard-with-map"]') with timeout=10000
[00:03:24]                   │ debg Find.findByCssSelector('[data-test-subj="dashboardListingTitleLink-dashboard-with-map"]') with timeout=10000
[00:03:24]                   │ debg isGlobalLoadingIndicatorVisible
[00:03:24]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:03:24]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:03:26]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:03:26]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:03:26]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:03:27]                   │ debg TestSubjects.missingOrFail(dashboardLandingPage)
[00:03:27]                   │ debg Find.waitForDeletedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=10000
[00:03:28]                   │ debg Switching to edit mode
[00:03:28]                   │ debg TestSubjects.click(dashboardEditMode)
[00:03:28]                   │ debg Find.clickByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=10000
[00:03:28]                   │ debg Find.findByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=10000
[00:03:28]                   │ debg Waiting up to 20000ms for in edit mode...
[00:03:28]                   │ debg TestSubjects.findAll(embeddablePanel)
[00:03:28]                   │ debg Find.allByCssSelector('[data-test-subj="embeddablePanel"]') with timeout=10000
[00:03:28]                   │ debg TestSubjects.findAll(embeddablePanelToggleMenuIcon)
[00:03:28]                   │ debg Find.allByCssSelector('[data-test-subj="embeddablePanelToggleMenuIcon"]') with timeout=10000
[00:03:28]                   │ debg openContextMenu(undefined
[00:03:28]                   │ debg toggleContextMenu
[00:03:28]                   │ debg TestSubjects.moveMouseTo(dashboardPanelTitle)
[00:03:28]                   │ debg TestSubjects.find(dashboardPanelTitle)
[00:03:28]                   │ debg Find.findByCssSelector('[data-test-subj="dashboardPanelTitle"]') with timeout=10000
[00:03:28]                   │ debg TestSubjects.find(embeddablePanelToggleMenuIcon)
[00:03:28]                   │ debg Find.findByCssSelector('[data-test-subj="embeddablePanelToggleMenuIcon"]') with timeout=10000
[00:03:28]                   │ debg TestSubjects.exists(embeddablePanelContextMenuOpen)
[00:03:28]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="embeddablePanelContextMenuOpen"]') with timeout=120000
[00:03:28]                   │ debg expectExistsEditPanelAction
[00:03:28]                   │ debg TestSubjects.exists(embeddablePanelAction-editPanel)
[00:03:28]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="embeddablePanelAction-editPanel"]') with timeout=120000
[00:03:28]                   └- ✓ pass  (17.4s) "dashboard feature controls dashboard security global dashboard & embeddable all privileges allows a map to be edited"
[00:03:28]                 └-> allow saving via the saved query management component popover with no query loaded
[00:03:28]                 └-> allow saving a currently loaded saved query as a new query via the saved query management component 
[00:03:28]                   └-> "before each" hook: global before each
[00:03:28]                   │ debg TestSubjects.exists(saved-query-management-popover)
[00:03:28]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="saved-query-management-popover"]') with timeout=2500
[00:03:31]                   │ debg --- retry.tryForTime error: [data-test-subj="saved-query-management-popover"] is not displayed
[00:03:31]                   │ debg TestSubjects.click(saved-query-management-popover-button)
[00:03:31]                   │ debg Find.clickByCssSelector('[data-test-subj="saved-query-management-popover-button"]') with timeout=10000
[00:03:31]                   │ debg Find.findByCssSelector('[data-test-subj="saved-query-management-popover-button"]') with timeout=10000
[00:03:31]                   │ debg TestSubjects.click(saved-query-management-save-as-new-button)
[00:03:31]                   │ debg Find.clickByCssSelector('[data-test-subj="saved-query-management-save-as-new-button"]') with timeout=10000
[00:03:31]                   │ debg Find.findByCssSelector('[data-test-subj="saved-query-management-save-as-new-button"]') with timeout=10000
[00:03:41]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="saved-query-management-save-as-new-button"])
[00:03:41]                   │      Wait timed out after 10055ms
[00:03:42]                   │ debg Find.findByCssSelector('[data-test-subj="saved-query-management-save-as-new-button"]') with timeout=10000
[00:03:52]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="saved-query-management-save-as-new-button"])
[00:03:52]                   │      Wait timed out after 10059ms
[00:03:52]                   │ debg Find.findByCssSelector('[data-test-subj="saved-query-management-save-as-new-button"]') with timeout=10000
[00:04:03]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="saved-query-management-save-as-new-button"])
[00:04:03]                   │      Wait timed out after 10049ms
[00:04:03]                   │ debg Find.findByCssSelector('[data-test-subj="saved-query-management-save-as-new-button"]') with timeout=10000
[00:04:13]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="saved-query-management-save-as-new-button"])
[00:04:13]                   │      Wait timed out after 10024ms
[00:04:14]                   │ debg Find.findByCssSelector('[data-test-subj="saved-query-management-save-as-new-button"]') with timeout=10000
[00:04:16]                   │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-ubuntu-tests-xl-1581611766460432015] [.kibana_2/BUFUyKBzSuKpXETsviJnmQ] update_mapping [_doc]
[00:04:24]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="saved-query-management-save-as-new-button"])
[00:04:24]                   │      Wait timed out after 10019ms
[00:04:24]                   │ debg Find.findByCssSelector('[data-test-subj="saved-query-management-save-as-new-button"]') with timeout=10000
[00:04:34]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="saved-query-management-save-as-new-button"])
[00:04:34]                   │      Wait timed out after 10038ms
[00:04:35]                   │ debg Find.findByCssSelector('[data-test-subj="saved-query-management-save-as-new-button"]') with timeout=10000
[00:04:45]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="saved-query-management-save-as-new-button"])
[00:04:45]                   │      Wait timed out after 10055ms
[00:04:45]                   │ debg Find.findByCssSelector('[data-test-subj="saved-query-management-save-as-new-button"]') with timeout=10000
[00:04:55]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="saved-query-management-save-as-new-button"])
[00:04:55]                   │      Wait timed out after 10017ms
[00:04:56]                   │ debg Find.findByCssSelector('[data-test-subj="saved-query-management-save-as-new-button"]') with timeout=10000
[00:05:06]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="saved-query-management-save-as-new-button"])
[00:05:06]                   │      Wait timed out after 10009ms
[00:05:06]                   │ debg Find.findByCssSelector('[data-test-subj="saved-query-management-save-as-new-button"]') with timeout=10000
[00:05:16]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="saved-query-management-save-as-new-button"])
[00:05:16]                   │      Wait timed out after 10061ms
[00:05:17]                   │ debg Find.findByCssSelector('[data-test-subj="saved-query-management-save-as-new-button"]') with timeout=10000
[00:05:27]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="saved-query-management-save-as-new-button"])
[00:05:27]                   │      Wait timed out after 10038ms
[00:05:27]                   │ debg Find.findByCssSelector('[data-test-subj="saved-query-management-save-as-new-button"]') with timeout=10000
[00:05:37]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="saved-query-management-save-as-new-button"])
[00:05:37]                   │      Wait timed out after 10027ms
[00:05:38]                   │ info Taking screenshot "/dev/shm/workspace/kibana/x-pack/test/functional/screenshots/failure/dashboard feature controls dashboard security global dashboard _ embeddable all privileges allow saving a currently loaded saved query as a new query via the saved query management component .png"
[00:05:38]                   │ info Current URL is: http://localhost:6141/app/kibana#/dashboard/1c1a87f0-70f5-11e9-8625-9580c4904684?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))&_a=(description:%27%27,filters:!(),fullScreenMode:!f,options:(hidePanelTitles:!f,useMargins:!t),panels:!((embeddableConfig:(hiddenLayers:!(),isLayerTOCOpen:!t,mapCenter:(lat:0,lon:0,zoom:0.8),openTOCDetails:!()),gridData:(h:15,i:%271%27,w:24,x:0,y:0),id:%270b849ed0-70f5-11e9-8625-9580c4904684%27,panelIndex:%271%27,type:map,version:%278.0.0-SNAPSHOT%27)),query:(language:kuery,query:%27%27),timeRestore:!f,title:%27dashboard%20with%20map%27,viewMode:edit)
[00:05:39]                   │ info Saving page source to: /dev/shm/workspace/kibana/x-pack/test/functional/failure_debug/html/dashboard feature controls dashboard security global dashboard _ embeddable all privileges allow saving a currently loaded saved query as a new query via the saved query management component .html
[00:05:39]                   └- ✖ fail: "dashboard feature controls dashboard security global dashboard & embeddable all privileges allow saving a currently loaded saved query as a new query via the saved query management component "
[00:05:39]                   │

Stack Trace

Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="saved-query-management-save-as-new-button"])
Wait timed out after 10027ms
    at /dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/webdriver.js:841:17
    at process._tickCallback (internal/process/next_tick.js:68:7)
    at onFailure (/dev/shm/workspace/kibana/test/common/services/retry/retry_for_success.ts:28:9)
    at retryForSuccess (/dev/shm/workspace/kibana/test/common/services/retry/retry_for_success.ts:68:13)

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

Copy link
Contributor

@spalger spalger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is good for part of the failures in master

@spalger spalger merged commit 431a1e9 into elastic:master Feb 13, 2020
spalger pushed a commit that referenced this pull request Feb 13, 2020
Several tests using the
savedQueryManagementComponent.saveNewQueryMissingOrFail method have been
failing with 'waiting for element'.  Temproary adding a skip for tests
using this method

Related #50018
Related #44631
Related #45348

(cherry picked from commit 431a1e9)
gmmorris added a commit to gmmorris/kibana that referenced this pull request Feb 13, 2020
* master: (22 commits)
  skip flaky suite (elastic#50018)
  skip settings tests (elastic#57608)
  skip failing suite (elastic#44631)
  [SIEM] [Case] Initial UI (elastic#57283)
  handle viewing sample dashboards on default dist (elastic#57510)
  Fix detection of "system requests" in plugins (elastic#57149)
  [ML] New Platform server shim: update job service schema (elastic#57614)
  skip flaky suite (elastic#44631)
  [APM] Update monospace font family variable (elastic#57555)
  skip flaky test (elastic#57377)
  Skip save query tests (elastic#57589)
  [Maps] allow simultaneous opening of multiple tooltips (elastic#57226)
  [Uptime] Fix/host connected components (elastic#56969)
  [logs][metrics][docs] Update screenshots for 7.6 (elastic#57254)
  [ML] New Platform server shim: update job service routes to use new platform router (elastic#57403)
  [Maps] Fix document source top hits split by scripted field (elastic#57481)
  Use log4j pattern syntax (elastic#57433)
  [ML] Categorization field example endpoint tests (elastic#57471)
  [Lens] Filter out pinned filters from saved object of Lens (elastic#57197)
  Lens client side shim cleanup (elastic#56976)
  ...
spalger added a commit to spalger/kibana that referenced this pull request Feb 14, 2020
spalger pushed a commit that referenced this pull request Feb 19, 2020
* Revert "Skip flaky test (#57675)"

This reverts commit c965a9e.

* Revert "disable firefox smoke tests so we can fix flakiness out of band"

This reverts commit fe38642.

* Revert "skip flaky tests (#57643)"

This reverts commit b220454.

* Revert "skip flaky suite (#50018)"

This reverts commit b058dc2.

* Revert "skip settings tests (#57608)"

This reverts commit 64625b2.

* Revert "skip failing suite (#44631)"

This reverts commit 8aa718d.

* Revert "skip flaky suite (#44631)"

This reverts commit 6e4efdf.

* Revert "skip flaky test (#57377)"

This reverts commit 59672ab.

* Revert "Skip save query tests (#57589)"

This reverts commit 431a1e9.

* remove hard coded timeouts

* Revert "Revert "disable firefox smoke tests so we can fix flakiness out of band""

This reverts commit 271f881.

* Revert "remove hard coded timeouts"

This reverts commit 8b843d0.

* wait for managementHome to exist, don't bail early if it's missing

* Revert "skip flaky suite (#45244)"

This reverts commit 0cee1a4.

* extend timeouts for common existsOrFail() calls

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
spalger pushed a commit to spalger/kibana that referenced this pull request Feb 19, 2020
* Revert "Skip flaky test (elastic#57675)"

This reverts commit c965a9e.

* Revert "disable firefox smoke tests so we can fix flakiness out of band"

This reverts commit fe38642.

* Revert "skip flaky tests (elastic#57643)"

This reverts commit b220454.

* Revert "skip flaky suite (elastic#50018)"

This reverts commit b058dc2.

* Revert "skip settings tests (elastic#57608)"

This reverts commit 64625b2.

* Revert "skip failing suite (elastic#44631)"

This reverts commit 8aa718d.

* Revert "skip flaky suite (elastic#44631)"

This reverts commit 6e4efdf.

* Revert "skip flaky test (elastic#57377)"

This reverts commit 59672ab.

* Revert "Skip save query tests (elastic#57589)"

This reverts commit 431a1e9.

* remove hard coded timeouts

* Revert "Revert "disable firefox smoke tests so we can fix flakiness out of band""

This reverts commit 271f881.

* Revert "remove hard coded timeouts"

This reverts commit 8b843d0.

* wait for managementHome to exist, don't bail early if it's missing

* Revert "skip flaky suite (elastic#45244)"

This reverts commit 0cee1a4.

* extend timeouts for common existsOrFail() calls

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
spalger pushed a commit that referenced this pull request Feb 19, 2020
* Revert "Skip flaky test (#57675)"

This reverts commit c965a9e.

* Revert "disable firefox smoke tests so we can fix flakiness out of band"

This reverts commit fe38642.

* Revert "skip flaky tests (#57643)"

This reverts commit b220454.

* Revert "skip flaky suite (#50018)"

This reverts commit b058dc2.

* Revert "skip settings tests (#57608)"

This reverts commit 64625b2.

* Revert "skip failing suite (#44631)"

This reverts commit 8aa718d.

* Revert "skip flaky suite (#44631)"

This reverts commit 6e4efdf.

* Revert "skip flaky test (#57377)"

This reverts commit 59672ab.

* Revert "Skip save query tests (#57589)"

This reverts commit 431a1e9.

* remove hard coded timeouts

* Revert "Revert "disable firefox smoke tests so we can fix flakiness out of band""

This reverts commit 271f881.

* Revert "remove hard coded timeouts"

This reverts commit 8b843d0.

* wait for managementHome to exist, don't bail early if it's missing

* Revert "skip flaky suite (#45244)"

This reverts commit 0cee1a4.

* extend timeouts for common existsOrFail() calls

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:skip Skip the PR/issue when compiling release notes v7.6.1 v7.7.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants