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

Fix Time Range in Vis State #59220

Closed

Conversation

ThomThomson
Copy link
Contributor

Summary

Added an action & reducer for when the timeRange changes. This uses 'createAggConfigs' and the existing setTimeRange method on the AggConfigs type to make the current timeRange accessible by date_histogram and other agg types.

This change allows the interval scaling message to show up when the selected interval would create too many buckets:

Screenshot_2

It also fixes the label when the interval is set 'auto' and the date histogram is minimized:

Screenshot_3

Closes #57822

Checklist

Delete any items that are not applicable to this PR.

For maintainers

… useEffect for timeRange changes, and an action & reducer to capture those changes. Added timeRange to createAggConfigs, and used the setTimeRange method in createAggConfigs
@ThomThomson ThomThomson added release_note:fix Team:Visualizations Visualization editors, elastic-charts and infrastructure Feature:Vis Editor Visualization editor issues v8.0.0 v7.7.0 labels Mar 3, 2020
@ThomThomson ThomThomson self-assigned this Mar 3, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app (Team:KibanaApp)

@flash1293
Copy link
Contributor

Seems like it's overlapping with #59171

@ThomThomson the history says you assigned and directly unassigned the underlying issue (#57822), was this a mistake?

@ThomThomson
Copy link
Contributor Author

@flash1293 I unassigned myself from the issue when @timroes identified that it was a symptom of an architectural problem. He later showed me which files to look into and gave me some instructions, so this PR is mostly for my learning.

That said, the overlap is my bad! We are planning to look into it tomorrow.

@timroes
Copy link
Contributor

timroes commented Mar 3, 2020

I am sorry, that confusion was on me, we should not have unassigned ourselves from that. I've closed the other PR, and reassigned the issue, sorry everyone, mea culpa!

@kibanamachine
Copy link
Contributor

💔 Build Failed


Test Failures

Kibana Pipeline / kibana-oss-agent / Chrome UI Functional Tests.test/functional/apps/visualize/_linked_saved_searches·ts.visualize app visualize app linked saved searched should not break when saving after unlinking

Link to Jenkins

Standard Out

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

[00:00:00]       │
[00:00:00]         └-: visualize app
[00:00:00]           └-> "before all" hook
[00:00:00]           └-> "before all" hook
[00:00:00]             │ debg Starting visualize before method
[00:00:00]             │ info [logstash_functional] Loading "mappings.json"
[00:00:00]             │ info [logstash_functional] Loading "data.json.gz"
[00:00:00]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [logstash-2015.09.22] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:00]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.22][0]]]).
[00:00:00]             │ info [logstash_functional] Created index "logstash-2015.09.22"
[00:00:00]             │ 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:00]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [logstash-2015.09.20] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:00]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.20][0]]]).
[00:00:00]             │ info [logstash_functional] Created index "logstash-2015.09.20"
[00:00:00]             │ 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:00]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [logstash-2015.09.21] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:00]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.21][0]]]).
[00:00:00]             │ info [logstash_functional] Created index "logstash-2015.09.21"
[00:00:00]             │ 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:10]             │ info progress: 7826
[00:00:14]             │ info [logstash_functional] Indexed 4633 docs into "logstash-2015.09.22"
[00:00:14]             │ info [logstash_functional] Indexed 4757 docs into "logstash-2015.09.20"
[00:00:14]             │ info [logstash_functional] Indexed 4614 docs into "logstash-2015.09.21"
[00:00:15]             │ info [long_window_logstash] Loading "mappings.json"
[00:00:15]             │ info [long_window_logstash] Loading "data.json.gz"
[00:00:15]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [long-window-logstash-0] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:15]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[long-window-logstash-0][0]]]).
[00:00:15]             │ info [long_window_logstash] Created index "long-window-logstash-0"
[00:00:15]             │ debg [long_window_logstash] "long-window-logstash-0" settings {"index":{"analysis":{"analyzer":{"makelogs_url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:25]             │ info progress: 10837
[00:00:28]             │ info [long_window_logstash] Indexed 14005 docs into "long-window-logstash-0"
[00:00:28]             │ info [visualize] Loading "mappings.json"
[00:00:28]             │ info [visualize] Loading "data.json"
[00:00:28]             │ info [o.e.c.m.MetaDataDeleteIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana_1/KrTyRajMRpCHLJf1ihKbSw] deleting index
[00:00:28]             │ info [visualize] Deleted existing index [".kibana_1"]
[00:00:28]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:00:28]             │ info [visualize] Created index ".kibana"
[00:00:28]             │ debg [visualize] ".kibana" settings {"index":{"number_of_replicas":"1","number_of_shards":"1"}}
[00:00:28]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana/b9KHMcIfTEmPl4fMXboSuQ] update_mapping [_doc]
[00:00:28]             │ info [visualize] Indexed 7 docs into ".kibana"
[00:00:28]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana/b9KHMcIfTEmPl4fMXboSuQ] update_mapping [_doc]
[00:00:28]             │ debg Migrating saved objects
[00:00:29]             │ proc [kibana]   log   [21:31:03.645] [info][savedobjects-service] Creating index .kibana_2.
[00:00:29]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana_2] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:00:29]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] updating number_of_replicas to [0] for indices [.kibana_2]
[00:00:29]             │ proc [kibana]   log   [21:31:03.735] [info][savedobjects-service] Reindexing .kibana to .kibana_1
[00:00:29]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana_1] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:00:29]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] updating number_of_replicas to [0] for indices [.kibana_1]
[00:00:29]             │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.tasks] creating index, cause [auto(task api)], templates [], shards [1]/[1], mappings [_doc]
[00:00:29]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] updating number_of_replicas to [0] for indices [.tasks]
[00:00:29]             │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] 1587 finished with response BulkByScrollResponse[took=86.6ms,timed_out=false,sliceId=null,updated=0,created=7,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:00:29]             │ info [o.e.c.m.MetaDataDeleteIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana/b9KHMcIfTEmPl4fMXboSuQ] deleting index
[00:00:29]             │ proc [kibana]   log   [21:31:04.164] [info][savedobjects-service] Migrating .kibana_1 saved objects to .kibana_2
[00:00:29]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana_2/pAlKjZcaReyv851bArL1CA] update_mapping [_doc]
[00:00:29]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana_2/pAlKjZcaReyv851bArL1CA] update_mapping [_doc]
[00:00:29]             │ proc [kibana]   log   [21:31:04.285] [info][savedobjects-service] Pointing alias .kibana to .kibana_2.
[00:00:29]             │ proc [kibana]   log   [21:31:04.346] [info][savedobjects-service] Finished in 704ms.
[00:00:29]             │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC"}
[00:00:30]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana_2/pAlKjZcaReyv851bArL1CA] update_mapping [_doc]
[00:00:31]             │ debg replacing kibana config doc: {"defaultIndex":"logstash-*","format:bytes:defaultPattern":"0,0.[000]b"}
[00:00:31]             │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana_2/pAlKjZcaReyv851bArL1CA] update_mapping [_doc]
[00:00:32]           └-: 
[00:00:32]             └-> "before all" hook
[00:13:35]             └-: visualize app
[00:13:35]               └-> "before all" hook
[00:13:35]               └-: linked saved searched
[00:13:35]                 └-> "before all" hook
[00:13:35]                 └-> "before all" hook
[00:13:35]                   │ debg navigating to discover url: http://localhost:61111/app/kibana#/discover
[00:13:35]                   │ debg Navigate to: http://localhost:61111/app/kibana#/discover
[00:13:35]                   │ debg ... sleep(700) start
[00:13:35]                   │ debg browser[INFO] http://localhost:61111/app/kibana?_t=1583271850225#/discover 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:13:35]                   │
[00:13:35]                   │ debg browser[INFO] http://localhost:61111/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:13:36]                   │ debg ... sleep(700) end
[00:13:36]                   │ debg returned from get, calling refresh
[00:13:37]                   │ debg browser[INFO] http://localhost:61111/bundles/plugin/data/data.plugin.js 62:139970 "INFO: 2020-03-03T21:44:11Z
[00:13:37]                   │        Adding connection to http://localhost:61111/elasticsearch
[00:13:37]                   │
[00:13:37]                   │      "
[00:13:37]                   │ debg browser[INFO] http://localhost:61111/app/kibana?_t=1583271850225#/discover 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:13:37]                   │
[00:13:37]                   │ debg browser[INFO] http://localhost:61111/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:13:37]                   │ debg currentUrl = http://localhost:61111/app/kibana#/discover
[00:13:37]                   │          appUrl = http://localhost:61111/app/kibana#/discover
[00:13:37]                   │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:13:38]                   │ debg TestSubjects.find(kibanaChrome)
[00:13:38]                   │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=10000
[00:13:38]                   │ debg browser[INFO] http://localhost:61111/bundles/plugin/data/data.plugin.js 62:139970 "INFO: 2020-03-03T21:44:13Z
[00:13:38]                   │        Adding connection to http://localhost:61111/elasticsearch
[00:13:38]                   │
[00:13:38]                   │      "
[00:13:39]                   │ debg ... sleep(501) start
[00:13:39]                   │ debg ... sleep(501) end
[00:13:39]                   │ debg in navigateTo url = http://localhost:61111/app/kibana#/discover?_g=()&_a=(columns:!(_source),index:%27logstash-*%27,interval:auto,query:(language:kuery,query:%27%27),sort:!())
[00:13:39]                   │ debg --- retry.try error: URL changed, waiting for it to settle
[00:13:40]                   │ debg ... sleep(501) start
[00:13:40]                   │ debg ... sleep(501) end
[00:13:40]                   │ debg in navigateTo url = http://localhost:61111/app/kibana#/discover?_g=()&_a=(columns:!(_source),index:%27logstash-*%27,interval:auto,query:(language:kuery,query:%27%27),sort:!())
[00:13:40]                   │ debg TestSubjects.exists(statusPageContainer)
[00:13:40]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:13:43]                   │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:13:43]                   │ debg TestSubjects.click(addFilter)
[00:13:43]                   │ debg Find.clickByCssSelector('[data-test-subj="addFilter"]') with timeout=10000
[00:13:43]                   │ debg Find.findByCssSelector('[data-test-subj="addFilter"]') with timeout=10000
[00:13:43]                   │ debg comboBox.set, comboBoxSelector: filterFieldSuggestionList
[00:13:43]                   │ debg TestSubjects.find(filterFieldSuggestionList)
[00:13:43]                   │ debg Find.findByCssSelector('[data-test-subj="filterFieldSuggestionList"]') with timeout=10000
[00:13:43]                   │ debg comboBox.setElement, value: extension.raw
[00:13:43]                   │ debg comboBox.isOptionSelected, value: extension.raw
[00:13:46]                   │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:13:46]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:13:46]                   │ debg Find.allByCssSelector('.euiFilterSelectItem[title^="extension.raw"]') with timeout=2500
[00:13:46]                   │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:13:46]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:13:48]                   │ debg --- retry.tryForTime error: [data-test-subj~="comboBoxOptionsList"] is not displayed
[00:13:49]                   │ debg comboBox.set, comboBoxSelector: filterOperatorList
[00:13:49]                   │ debg TestSubjects.find(filterOperatorList)
[00:13:49]                   │ debg Find.findByCssSelector('[data-test-subj="filterOperatorList"]') with timeout=10000
[00:13:49]                   │ debg comboBox.setElement, value: is
[00:13:49]                   │ debg comboBox.isOptionSelected, value: is
[00:13:51]                   │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:13:51]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:13:51]                   │ debg Find.allByCssSelector('.euiFilterSelectItem[title^="is"]') with timeout=2500
[00:13:51]                   │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:13:51]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:13:54]                   │ debg --- retry.tryForTime error: [data-test-subj~="comboBoxOptionsList"] is not displayed
[00:13:54]                   │ debg TestSubjects.find(filterParams)
[00:13:54]                   │ debg Find.findByCssSelector('[data-test-subj="filterParams"]') with timeout=10000
[00:13:54]                   │ debg comboBox.setElement, value: jpg
[00:13:54]                   │ debg comboBox.isOptionSelected, value: jpg
[00:13:57]                   │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:13:57]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:13:57]                   │ debg Find.allByCssSelector('.euiFilterSelectItem[title^="jpg"]') with timeout=2500
[00:13:57]                   │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:13:57]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:13:59]                   │ debg --- retry.tryForTime error: [data-test-subj~="comboBoxOptionsList"] is not displayed
[00:14:00]                   │ debg TestSubjects.click(saveFilter)
[00:14:00]                   │ debg Find.clickByCssSelector('[data-test-subj="saveFilter"]') with timeout=10000
[00:14:00]                   │ debg Find.findByCssSelector('[data-test-subj="saveFilter"]') with timeout=10000
[00:14:00]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:14:00]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:14:00]                   │ debg isGlobalLoadingIndicatorVisible
[00:14:00]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:14:00]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:14:01]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:14:02]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:14:02]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:14:02]                   │ debg saveSearch
[00:14:02]                   │ debg TestSubjects.click(discoverSaveButton)
[00:14:02]                   │ debg Find.clickByCssSelector('[data-test-subj="discoverSaveButton"]') with timeout=10000
[00:14:02]                   │ debg Find.findByCssSelector('[data-test-subj="discoverSaveButton"]') with timeout=10000
[00:14:02]                   │ debg TestSubjects.setValue(savedObjectTitle, vis_saved_search)
[00:14:02]                   │ debg TestSubjects.click(savedObjectTitle)
[00:14:02]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:14:02]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:14:02]                   │ debg TestSubjects.click(confirmSaveSavedObjectButton)
[00:14:02]                   │ debg Find.clickByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:14:02]                   │ debg Find.findByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:14:02]                   │ debg isGlobalLoadingIndicatorVisible
[00:14:02]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:14:02]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:14:04]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:14:04]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:14:04]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:14:04]                   │ debg TestSubjects.getVisibleText(headerGlobalNav > breadcrumbs > ~breadcrumb & ~last)
[00:14:04]                   │ debg TestSubjects.find(headerGlobalNav > breadcrumbs > ~breadcrumb & ~last)
[00:14:04]                   │ debg Find.findByCssSelector('[data-test-subj="headerGlobalNav"] [data-test-subj="breadcrumbs"] [data-test-subj~="breadcrumb"][data-test-subj~="last"]') with timeout=10000
[00:14:04]                 └-> should create a visualization from a saved search
[00:14:04]                   └-> "before each" hook: global before each
[00:14:04]                   │ debg navigating to visualize url: http://localhost:61111/app/kibana#/visualize
[00:14:04]                   │ debg Navigate to: http://localhost:61111/app/kibana#/visualize
[00:14:04]                   │ debg ... sleep(700) start
[00:14:05]                   │ debg browser[INFO] http://localhost:61111/app/kibana?_t=1583271879572#/visualize 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:14:05]                   │
[00:14:05]                   │ debg browser[INFO] http://localhost:61111/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:14:05]                   │ debg ... sleep(700) end
[00:14:05]                   │ debg returned from get, calling refresh
[00:14:05]                   │ debg browser[INFO] http://localhost:61111/app/kibana?_t=1583271879572#/visualize 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:14:05]                   │
[00:14:05]                   │ debg browser[INFO] http://localhost:61111/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:14:05]                   │ debg currentUrl = http://localhost:61111/app/kibana#/visualize
[00:14:05]                   │          appUrl = http://localhost:61111/app/kibana#/visualize
[00:14:05]                   │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:14:08]                   │ debg TestSubjects.find(kibanaChrome)
[00:14:08]                   │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=10000
[00:14:08]                   │ debg browser[INFO] http://localhost:61111/bundles/plugin/data/data.plugin.js 62:139970 "INFO: 2020-03-03T21:44:42Z
[00:14:08]                   │        Adding connection to http://localhost:61111/elasticsearch
[00:14:08]                   │
[00:14:08]                   │      "
[00:14:08]                   │ debg ... sleep(501) start
[00:14:08]                   │ debg ... sleep(501) end
[00:14:08]                   │ debg in navigateTo url = http://localhost:61111/app/kibana#/visualize?_g=(refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:14:08]                   │ debg TestSubjects.exists(statusPageContainer)
[00:14:08]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:14:11]                   │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:14:11]                   │ debg TestSubjects.exists(newItemButton)
[00:14:11]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=2500
[00:14:11]                   │ debg TestSubjects.click(newItemButton)
[00:14:11]                   │ debg Find.clickByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:14:11]                   │ debg Find.findByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:14:12]                   │ debg TestSubjects.find(visNewDialogTypes)
[00:14:12]                   │ debg Find.findByCssSelector('[data-test-subj="visNewDialogTypes"]') with timeout=10000
[00:14:12]                   │ debg TestSubjects.click(visType-table)
[00:14:12]                   │ debg Find.clickByCssSelector('[data-test-subj="visType-table"]') with timeout=10000
[00:14:12]                   │ debg Find.findByCssSelector('[data-test-subj="visType-table"]') with timeout=10000
[00:14:12]                   │ debg isGlobalLoadingIndicatorVisible
[00:14:12]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:14:12]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:14:13]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:14:14]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:14:14]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:14:14]                   │ debg TestSubjects.click(savedObjectTitlevis_saved_search)
[00:14:14]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitlevis_saved_search"]') with timeout=10000
[00:14:14]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitlevis_saved_search"]') with timeout=10000
[00:14:14]                   │ debg isGlobalLoadingIndicatorVisible
[00:14:14]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:14:14]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:14:15]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:14:16]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:14:16]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:14:16]                   │ debg Setting absolute range to Sep 19, 2015 @ 06:31:44.000 to Sep 23, 2015 @ 18:31:44.000
[00:14:16]                   │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:14:16]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:14:16]                   │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:14:16]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:14:16]                   │ debg TestSubjects.click(superDatePickerShowDatesButton)
[00:14:16]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:14:16]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:14:16]                   │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:14:16]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:14:16]                   │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:14:16]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:14:16]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:14:16]                   │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:14:16]                   │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:14:16]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:14:16]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:14:16]                   │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:14:16]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:14:16]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:14:16]                   │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 23, 2015 @ 18:31:44.000)
[00:14:16]                   │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:14:16]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:14:16]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:14:17]                   │ debg ... sleep(500) start
[00:14:17]                   │ debg ... sleep(500) end
[00:14:17]                   │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:14:17]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:14:17]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:14:18]                   │ debg Find.waitForElementStale with timeout=10000
[00:14:18]                   │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:14:18]                   │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:14:18]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:14:18]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:14:18]                   │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:14:18]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:14:18]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:14:18]                   │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 19, 2015 @ 06:31:44.000)
[00:14:18]                   │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:14:18]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:14:18]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:14:18]                   │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:14:18]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:14:21]                   │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:14:22]                   │ debg TestSubjects.click(querySubmitButton)
[00:14:22]                   │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:14:22]                   │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:14:22]                   │ debg Find.waitForElementStale with timeout=10000
[00:14:22]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:14:22]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:14:22]                   │ debg Waiting up to 20000ms for wait for count to equal 9,109...
[00:14:22]                   │ debg TestSubjects.getVisibleText(paginated-table-body)
[00:14:22]                   │ debg TestSubjects.find(paginated-table-body)
[00:14:22]                   │ debg Find.findByCssSelector('[data-test-subj="paginated-table-body"]') with timeout=10000
[00:14:23]                   │ debg TestSubjects.getVisibleText(paginated-table-body)
[00:14:23]                   │ debg TestSubjects.find(paginated-table-body)
[00:14:23]                   │ debg Find.findByCssSelector('[data-test-subj="paginated-table-body"]') with timeout=10000
[00:14:23]                   └- ✓ pass  (18.2s) "visualize app  visualize app linked saved searched should create a visualization from a saved search"
[00:14:23]                 └-> should respect the time filter when linked to a saved search
[00:14:23]                   └-> "before each" hook: global before each
[00:14:23]                   │ debg Setting absolute range to Sep 19, 2015 @ 06:31:44.000 to Sep 21, 2015 @ 10:00:00.000
[00:14:23]                   │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:14:23]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:14:23]                   │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:14:23]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:14:25]                   │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerShowDatesButton"] is not displayed
[00:14:26]                   │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:14:26]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:14:26]                   │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:14:26]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:14:26]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:14:26]                   │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:14:26]                   │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:14:26]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:14:26]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:14:26]                   │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:14:26]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:14:26]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:14:26]                   │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 21, 2015 @ 10:00:00.000)
[00:14:26]                   │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:14:26]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:14:26]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:14:26]                   │ debg ... sleep(500) start
[00:14:27]                   │ debg ... sleep(500) end
[00:14:27]                   │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:14:27]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:14:27]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:14:27]                   │ debg Find.waitForElementStale with timeout=10000
[00:14:27]                   │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:14:27]                   │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:14:27]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:14:27]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:14:27]                   │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:14:27]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:14:27]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:14:27]                   │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 19, 2015 @ 06:31:44.000)
[00:14:27]                   │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:14:27]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:14:27]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:14:28]                   │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:14:28]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:14:30]                   │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:14:31]                   │ debg TestSubjects.click(querySubmitButton)
[00:14:31]                   │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:14:31]                   │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:14:31]                   │ debg Find.waitForElementStale with timeout=10000
[00:14:31]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:14:31]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:14:31]                   │ debg Waiting up to 20000ms for wait for count to equal 3,950...
[00:14:31]                   │ debg TestSubjects.getVisibleText(paginated-table-body)
[00:14:31]                   │ debg TestSubjects.find(paginated-table-body)
[00:14:31]                   │ debg Find.findByCssSelector('[data-test-subj="paginated-table-body"]') with timeout=10000
[00:14:32]                   │ debg TestSubjects.getVisibleText(paginated-table-body)
[00:14:32]                   │ debg TestSubjects.find(paginated-table-body)
[00:14:32]                   │ debg Find.findByCssSelector('[data-test-subj="paginated-table-body"]') with timeout=10000
[00:14:32]                   └- ✓ pass  (9.1s) "visualize app  visualize app linked saved searched should respect the time filter when linked to a saved search"
[00:14:32]                 └-> should allow adding filters while having a linked saved search
[00:14:32]                   └-> "before each" hook: global before each
[00:14:32]                   │ debg TestSubjects.click(addFilter)
[00:14:32]                   │ debg Find.clickByCssSelector('[data-test-subj="addFilter"]') with timeout=10000
[00:14:32]                   │ debg Find.findByCssSelector('[data-test-subj="addFilter"]') with timeout=10000
[00:14:32]                   │ debg comboBox.set, comboBoxSelector: filterFieldSuggestionList
[00:14:32]                   │ debg TestSubjects.find(filterFieldSuggestionList)
[00:14:32]                   │ debg Find.findByCssSelector('[data-test-subj="filterFieldSuggestionList"]') with timeout=10000
[00:14:32]                   │ debg comboBox.setElement, value: bytes
[00:14:32]                   │ debg comboBox.isOptionSelected, value: bytes
[00:14:34]                   │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:14:34]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:14:34]                   │ debg Find.allByCssSelector('.euiFilterSelectItem[title^="bytes"]') with timeout=2500
[00:14:34]                   │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:14:34]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:14:37]                   │ debg --- retry.tryForTime error: [data-test-subj~="comboBoxOptionsList"] is not displayed
[00:14:37]                   │ debg comboBox.set, comboBoxSelector: filterOperatorList
[00:14:37]                   │ debg TestSubjects.find(filterOperatorList)
[00:14:37]                   │ debg Find.findByCssSelector('[data-test-subj="filterOperatorList"]') with timeout=10000
[00:14:37]                   │ debg comboBox.setElement, value: is between
[00:14:37]                   │ debg comboBox.isOptionSelected, value: is between
[00:14:40]                   │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:14:40]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:14:40]                   │ debg Find.allByCssSelector('.euiFilterSelectItem[title^="is between"]') with timeout=2500
[00:14:40]                   │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:14:40]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:14:42]                   │ debg --- retry.tryForTime error: [data-test-subj~="comboBoxOptionsList"] is not displayed
[00:14:43]                   │ debg TestSubjects.find(filterParams)
[00:14:43]                   │ debg Find.findByCssSelector('[data-test-subj="filterParams"]') with timeout=10000
[00:14:53]                   │ debg TestSubjects.click(saveFilter)
[00:14:53]                   │ debg Find.clickByCssSelector('[data-test-subj="saveFilter"]') with timeout=10000
[00:14:53]                   │ debg Find.findByCssSelector('[data-test-subj="saveFilter"]') with timeout=10000
[00:14:53]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:14:53]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:14:53]                   │ debg isGlobalLoadingIndicatorVisible
[00:14:53]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:14:53]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:14:54]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:14:56]                   │ debg --- retry.tryForTime failed again with the same message...
[00:14:56]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:14:56]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:14:56]                   │ debg Waiting up to 20000ms for wait for count to equal 707...
[00:14:56]                   │ debg TestSubjects.getVisibleText(paginated-table-body)
[00:14:56]                   │ debg TestSubjects.find(paginated-table-body)
[00:14:56]                   │ debg Find.findByCssSelector('[data-test-subj="paginated-table-body"]') with timeout=10000
[00:14:56]                   └- ✓ pass  (24.5s) "visualize app  visualize app linked saved searched should allow adding filters while having a linked saved search"
[00:14:56]                 └-> should allow unlinking from a linked search
[00:14:56]                   └-> "before each" hook: global before each
[00:14:56]                   │ debg TestSubjects.click(showUnlinkSavedSearchPopover)
[00:14:56]                   │ debg Find.clickByCssSelector('[data-test-subj="showUnlinkSavedSearchPopover"]') with timeout=10000
[00:14:56]                   │ debg Find.findByCssSelector('[data-test-subj="showUnlinkSavedSearchPopover"]') with timeout=10000
[00:14:56]                   │ debg TestSubjects.click(unlinkSavedSearch)
[00:14:56]                   │ debg Find.clickByCssSelector('[data-test-subj="unlinkSavedSearch"]') with timeout=10000
[00:14:56]                   │ debg Find.findByCssSelector('[data-test-subj="unlinkSavedSearch"]') with timeout=10000
[00:14:56]                   │ debg isGlobalLoadingIndicatorVisible
[00:14:56]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:14:56]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:14:57]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:14:59]                   │ debg --- retry.tryForTime failed again with the same message...
[00:14:59]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:14:59]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:14:59]                   │ debg Waiting up to 20000ms for wait for count to equal 707...
[00:14:59]                   │ debg TestSubjects.getVisibleText(paginated-table-body)
[00:14:59]                   │ debg TestSubjects.find(paginated-table-body)
[00:14:59]                   │ debg Find.findByCssSelector('[data-test-subj="paginated-table-body"]') with timeout=10000
[00:14:59]                   │ debg TestSubjects.exists(filter filter-enabled filter-key-extension.raw filter-value-jpg)
[00:14:59]                   │ debg Find.existsByCssSelector('[data-test-subj="filter filter-enabled filter-key-extension.raw filter-value-jpg"]') with timeout=2500
[00:14:59]                   │ debg TestSubjects.click(~filter & ~filter-key-extension.raw)
[00:14:59]                   │ debg Find.clickByCssSelector('[data-test-subj~="filter"][data-test-subj~="filter-key-extension.raw"]') with timeout=10000
[00:14:59]                   │ debg Find.findByCssSelector('[data-test-subj~="filter"][data-test-subj~="filter-key-extension.raw"]') with timeout=10000
[00:14:59]                   │ debg TestSubjects.click(disableFilter)
[00:14:59]                   │ debg Find.clickByCssSelector('[data-test-subj="disableFilter"]') with timeout=10000
[00:14:59]                   │ debg Find.findByCssSelector('[data-test-subj="disableFilter"]') with timeout=10000
[00:14:59]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:14:59]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:15:00]                   │ debg isGlobalLoadingIndicatorVisible
[00:15:00]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:15:00]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:15:01]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:15:02]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:15:02]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:15:02]                   │ debg Waiting up to 20000ms for wait for count to equal 1,293...
[00:15:02]                   │ debg TestSubjects.getVisibleText(paginated-table-body)
[00:15:02]                   │ debg TestSubjects.find(paginated-table-body)
[00:15:02]                   │ debg Find.findByCssSelector('[data-test-subj="paginated-table-body"]') with timeout=10000
[00:15:02]                   └- ✓ pass  (5.5s) "visualize app  visualize app linked saved searched should allow unlinking from a linked search"
[00:15:02]                 └-> should not break when saving after unlinking
[00:15:02]                   └-> "before each" hook: global before each
[00:15:02]                   │ debg ensureSavePanelOpen
[00:15:02]                   │ debg isGlobalLoadingIndicatorVisible
[00:15:02]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:15:02]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:15:03]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:15:04]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:15:04]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:15:04]                   │ debg TestSubjects.exists(savedObjectSaveModal)
[00:15:04]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=5000
[00:15:06]                   │ debg --- retry.tryForTime error: [data-test-subj="savedObjectSaveModal"] is not displayed
[00:15:09]                   │ debg --- retry.tryForTime failed again with the same message...
[00:15:10]                   │ debg TestSubjects.click(visualizeSaveButton)
[00:15:10]                   │ debg Find.clickByCssSelector('[data-test-subj="visualizeSaveButton"]') with timeout=10000
[00:15:10]                   │ debg Find.findByCssSelector('[data-test-subj="visualizeSaveButton"]') with timeout=10000
[00:15:10]                   │ debg TestSubjects.setValue(savedObjectTitle, Unlinked before saved)
[00:15:10]                   │ debg TestSubjects.click(savedObjectTitle)
[00:15:10]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:15:10]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:15:20]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:15:20]                   │      Wait timed out after 10035ms
[00:15:20]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:15:30]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:15:30]                   │      Wait timed out after 10048ms
[00:15:31]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:15:41]                   │ debg --- retry.try failed again with the same message...
[00:15:41]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:15:51]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:15:51]                   │      Wait timed out after 10018ms
[00:15:52]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:16:02]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:16:02]                   │      Wait timed out after 10054ms
[00:16:03]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:16:13]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:16:13]                   │      Wait timed out after 10023ms
[00:16:13]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:16:23]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:16:23]                   │      Wait timed out after 10060ms
[00:16:24]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:16:34]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:16:34]                   │      Wait timed out after 10022ms
[00:16:34]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:16:44]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:16:44]                   │      Wait timed out after 10037ms
[00:16:45]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:16:55]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:16:55]                   │      Wait timed out after 10059ms
[00:16:55]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:17:05]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:17:05]                   │      Wait timed out after 10055ms
[00:17:06]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:17:16]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:17:16]                   │      Wait timed out after 10023ms
[00:17:16]                   │ debg --- retry.try error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:17:16]                   │      Wait timed out after 10023ms
[00:17:16]                   │          at /dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/webdriver.js:841:17
[00:17:16]                   │          at process._tickCallback (internal/process/next_tick.js:68:7)
[00:17:17]                   │ info Taking screenshot "/dev/shm/workspace/kibana/test/functional/screenshots/failure/visualize app  visualize app linked saved searched should not break when saving after unlinking.png"
[00:17:17]                   │ info Current URL is: http://localhost:61111/app/kibana#/visualize/create?type=table&savedSearchId=2de9ca50-5d98-11ea-bac3-9f2c8ff3484d&_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:%272015-09-19T06:31:44.000Z%27,to:%272015-09-21T10:00:00.000Z%27))&_a=(filters:!((%27$state%27:(store:appState),meta:(alias:!n,disabled:!f,index:%27logstash-*%27,key:bytes,negate:!f,params:(gte:100,lt:3000),type:range),range:(bytes:(gte:100,lt:3000))),(%27$state%27:(store:appState),meta:(alias:!n,disabled:!t,index:%27logstash-*%27,key:extension.raw,negate:!f,params:(query:jpg),type:phrase),query:(match_phrase:(extension.raw:jpg)))),linked:!f,query:(language:kuery,query:%27%27),uiState:(vis:(params:(sort:(columnIndex:!n,direction:!n)))),vis:(aggs:!((enabled:!t,id:%271%27,params:(),schema:metric,type:count)),params:(perPage:10,percentageCol:%27%27,showMetricsAtAllLevels:!f,showPartialRows:!f,showTotal:!f,sort:(columnIndex:!n,direction:!n),totalFunc:sum),title:%27%27,type:table))
[00:17:17]                   │ info Saving page source to: /dev/shm/workspace/kibana/test/functional/failure_debug/html/visualize app  visualize app linked saved searched should not break when saving after unlinking.html
[00:17:17]                   └- ✖ fail: "visualize app  visualize app linked saved searched should not break when saving after unlinking"
[00:17:17]                   │

Stack Trace

Error: retry.try timeout: Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
Wait timed out after 10023ms
    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 (test/common/services/retry/retry_for_success.ts:28:9)
    at retryForSuccess (test/common/services/retry/retry_for_success.ts:68:13)
    at onFailure (test/common/services/retry/retry_for_success.ts:28:9)
    at retryForSuccess (test/common/services/retry/retry_for_success.ts:68:13)

Kibana Pipeline / kibana-oss-agent / Chrome UI Functional Tests.test/functional/apps/dashboard/create_and_add_embeddables·js.dashboard app using current data create and add embeddables add new visualization link adds a new visualization

Link to Jenkins

Standard Out

Failed Tests Reporter:
  - Test has failed 6 times on tracked branches: https://github.com/elastic/kibana/issues/45462

[00:00:00]       │
[00:00:00]         └-: dashboard app
[00:00:00]           └-> "before all" hook
[00:00:00]           └-: using current data
[00:00:00]             └-> "before all" hook
[00:00:00]             └-> "before all" hook: loadCurrentData
[00:00:00]               │ info [dashboard/current/data] Loading "mappings.json"
[00:00:00]               │ info [dashboard/current/data] Loading "data.json.gz"
[00:00:00]               │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [animals-dogs-2018-01-01] creating index, cause [api], templates [], shards [5]/[1], mappings [_doc]
[00:00:00]               │ info [dashboard/current/data] Created index "animals-dogs-2018-01-01"
[00:00:00]               │ debg [dashboard/current/data] "animals-dogs-2018-01-01" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:00]               │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [animals-dogs-2018-04-10] creating index, cause [api], templates [], shards [5]/[1], mappings [_doc]
[00:00:00]               │ info [dashboard/current/data] Created index "animals-dogs-2018-04-10"
[00:00:00]               │ debg [dashboard/current/data] "animals-dogs-2018-04-10" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:00]               │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [animals-cats-2018-01-01] creating index, cause [api], templates [], shards [5]/[1], mappings [_doc]
[00:00:00]               │ info [dashboard/current/data] Created index "animals-cats-2018-01-01"
[00:00:00]               │ debg [dashboard/current/data] "animals-cats-2018-01-01" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:00]               │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [animals-cats-2018-04-10] creating index, cause [api], templates [], shards [5]/[1], mappings [_doc]
[00:00:00]               │ info [dashboard/current/data] Created index "animals-cats-2018-04-10"
[00:00:00]               │ debg [dashboard/current/data] "animals-cats-2018-04-10" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:00]               │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [dogbreeds] creating index, cause [api], templates [], shards [5]/[1], mappings [_doc]
[00:00:01]               │ info [dashboard/current/data] Created index "dogbreeds"
[00:00:01]               │ debg [dashboard/current/data] "dogbreeds" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:01]               │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [logstash-0] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:01]               │ info [dashboard/current/data] Created index "logstash-0"
[00:00:01]               │ debg [dashboard/current/data] "logstash-0" settings {"index":{"analysis":{"analyzer":{"makelogs_url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:10]               │ info progress: 9028
[00:00:13]               │ info [dashboard/current/data] Indexed 6 docs into "animals-dogs-2018-01-01"
[00:00:13]               │ info [dashboard/current/data] Indexed 6 docs into "animals-dogs-2018-04-10"
[00:00:13]               │ info [dashboard/current/data] Indexed 6 docs into "animals-cats-2018-01-01"
[00:00:13]               │ info [dashboard/current/data] Indexed 5 docs into "animals-cats-2018-04-10"
[00:00:13]               │ info [dashboard/current/data] Indexed 6 docs into "dogbreeds"
[00:00:13]               │ info [dashboard/current/data] Indexed 14005 docs into "logstash-0"
[00:00:59]             └-: create and add embeddables
[00:00:59]               └-> "before all" hook
[00:00:59]               └-> "before all" hook
[00:00:59]                 │ info [dashboard/current/kibana] Loading "mappings.json"
[00:00:59]                 │ info [dashboard/current/kibana] Loading "data.json.gz"
[00:00:59]                 │ info [o.e.c.m.MetaDataDeleteIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana_2/IWtwwOZdQLewrOHbT3SQyQ] deleting index
[00:00:59]                 │ info [o.e.c.m.MetaDataDeleteIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana_1/jweHvSfhQeS-Vz1KhAHROg] deleting index
[00:00:59]                 │ info [dashboard/current/kibana] Deleted existing index [".kibana_2",".kibana_1"]
[00:00:59]                 │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:01:00]                 │ info [dashboard/current/kibana] Created index ".kibana"
[00:01:00]                 │ debg [dashboard/current/kibana] ".kibana" settings {"index":{"auto_expand_replicas":"0-1","number_of_replicas":"0","number_of_shards":"1"}}
[00:01:00]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana/alji8iwbSHWvsECwM-6Hsw] update_mapping [_doc]
[00:01:00]                 │ info [dashboard/current/kibana] Indexed 84 docs into ".kibana"
[00:01:00]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana/alji8iwbSHWvsECwM-6Hsw] update_mapping [_doc]
[00:01:00]                 │ debg Migrating saved objects
[00:01:00]                 │ proc [kibana]   log   [21:33:57.156] [info][savedobjects-service] Creating index .kibana_2.
[00:01:00]                 │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana_2] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:01:00]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] updating number_of_replicas to [0] for indices [.kibana_2]
[00:01:00]                 │ proc [kibana]   log   [21:33:57.233] [info][savedobjects-service] Reindexing .kibana to .kibana_1
[00:01:00]                 │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana_1] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:01:00]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] updating number_of_replicas to [0] for indices [.kibana_1]
[00:01:00]                 │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] 1441 finished with response BulkByScrollResponse[took=78.9ms,timed_out=false,sliceId=null,updated=0,created=84,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:01:00]                 │ info [o.e.c.m.MetaDataDeleteIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana/alji8iwbSHWvsECwM-6Hsw] deleting index
[00:01:00]                 │ proc [kibana]   log   [21:33:57.610] [info][savedobjects-service] Migrating .kibana_1 saved objects to .kibana_2
[00:01:00]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana_2/O1vlCq6BTX6D0vXr8S8ijQ] update_mapping [_doc]
[00:01:00]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana_2/O1vlCq6BTX6D0vXr8S8ijQ] update_mapping [_doc]
[00:01:00]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana_2/O1vlCq6BTX6D0vXr8S8ijQ] update_mapping [_doc]
[00:01:00]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana_2/O1vlCq6BTX6D0vXr8S8ijQ] update_mapping [_doc]
[00:01:00]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana_2/O1vlCq6BTX6D0vXr8S8ijQ] update_mapping [_doc]
[00:01:00]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana_2/O1vlCq6BTX6D0vXr8S8ijQ] update_mapping [_doc]
[00:01:00]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana_2/O1vlCq6BTX6D0vXr8S8ijQ] update_mapping [_doc]
[00:01:00]                 │ proc [kibana]   log   [21:33:57.934] [info][savedobjects-service] Pointing alias .kibana to .kibana_2.
[00:01:01]                 │ proc [kibana]   log   [21:33:58.012] [info][savedobjects-service] Finished in 857ms.
[00:01:01]                 │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC"}
[00:01:01]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana_2/O1vlCq6BTX6D0vXr8S8ijQ] update_mapping [_doc]
[00:01:02]                 │ debg replacing kibana config doc: {"defaultIndex":"0bf35f60-3dc9-11e8-8660-4d65aa086b3c"}
[00:01:03]                 │ debg navigating to dashboard url: http://localhost:6121/app/kibana#/dashboards
[00:01:03]                 │ debg Navigate to: http://localhost:6121/app/kibana#/dashboards
[00:01:03]                 │ debg ... sleep(700) start
[00:01:03]                 │ debg browser[INFO] http://localhost:6121/app/kibana?_t=1583271240306#/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:01:03]                 │
[00:01:03]                 │ debg browser[INFO] http://localhost:6121/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:04]                 │ debg ... sleep(700) end
[00:01:04]                 │ debg returned from get, calling refresh
[00:01:04]                 │ debg browser[INFO] http://localhost:6121/app/kibana?_t=1583271240306#/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:01:04]                 │
[00:01:04]                 │ debg browser[INFO] http://localhost:6121/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:04]                 │ debg currentUrl = http://localhost:6121/app/kibana#/dashboards
[00:01:04]                 │          appUrl = http://localhost:6121/app/kibana#/dashboards
[00:01:04]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:01:07]                 │ debg TestSubjects.find(kibanaChrome)
[00:01:07]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=10000
[00:01:07]                 │ debg browser[INFO] http://localhost:6121/bundles/plugin/data/data.plugin.js 62:139970 "INFO: 2020-03-03T21:34:03Z
[00:01:07]                 │        Adding connection to http://localhost:6121/elasticsearch
[00:01:07]                 │
[00:01:07]                 │      "
[00:01:07]                 │ debg ... sleep(501) start
[00:01:07]                 │ debg ... sleep(501) end
[00:01:07]                 │ debg in navigateTo url = http://localhost:6121/app/kibana#/dashboards?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:01:07]                 │ debg --- retry.try error: URL changed, waiting for it to settle
[00:01:08]                 │ debg ... sleep(501) start
[00:01:08]                 │ debg ... sleep(501) end
[00:01:08]                 │ debg in navigateTo url = http://localhost:6121/app/kibana#/dashboards?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:01:08]                 │ debg TestSubjects.exists(statusPageContainer)
[00:01:08]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:01:11]                 │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:01:11]                 │ debg isGlobalLoadingIndicatorVisible
[00:01:11]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:01:11]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:01:11]                 │ debg browser[INFO] http://localhost:6121/app/kibana#/dashboards?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now)) 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:11]                 │
[00:01:11]                 │ debg browser[INFO] http://localhost:6121/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:13]                 │ debg browser[INFO] http://localhost:6121/bundles/plugin/data/data.plugin.js 62:139970 "INFO: 2020-03-03T21:34:09Z
[00:01:13]                 │        Adding connection to http://localhost:6121/elasticsearch
[00:01:13]                 │
[00:01:13]                 │      "
[00:01:13]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:01:13]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:01:13]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:01:14]                 │ debg Load Saved Dashboard few panels
[00:01:14]                 │ debg gotoDashboardLandingPage
[00:01:14]                 │ debg onDashboardLandingPage
[00:01:14]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:01:14]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=5000
[00:01:14]                 │ debg searchForItemWithName: few panels
[00:01:14]                 │ debg Find.allByCssSelector('.euiFieldSearch') with timeout=10000
[00:01:14]                 │ debg isGlobalLoadingIndicatorVisible
[00:01:14]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:01:14]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:01:15]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:01:16]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:01:16]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:01:16]                 │ debg TestSubjects.click(dashboardListingTitleLink-few-panels)
[00:01:16]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardListingTitleLink-few-panels"]') with timeout=10000
[00:01:16]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardListingTitleLink-few-panels"]') with timeout=10000
[00:01:16]                 │ debg isGlobalLoadingIndicatorVisible
[00:01:16]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:01:16]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:01:17]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:01:17]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:01:17]                 │ debg TestSubjects.missingOrFail(dashboardLandingPage)
[00:01:17]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=10000
[00:01:17]               └-: add new visualization link
[00:01:17]                 └-> "before all" hook
[00:01:17]                 └-> adds a new visualization
[00:01:17]                   └-> "before each" hook: global before each
[00:01:17]                   │ debg getPanelCount
[00:01:17]                   │ debg TestSubjects.findAll(embeddablePanel)
[00:01:17]                   │ debg Find.allByCssSelector('[data-test-subj="embeddablePanel"]') with timeout=10000
[00:01:17]                   │ debg Switching to edit mode
[00:01:17]                   │ debg TestSubjects.click(dashboardEditMode)
[00:01:17]                   │ debg Find.clickByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=10000
[00:01:17]                   │ debg Find.findByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=10000
[00:01:18]                   │ debg Waiting up to 20000ms for in edit mode...
[00:01:18]                   │ debg TestSubjects.findAll(embeddablePanel)
[00:01:18]                   │ debg Find.allByCssSelector('[data-test-subj="embeddablePanel"]') with timeout=2500
[00:01:18]                   │ debg TestSubjects.findAll(embeddablePanelToggleMenuIcon)
[00:01:18]                   │ debg Find.allByCssSelector('[data-test-subj="embeddablePanelToggleMenuIcon"]') with timeout=2500
[00:01:18]                   │ debg DashboardAddPanel.ensureAddPanelIsShowing
[00:01:18]                   │ debg DashboardAddPanel.isAddPanelOpen
[00:01:18]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:01:18]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:01:20]                   │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:01:21]                   │ debg DashboardAddPanel.clickOpenAddPanel
[00:01:21]                   │ debg TestSubjects.click(dashboardAddPanelButton)
[00:01:21]                   │ debg Find.clickByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:01:21]                   │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:01:21]                   │ debg ... sleep(500) start
[00:01:21]                   │ debg ... sleep(500) end
[00:01:21]                   │ debg DashboardAddPanel.isAddPanelOpen
[00:01:21]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:01:21]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:01:21]                   │ debg TestSubjects.click(createNew)
[00:01:21]                   │ debg Find.clickByCssSelector('[data-test-subj="createNew"]') with timeout=10000
[00:01:21]                   │ debg Find.findByCssSelector('[data-test-subj="createNew"]') with timeout=10000
[00:01:22]                   │ debg TestSubjects.click(createNew-visualization)
[00:01:22]                   │ debg Find.clickByCssSelector('[data-test-subj="createNew-visualization"]') with timeout=10000
[00:01:22]                   │ debg Find.findByCssSelector('[data-test-subj="createNew-visualization"]') with timeout=10000
[00:01:22]                   │ debg TestSubjects.missingOrFail(createNew-visualization)
[00:01:22]                   │ debg Find.waitForDeletedByCssSelector('[data-test-subj="createNew-visualization"]') with timeout=2500
[00:01:22]                   │ debg TestSubjects.click(visType-area)
[00:01:22]                   │ debg Find.clickByCssSelector('[data-test-subj="visType-area"]') with timeout=10000
[00:01:22]                   │ debg Find.findByCssSelector('[data-test-subj="visType-area"]') with timeout=10000
[00:01:22]                   │ debg isGlobalLoadingIndicatorVisible
[00:01:22]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:01:22]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:01:24]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:01:24]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:01:24]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:01:24]                   │ debg TestSubjects.click(savedObjectTitlelogstash-*)
[00:01:24]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitlelogstash-*"]') with timeout=10000
[00:01:24]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitlelogstash-*"]') with timeout=10000
[00:01:25]                   │ debg isGlobalLoadingIndicatorVisible
[00:01:25]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:01:25]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:01:26]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:01:27]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:01:27]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:01:27]                   │ debg ensureSavePanelOpen
[00:01:27]                   │ debg isGlobalLoadingIndicatorVisible
[00:01:27]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:01:27]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:01:28]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:01:29]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:01:29]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:01:29]                   │ debg TestSubjects.exists(savedObjectSaveModal)
[00:01:29]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=5000
[00:01:31]                   │ debg --- retry.tryForTime error: [data-test-subj="savedObjectSaveModal"] is not displayed
[00:01:34]                   │ debg --- retry.tryForTime failed again with the same message...
[00:01:35]                   │ debg TestSubjects.click(visualizeSaveButton)
[00:01:35]                   │ debg Find.clickByCssSelector('[data-test-subj="visualizeSaveButton"]') with timeout=10000
[00:01:35]                   │ debg Find.findByCssSelector('[data-test-subj="visualizeSaveButton"]') with timeout=10000
[00:01:35]                   │ debg TestSubjects.setValue(savedObjectTitle, visualization from add new link)
[00:01:35]                   │ debg TestSubjects.click(savedObjectTitle)
[00:01:35]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:01:35]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:01:45]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:01:45]                   │      Wait timed out after 10026ms
[00:01:45]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:01:55]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:01:55]                   │      Wait timed out after 10046ms
[00:01:56]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:02:06]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:02:06]                   │      Wait timed out after 10051ms
[00:02:07]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:02:17]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:02:17]                   │      Wait timed out after 10040ms
[00:02:17]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:02:27]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:02:27]                   │      Wait timed out after 10043ms
[00:02:28]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:02:38]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:02:38]                   │      Wait timed out after 10054ms
[00:02:38]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:02:48]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:02:48]                   │      Wait timed out after 10009ms
[00:02:49]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:02:59]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:02:59]                   │      Wait timed out after 10019ms
[00:02:59]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:03:09]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:03:09]                   │      Wait timed out after 10032ms
[00:03:10]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:03:20]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:03:20]                   │      Wait timed out after 10056ms
[00:03:20]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:03:30]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:03:30]                   │      Wait timed out after 10046ms
[00:03:31]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:03:41]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:03:41]                   │      Wait timed out after 10022ms
[00:03:41]                   │ debg --- retry.try error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:03:41]                   │      Wait timed out after 10022ms
[00:03:41]                   │          at /dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/webdriver.js:841:17
[00:03:41]                   │          at process._tickCallback (internal/process/next_tick.js:68:7)
[00:03:42]                   │ info Taking screenshot "/dev/shm/workspace/kibana/test/functional/screenshots/failure/dashboard app using current data create and add embeddables add new visualization link adds a new visualization.png"
[00:03:42]                   │ info Current URL is: http://localhost:6121/app/kibana#/visualize/create?type=area&indexPattern=0bf35f60-3dc9-11e8-8660-4d65aa086b3c&_g=(refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))&_a=(filters:!(),linked:!f,query:(language:kuery,query:%27%27),uiState:(),vis:(aggs:!((enabled:!t,id:%271%27,params:(),schema:metric,type:count)),params:(addLegend:!t,addTimeMarker:!f,addTooltip:!t,categoryAxes:!((id:CategoryAxis-1,labels:(filter:!t,show:!t,truncate:100),position:bottom,scale:(type:linear),show:!t,style:(),title:(),type:category)),grid:(categoryLines:!f),labels:(),legendPosition:right,seriesParams:!((data:(id:%271%27,label:Count),drawLinesBetweenPoints:!t,interpolate:linear,lineWidth:2,mode:stacked,show:!t,showCircles:!t,type:area,valueAxis:ValueAxis-1)),thresholdLine:(color:%23E7664C,show:!f,style:full,value:10,width:1),times:!(),type:area,valueAxes:!((id:ValueAxis-1,labels:(filter:!f,rotate:0,show:!t,truncate:100),name:LeftAxis-1,position:left,scale:(mode:normal,type:linear),show:!t,style:(),title:(text:Count),type:value))),title:%27%27,type:area))
[00:03:42]                   │ info Saving page source to: /dev/shm/workspace/kibana/test/functional/failure_debug/html/dashboard app using current data create and add embeddables add new visualization link adds a new visualization.html
[00:03:42]                   └- ✖ fail: "dashboard app using current data create and add embeddables add new visualization link adds a new visualization"
[00:03:42]                   │

Stack Trace

Error: retry.try timeout: Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
Wait timed out after 10022ms
    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 (test/common/services/retry/retry_for_success.ts:28:9)
    at retryForSuccess (test/common/services/retry/retry_for_success.ts:68:13)
    at onFailure (test/common/services/retry/retry_for_success.ts:28:9)
    at retryForSuccess (test/common/services/retry/retry_for_success.ts:68:13)

Kibana Pipeline / kibana-oss-agent / Chrome UI Functional Tests.test/functional/apps/dashboard/create_and_add_embeddables·js.dashboard app using current data create and add embeddables add new visualization link adds a new visualization

Link to Jenkins

Standard Out

Failed Tests Reporter:
  - Test has failed 6 times on tracked branches: https://github.com/elastic/kibana/issues/45462

[00:00:00]       │
[00:00:00]         └-: dashboard app
[00:00:00]           └-> "before all" hook
[00:00:00]           └-: using current data
[00:00:00]             └-> "before all" hook
[00:00:00]             └-> "before all" hook: loadCurrentData
[00:00:00]               │ info [dashboard/current/data] Loading "mappings.json"
[00:00:00]               │ info [dashboard/current/data] Loading "data.json.gz"
[00:00:00]               │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [animals-dogs-2018-01-01] creating index, cause [api], templates [], shards [5]/[1], mappings [_doc]
[00:00:00]               │ info [dashboard/current/data] Created index "animals-dogs-2018-01-01"
[00:00:00]               │ debg [dashboard/current/data] "animals-dogs-2018-01-01" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:00]               │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [animals-dogs-2018-04-10] creating index, cause [api], templates [], shards [5]/[1], mappings [_doc]
[00:00:00]               │ info [dashboard/current/data] Created index "animals-dogs-2018-04-10"
[00:00:00]               │ debg [dashboard/current/data] "animals-dogs-2018-04-10" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:00]               │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [animals-cats-2018-01-01] creating index, cause [api], templates [], shards [5]/[1], mappings [_doc]
[00:00:00]               │ info [dashboard/current/data] Created index "animals-cats-2018-01-01"
[00:00:00]               │ debg [dashboard/current/data] "animals-cats-2018-01-01" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:00]               │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [animals-cats-2018-04-10] creating index, cause [api], templates [], shards [5]/[1], mappings [_doc]
[00:00:00]               │ info [dashboard/current/data] Created index "animals-cats-2018-04-10"
[00:00:00]               │ debg [dashboard/current/data] "animals-cats-2018-04-10" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:00]               │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [dogbreeds] creating index, cause [api], templates [], shards [5]/[1], mappings [_doc]
[00:00:00]               │ info [dashboard/current/data] Created index "dogbreeds"
[00:00:00]               │ debg [dashboard/current/data] "dogbreeds" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:00]               │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [logstash-0] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:01]               │ info [dashboard/current/data] Created index "logstash-0"
[00:00:01]               │ debg [dashboard/current/data] "logstash-0" settings {"index":{"analysis":{"analyzer":{"makelogs_url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:10]               │ info progress: 10231
[00:00:12]               │ info [dashboard/current/data] Indexed 6 docs into "animals-dogs-2018-01-01"
[00:00:12]               │ info [dashboard/current/data] Indexed 6 docs into "animals-dogs-2018-04-10"
[00:00:12]               │ info [dashboard/current/data] Indexed 6 docs into "animals-cats-2018-01-01"
[00:00:12]               │ info [dashboard/current/data] Indexed 5 docs into "animals-cats-2018-04-10"
[00:00:12]               │ info [dashboard/current/data] Indexed 6 docs into "dogbreeds"
[00:00:12]               │ info [dashboard/current/data] Indexed 14005 docs into "logstash-0"
[00:01:00]             └-: create and add embeddables
[00:01:00]               └-> "before all" hook
[00:01:00]               └-> "before all" hook
[00:01:00]                 │ info [dashboard/current/kibana] Loading "mappings.json"
[00:01:00]                 │ info [dashboard/current/kibana] Loading "data.json.gz"
[00:01:00]                 │ info [o.e.c.m.MetaDataDeleteIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana_2/qC78IkYOTYqcwpnHQGyTjw] deleting index
[00:01:00]                 │ info [o.e.c.m.MetaDataDeleteIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana_1/5FKUOEECSkGwyQXB4xvtxg] deleting index
[00:01:00]                 │ info [dashboard/current/kibana] Deleted existing index [".kibana_2",".kibana_1"]
[00:01:00]                 │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:01:00]                 │ info [dashboard/current/kibana] Created index ".kibana"
[00:01:00]                 │ debg [dashboard/current/kibana] ".kibana" settings {"index":{"auto_expand_replicas":"0-1","number_of_replicas":"0","number_of_shards":"1"}}
[00:01:00]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana/0XOO37btSLSyuWYdLBbfhA] update_mapping [_doc]
[00:01:00]                 │ info [dashboard/current/kibana] Indexed 84 docs into ".kibana"
[00:01:00]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana/0XOO37btSLSyuWYdLBbfhA] update_mapping [_doc]
[00:01:00]                 │ debg Migrating saved objects
[00:01:00]                 │ proc [kibana]   log   [21:28:25.954] [info][savedobjects-service] Creating index .kibana_2.
[00:01:00]                 │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana_2] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:01:00]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] updating number_of_replicas to [0] for indices [.kibana_2]
[00:01:00]                 │ proc [kibana]   log   [21:28:26.008] [info][savedobjects-service] Reindexing .kibana to .kibana_1
[00:01:00]                 │ info [o.e.c.m.MetaDataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana_1] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:01:00]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] updating number_of_replicas to [0] for indices [.kibana_1]
[00:01:00]                 │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] 1460 finished with response BulkByScrollResponse[took=66.6ms,timed_out=false,sliceId=null,updated=0,created=84,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:01:00]                 │ info [o.e.c.m.MetaDataDeleteIndexService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana/0XOO37btSLSyuWYdLBbfhA] deleting index
[00:01:00]                 │ proc [kibana]   log   [21:28:26.356] [info][savedobjects-service] Migrating .kibana_1 saved objects to .kibana_2
[00:01:00]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana_2/vHlMucEzTz2dwue5UIbeDg] update_mapping [_doc]
[00:01:00]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana_2/vHlMucEzTz2dwue5UIbeDg] update_mapping [_doc]
[00:01:00]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana_2/vHlMucEzTz2dwue5UIbeDg] update_mapping [_doc]
[00:01:00]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana_2/vHlMucEzTz2dwue5UIbeDg] update_mapping [_doc]
[00:01:00]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana_2/vHlMucEzTz2dwue5UIbeDg] update_mapping [_doc]
[00:01:00]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana_2/vHlMucEzTz2dwue5UIbeDg] update_mapping [_doc]
[00:01:01]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana_2/vHlMucEzTz2dwue5UIbeDg] update_mapping [_doc]
[00:01:01]                 │ proc [kibana]   log   [21:28:26.695] [info][savedobjects-service] Pointing alias .kibana to .kibana_2.
[00:01:01]                 │ proc [kibana]   log   [21:28:26.757] [info][savedobjects-service] Finished in 805ms.
[00:01:01]                 │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC"}
[00:01:01]                 │ info [o.e.c.m.MetaDataMappingService] [kibana-ci-immutable-debian-tests-xl-1583269820723552260] [.kibana_2/vHlMucEzTz2dwue5UIbeDg] update_mapping [_doc]
[00:01:02]                 │ debg replacing kibana config doc: {"defaultIndex":"0bf35f60-3dc9-11e8-8660-4d65aa086b3c"}
[00:01:03]                 │ debg navigating to dashboard url: http://localhost:6121/app/kibana#/dashboards
[00:01:03]                 │ debg Navigate to: http://localhost:6121/app/kibana#/dashboards
[00:01:03]                 │ debg ... sleep(700) start
[00:01:03]                 │ debg browser[INFO] http://localhost:6121/app/kibana?_t=1583270909057#/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:01:03]                 │
[00:01:03]                 │ debg browser[INFO] http://localhost:6121/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:04]                 │ debg ... sleep(700) end
[00:01:04]                 │ debg returned from get, calling refresh
[00:01:04]                 │ debg browser[INFO] http://localhost:6121/app/kibana?_t=1583270909057#/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:01:04]                 │
[00:01:04]                 │ debg browser[INFO] http://localhost:6121/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:04]                 │ debg currentUrl = http://localhost:6121/app/kibana#/dashboards
[00:01:04]                 │          appUrl = http://localhost:6121/app/kibana#/dashboards
[00:01:04]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:01:07]                 │ debg TestSubjects.find(kibanaChrome)
[00:01:07]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=10000
[00:01:07]                 │ debg browser[INFO] http://localhost:6121/bundles/plugin/data/data.plugin.js 62:139970 "INFO: 2020-03-03T21:28:31Z
[00:01:07]                 │        Adding connection to http://localhost:6121/elasticsearch
[00:01:07]                 │
[00:01:07]                 │      "
[00:01:07]                 │ debg ... sleep(501) start
[00:01:07]                 │ debg ... sleep(501) end
[00:01:07]                 │ debg in navigateTo url = http://localhost:6121/app/kibana#/dashboards?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:01:07]                 │ debg --- retry.try error: URL changed, waiting for it to settle
[00:01:08]                 │ debg ... sleep(501) start
[00:01:08]                 │ debg ... sleep(501) end
[00:01:08]                 │ debg in navigateTo url = http://localhost:6121/app/kibana#/dashboards?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:01:08]                 │ debg TestSubjects.exists(statusPageContainer)
[00:01:08]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:01:11]                 │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:01:11]                 │ debg isGlobalLoadingIndicatorVisible
[00:01:11]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:01:11]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:01:11]                 │ debg browser[INFO] http://localhost:6121/app/kibana#/dashboards?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now)) 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:11]                 │
[00:01:11]                 │ debg browser[INFO] http://localhost:6121/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:01:13]                 │ debg browser[INFO] http://localhost:6121/bundles/plugin/data/data.plugin.js 62:139970 "INFO: 2020-03-03T21:28:39Z
[00:01:13]                 │        Adding connection to http://localhost:6121/elasticsearch
[00:01:13]                 │
[00:01:13]                 │      "
[00:01:13]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:01:14]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:01:14]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:01:14]                 │ debg Load Saved Dashboard few panels
[00:01:14]                 │ debg gotoDashboardLandingPage
[00:01:14]                 │ debg onDashboardLandingPage
[00:01:14]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:01:14]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=5000
[00:01:14]                 │ debg searchForItemWithName: few panels
[00:01:14]                 │ debg Find.allByCssSelector('.euiFieldSearch') with timeout=10000
[00:01:15]                 │ debg isGlobalLoadingIndicatorVisible
[00:01:15]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:01:15]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:01:16]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:01:17]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:01:17]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:01:17]                 │ debg TestSubjects.click(dashboardListingTitleLink-few-panels)
[00:01:17]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardListingTitleLink-few-panels"]') with timeout=10000
[00:01:17]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardListingTitleLink-few-panels"]') with timeout=10000
[00:01:17]                 │ debg isGlobalLoadingIndicatorVisible
[00:01:17]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:01:17]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:01:17]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:01:17]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:01:17]                 │ debg TestSubjects.missingOrFail(dashboardLandingPage)
[00:01:17]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=10000
[00:01:18]               └-: add new visualization link
[00:01:18]                 └-> "before all" hook
[00:01:18]                 └-> adds a new visualization
[00:01:18]                   └-> "before each" hook: global before each
[00:01:18]                   │ debg getPanelCount
[00:01:18]                   │ debg TestSubjects.findAll(embeddablePanel)
[00:01:18]                   │ debg Find.allByCssSelector('[data-test-subj="embeddablePanel"]') with timeout=10000
[00:01:18]                   │ debg Switching to edit mode
[00:01:18]                   │ debg TestSubjects.click(dashboardEditMode)
[00:01:18]                   │ debg Find.clickByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=10000
[00:01:18]                   │ debg Find.findByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=10000
[00:01:18]                   │ debg Waiting up to 20000ms for in edit mode...
[00:01:18]                   │ debg TestSubjects.findAll(embeddablePanel)
[00:01:18]                   │ debg Find.allByCssSelector('[data-test-subj="embeddablePanel"]') with timeout=2500
[00:01:18]                   │ debg TestSubjects.findAll(embeddablePanelToggleMenuIcon)
[00:01:18]                   │ debg Find.allByCssSelector('[data-test-subj="embeddablePanelToggleMenuIcon"]') with timeout=2500
[00:01:18]                   │ debg DashboardAddPanel.ensureAddPanelIsShowing
[00:01:18]                   │ debg DashboardAddPanel.isAddPanelOpen
[00:01:18]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:01:18]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:01:21]                   │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:01:21]                   │ debg DashboardAddPanel.clickOpenAddPanel
[00:01:21]                   │ debg TestSubjects.click(dashboardAddPanelButton)
[00:01:21]                   │ debg Find.clickByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:01:21]                   │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:01:22]                   │ debg ... sleep(500) start
[00:01:22]                   │ debg ... sleep(500) end
[00:01:22]                   │ debg DashboardAddPanel.isAddPanelOpen
[00:01:22]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:01:22]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:01:22]                   │ debg TestSubjects.click(createNew)
[00:01:22]                   │ debg Find.clickByCssSelector('[data-test-subj="createNew"]') with timeout=10000
[00:01:22]                   │ debg Find.findByCssSelector('[data-test-subj="createNew"]') with timeout=10000
[00:01:22]                   │ debg TestSubjects.click(createNew-visualization)
[00:01:22]                   │ debg Find.clickByCssSelector('[data-test-subj="createNew-visualization"]') with timeout=10000
[00:01:22]                   │ debg Find.findByCssSelector('[data-test-subj="createNew-visualization"]') with timeout=10000
[00:01:22]                   │ debg TestSubjects.missingOrFail(createNew-visualization)
[00:01:22]                   │ debg Find.waitForDeletedByCssSelector('[data-test-subj="createNew-visualization"]') with timeout=2500
[00:01:23]                   │ debg TestSubjects.click(visType-area)
[00:01:23]                   │ debg Find.clickByCssSelector('[data-test-subj="visType-area"]') with timeout=10000
[00:01:23]                   │ debg Find.findByCssSelector('[data-test-subj="visType-area"]') with timeout=10000
[00:01:23]                   │ debg isGlobalLoadingIndicatorVisible
[00:01:23]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:01:23]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:01:25]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:01:25]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:01:25]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:01:25]                   │ debg TestSubjects.click(savedObjectTitlelogstash-*)
[00:01:25]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitlelogstash-*"]') with timeout=10000
[00:01:25]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitlelogstash-*"]') with timeout=10000
[00:01:25]                   │ debg isGlobalLoadingIndicatorVisible
[00:01:25]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:01:25]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:01:27]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:01:27]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:01:27]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:01:27]                   │ debg ensureSavePanelOpen
[00:01:27]                   │ debg isGlobalLoadingIndicatorVisible
[00:01:27]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:01:27]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:01:29]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:01:29]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:01:29]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:01:29]                   │ debg TestSubjects.exists(savedObjectSaveModal)
[00:01:29]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=5000
[00:01:32]                   │ debg --- retry.tryForTime error: [data-test-subj="savedObjectSaveModal"] is not displayed
[00:01:35]                   │ debg --- retry.tryForTime failed again with the same message...
[00:01:36]                   │ debg TestSubjects.click(visualizeSaveButton)
[00:01:36]                   │ debg Find.clickByCssSelector('[data-test-subj="visualizeSaveButton"]') with timeout=10000
[00:01:36]                   │ debg Find.findByCssSelector('[data-test-subj="visualizeSaveButton"]') with timeout=10000
[00:01:36]                   │ debg TestSubjects.setValue(savedObjectTitle, visualization from add new link)
[00:01:36]                   │ debg TestSubjects.click(savedObjectTitle)
[00:01:36]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:01:36]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:01:46]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:01:46]                   │      Wait timed out after 10028ms
[00:01:46]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:01:56]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:01:56]                   │      Wait timed out after 10006ms
[00:01:57]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:02:07]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:02:07]                   │      Wait timed out after 10030ms
[00:02:07]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:02:17]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:02:17]                   │      Wait timed out after 10058ms
[00:02:18]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:02:28]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:02:28]                   │      Wait timed out after 10023ms
[00:02:28]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:02:38]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:02:38]                   │      Wait timed out after 10036ms
[00:02:39]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:02:49]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:02:49]                   │      Wait timed out after 10056ms
[00:02:49]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:02:59]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:02:59]                   │      Wait timed out after 10036ms
[00:03:00]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:03:10]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:03:10]                   │      Wait timed out after 10050ms
[00:03:11]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:03:21]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:03:21]                   │      Wait timed out after 10011ms
[00:03:21]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:03:31]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:03:31]                   │      Wait timed out after 10046ms
[00:03:32]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:03:42]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:03:42]                   │      Wait timed out after 10051ms
[00:03:42]                   │ debg --- retry.try error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
[00:03:42]                   │      Wait timed out after 10051ms
[00:03:42]                   │          at /dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/webdriver.js:841:17
[00:03:42]                   │          at process._tickCallback (internal/process/next_tick.js:68:7)
[00:03:43]                   │ info Taking screenshot "/dev/shm/workspace/kibana/test/functional/screenshots/failure/dashboard app using current data create and add embeddables add new visualization link adds a new visualization.png"
[00:03:43]                   │ info Current URL is: http://localhost:6121/app/kibana#/visualize/create?type=area&indexPattern=0bf35f60-3dc9-11e8-8660-4d65aa086b3c&_g=(refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))&_a=(filters:!(),linked:!f,query:(language:kuery,query:%27%27),uiState:(),vis:(aggs:!((enabled:!t,id:%271%27,params:(),schema:metric,type:count)),params:(addLegend:!t,addTimeMarker:!f,addTooltip:!t,categoryAxes:!((id:CategoryAxis-1,labels:(filter:!t,show:!t,truncate:100),position:bottom,scale:(type:linear),show:!t,style:(),title:(),type:category)),grid:(categoryLines:!f),labels:(),legendPosition:right,seriesParams:!((data:(id:%271%27,label:Count),drawLinesBetweenPoints:!t,interpolate:linear,lineWidth:2,mode:stacked,show:!t,showCircles:!t,type:area,valueAxis:ValueAxis-1)),thresholdLine:(color:%23E7664C,show:!f,style:full,value:10,width:1),times:!(),type:area,valueAxes:!((id:ValueAxis-1,labels:(filter:!f,rotate:0,show:!t,truncate:100),name:LeftAxis-1,position:left,scale:(mode:normal,type:linear),show:!t,style:(),title:(text:Count),type:value))),title:%27%27,type:area))
[00:03:43]                   │ info Saving page source to: /dev/shm/workspace/kibana/test/functional/failure_debug/html/dashboard app using current data create and add embeddables add new visualization link adds a new visualization.html
[00:03:43]                   └- ✖ fail: "dashboard app using current data create and add embeddables add new visualization link adds a new visualization"
[00:03:43]                   │

Stack Trace

Error: retry.try timeout: Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="savedObjectTitle"])
Wait timed out after 10051ms
    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 (test/common/services/retry/retry_for_success.ts:28:9)
    at retryForSuccess (test/common/services/retry/retry_for_success.ts:68:13)
    at onFailure (test/common/services/retry/retry_for_success.ts:28:9)
    at retryForSuccess (test/common/services/retry/retry_for_success.ts:68:13)

and 6 more failures, only showing the first 3.

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

@ThomThomson ThomThomson closed this Mar 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Vis Editor Visualization editor issues release_note:fix Team:Visualizations Visualization editors, elastic-charts and infrastructure v7.7.0 v8.0.0
Projects
None yet
5 participants