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

[Maps] Add super-fine option to grid/cluster layers #76526

Closed
wants to merge 58 commits into from

Conversation

thomasneirynck
Copy link
Contributor

@thomasneirynck thomasneirynck commented Sep 2, 2020

THIS HAS MOVED TO #78201


Summary

Adds super-fine option to grids/clusters and heatmaps layers. This uses vector-tiles as the back-end data format.

image

Addition of the super-fine option

image

The super-fine option currently returns tiles with a resolution of 128x128 = ((2^7)^2) . This is well under the limit of 256x256 of Elasticsearch.

Making this much finer though will start to create sparsity-artefacts when zooming in on data. This probably needs some experimentation.

Adds a new backend route mvt/getGridTile

This produces the tile. It either returns a tile with cluster-bubbles or with rectangular cells, depending on the ESGeoGridSourceDescriptor.requestType-configuration.

Moved ES-response decoding utils to common for reuse on server-backend.

Enabled for grid and cluster layer

(not heatmap just yet)

ESGeoGridSource now implements ITiledSingleLayerVectorSource

Styling limitation on countable-metrics

Countable metrics cannot be auto-styled using a backend meta-call for ES extented-stats This runs into a similar limitation as for 3rd party vector tiles, where colors can only be configured with custom-ranges (iso. default color-ramps) and that size cannot be styled by-value (cf. #62867).


Checklist

Delete any items that are not applicable to this PR.

For maintainers

Todo

  • test coverage
  • top-terms styling not working (edge-case in how the use of supportsAutoDomain is overloaded)
  • linting
  • type checking

@thomasneirynck thomasneirynck marked this pull request as ready for review September 8, 2020 14:14
@thomasneirynck thomasneirynck requested a review from a team as a code owner September 8, 2020 14:14
@thomasneirynck thomasneirynck added the [Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation label Sep 8, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-gis (Team:Geo)

@thomasneirynck
Copy link
Contributor Author

reviewers - this is a first draft, but ready for first look. Biggest outstanding issues is test coverage, and a few known bugs that I'll keep track of in the description

@kmartastic
Copy link
Contributor

@thomasneirynck

  1. Is this option "super-fine" only possible because of the vector tile work?
  2. Agree with @nickpeihl that the flash of unstyled tiles is not delightful. :)

@thomasneirynck
Copy link
Contributor Author

thomasneirynck commented Sep 18, 2020

@kmartastic

  1. Is this option "super-fine" only possible because of the vector tile work?

yes. Without it, our data responses would be getting too large, causing the ES-request to error-out With .mvt the tiles get cached client-side, and are only requested once too, so Maps is making overall fewer request when panning/zooming.

  1. Agree with @nickpeihl that the flash of unstyled tiles is not delightful. :)

Agreed as well. This is an issue independent of this PR. It occurs in a few edge-cases for regular JSON-data too. It occurs due to some limitations in mapbox-gl on how data and styles need to be registered, combined with the overall flow how Maps refreshes data and styles. I'd prefer to address this separately, as it affects more than the "super fine" option. I will create an issue for this.

@kmartastic
Copy link
Contributor

Separate issue sounds good.
Do we ever log issues directly with Mapbox? @thomasneirynck

@thomasneirynck thomasneirynck requested a review from a team September 22, 2020 13:49
@thomasneirynck thomasneirynck requested a review from a team as a code owner September 22, 2020 13:49
@thomasneirynck
Copy link
Contributor Author

Closing due to merge errors. Replacing with #78201

@kibanamachine
Copy link
Contributor

kibanamachine commented Sep 22, 2020

💔 Build Failed

Failed CI Steps


Test Failures

Chrome UI Functional Tests.test/functional/apps/visualize/_tile_map·js.visualize app tile map visualize app incomplete config "before all" hook for "should be able to zoom in twice"

Link to Jenkins

Standard Out

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

[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-ubuntu-16-tests-xxl-1600813886786791134] [logstash-2015.09.22] creating index, cause [api], templates [], shards [1]/[0]
[00:00:00]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.22][0]]])." previous.health="YELLOW" 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-ubuntu-16-tests-xxl-1600813886786791134] [logstash-2015.09.20] creating index, cause [api], templates [], shards [1]/[0]
[00:00:00]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.20][0]]])." previous.health="YELLOW" 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-ubuntu-16-tests-xxl-1600813886786791134] [logstash-2015.09.21] creating index, cause [api], templates [], shards [1]/[0]
[00:00:00]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.21][0]]])." previous.health="YELLOW" 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: 10828
[00:00:12]             │ info [logstash_functional] Indexed 4633 docs into "logstash-2015.09.22"
[00:00:12]             │ info [logstash_functional] Indexed 4757 docs into "logstash-2015.09.20"
[00:00:12]             │ info [logstash_functional] Indexed 4614 docs into "logstash-2015.09.21"
[00:00:12]             │ info [long_window_logstash] Loading "mappings.json"
[00:00:12]             │ info [long_window_logstash] Loading "data.json.gz"
[00:00:12]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [long-window-logstash-0] creating index, cause [api], templates [], shards [1]/[0]
[00:00:12]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[long-window-logstash-0][0]]])." previous.health="YELLOW" reason="shards started [[long-window-logstash-0][0]]"
[00:00:12]             │ info [long_window_logstash] Created index "long-window-logstash-0"
[00:00:12]             │ 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:22]             │ info progress: 11439
[00:00:24]             │ info [long_window_logstash] Indexed 14005 docs into "long-window-logstash-0"
[00:00:25]             │ info [visualize] Loading "mappings.json"
[00:00:25]             │ info [visualize] Loading "data.json"
[00:00:25]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.kibana_1/Jxt_1r2DQk-dEbRfI9Zk2g] deleting index
[00:00:25]             │ info [visualize] Deleted existing index [".kibana_1"]
[00:00:25]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.kibana] creating index, cause [api], templates [], shards [1]/[1]
[00:00:25]             │ info [visualize] Created index ".kibana"
[00:00:25]             │ debg [visualize] ".kibana" settings {"index":{"number_of_replicas":"1","number_of_shards":"1"}}
[00:00:25]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.kibana/UBb5wEbzRfOM8qNGAWcUTQ] update_mapping [_doc]
[00:00:25]             │ info [visualize] Indexed 12 docs into ".kibana"
[00:00:25]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.kibana/UBb5wEbzRfOM8qNGAWcUTQ] update_mapping [_doc]
[00:00:25]             │ debg Migrating saved objects
[00:00:25]             │ proc [kibana]   log   [23:12:45.376] [info][savedobjects-service] Creating index .kibana_2.
[00:00:25]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.kibana_2] creating index, cause [api], templates [], shards [1]/[1]
[00:00:25]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] updating number_of_replicas to [0] for indices [.kibana_2]
[00:00:25]             │ proc [kibana]   log   [23:12:45.460] [info][savedobjects-service] Reindexing .kibana to .kibana_1
[00:00:25]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.kibana_1] creating index, cause [api], templates [], shards [1]/[1]
[00:00:25]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] updating number_of_replicas to [0] for indices [.kibana_1]
[00:00:25]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.tasks] creating index, cause [auto(task api)], templates [], shards [1]/[1]
[00:00:25]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] updating number_of_replicas to [0] for indices [.tasks]
[00:00:25]             │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] 1532 finished with response BulkByScrollResponse[took=78.4ms,timed_out=false,sliceId=null,updated=0,created=12,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:00:26]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.kibana/UBb5wEbzRfOM8qNGAWcUTQ] deleting index
[00:00:26]             │ proc [kibana]   log   [23:12:45.855] [info][savedobjects-service] Migrating .kibana_1 saved objects to .kibana_2
[00:00:26]             │ proc [kibana]   log   [23:12:45.883] [error][savedobjects-service] Error: Unable to migrate the corrupt Saved Object document index-pattern:test_index*. To prevent Kibana from performing a migration on every restart, please delete or fix this document by ensuring that the namespace and type in the document's id matches the values in the namespace and type fields.
[00:00:26]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.kibana_2/bMUEMIrqRYOOHm_DqA8Xcg] update_mapping [_doc]
[00:00:26]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.kibana_2/bMUEMIrqRYOOHm_DqA8Xcg] update_mapping [_doc]
[00:00:26]             │ proc [kibana]   log   [23:12:46.004] [info][savedobjects-service] Pointing alias .kibana to .kibana_2.
[00:00:26]             │ proc [kibana]   log   [23:12:46.049] [info][savedobjects-service] Finished in 676ms.
[00:00:26]             │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC"}
[00:00:26]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.kibana_2/bMUEMIrqRYOOHm_DqA8Xcg] update_mapping [_doc]
[00:00:27]             │ debg replacing kibana config doc: {"defaultIndex":"logstash-*","format:bytes:defaultPattern":"0,0.[000]b"}
[00:00:28]           └-: 
[00:00:28]             └-> "before all" hook
[00:18:10]             └-: tile map visualize app
[00:18:10]               └-> "before all" hook
[00:18:10]               └-: incomplete config
[00:18:10]                 └-> "before all" hook
[00:18:10]                 └-> "before all" hook
[00:18:10]                   │ debg navigateToApp visualize
[00:18:10]                   │ debg navigating to visualize url: http://localhost:61171/app/visualize#/
[00:18:10]                   │ debg navigate to: http://localhost:61171/app/visualize#/
[00:18:10]                   │ debg browser[INFO] http://localhost:61171/app/visualize?_t=1600817430499#/ 341 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:18:10]                   │
[00:18:10]                   │ debg browser[INFO] http://localhost:61171/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:18:10]                   │ debg ... sleep(700) start
[00:18:11]                   │ debg ... sleep(700) end
[00:18:11]                   │ debg returned from get, calling refresh
[00:18:12]                   │ERROR browser[SEVERE] http://localhost:61171/36548/bundles/core/core.entry.js 97:126601 TypeError: Failed to fetch
[00:18:12]                   │          at Fetch._callee3$ (http://localhost:61171/36548/bundles/core/core.entry.js:34:106778)
[00:18:12]                   │          at l (http://localhost:61171/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:368:186849)
[00:18:12]                   │          at Generator._invoke (http://localhost:61171/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:368:186602)
[00:18:12]                   │          at Generator.forEach.e.<computed> [as throw] (http://localhost:61171/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:368:187206)
[00:18:12]                   │          at fetch_asyncGeneratorStep (http://localhost:61171/36548/bundles/core/core.entry.js:34:100871)
[00:18:12]                   │          at _throw (http://localhost:61171/36548/bundles/core/core.entry.js:34:101279)
[00:18:12]                   │ debg browser[INFO] http://localhost:61171/app/visualize?_t=1600817430499#/ 341 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:18:12]                   │
[00:18:12]                   │ debg browser[INFO] http://localhost:61171/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:18:12]                   │ debg currentUrl = http://localhost:61171/app/visualize#/
[00:18:12]                   │          appUrl = http://localhost:61171/app/visualize#/
[00:18:12]                   │ debg TestSubjects.find(kibanaChrome)
[00:18:12]                   │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:18:13]                   │ debg ... sleep(501) start
[00:18:13]                   │ debg ... sleep(501) end
[00:18:13]                   │ debg in navigateTo url = http://localhost:61171/app/visualize#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:18:13]                   │ debg --- retry.try error: URL changed, waiting for it to settle
[00:18:14]                   │ debg ... sleep(501) start
[00:18:14]                   │ debg ... sleep(501) end
[00:18:14]                   │ debg in navigateTo url = http://localhost:61171/app/visualize#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:18:14]                   │ debg TestSubjects.exists(statusPageContainer)
[00:18:14]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:18:17]                   │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:18:18]                   │ debg TestSubjects.exists(newItemButton)
[00:18:18]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:18:18]                   │ debg TestSubjects.click(newItemButton)
[00:18:18]                   │ debg Find.clickByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:18:18]                   │ debg Find.findByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:18:18]                   │ debg TestSubjects.find(visNewDialogTypes)
[00:18:18]                   │ debg Find.findByCssSelector('[data-test-subj="visNewDialogTypes"]') with timeout=10000
[00:18:18]                   │ debg clickTileMap
[00:18:18]                   │ debg TestSubjects.click(visType-tile_map)
[00:18:18]                   │ debg Find.clickByCssSelector('[data-test-subj="visType-tile_map"]') with timeout=10000
[00:18:18]                   │ debg Find.findByCssSelector('[data-test-subj="visType-tile_map"]') with timeout=10000
[00:18:18]                   │ debg isGlobalLoadingIndicatorVisible
[00:18:18]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:18:18]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:18:18]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:18:20]                   │ debg --- retry.tryForTime failed again with the same message...
[00:18:21]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:18:21]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:18:21]                   │ debg TestSubjects.click(savedObjectTitlelogstash-*)
[00:18:21]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitlelogstash-*"]') with timeout=10000
[00:18:21]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitlelogstash-*"]') with timeout=10000
[00:18:21]                   │ debg isGlobalLoadingIndicatorVisible
[00:18:21]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:18:21]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:18:21]                   │ debg browser[INFO] http://localhost:61171/app/visualize#/create?type=tile_map&indexPattern=logstash-* 341 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:18:21]                   │
[00:18:21]                   │ debg browser[INFO] http://localhost:61171/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:18:22]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:18:22]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:18:22]                   │ debg Setting absolute range to Sep 19, 2015 @ 06:31:44.000 to Sep 23, 2015 @ 18:31:44.000
[00:18:22]                   │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:18:22]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:18:25]                   │ERROR browser[SEVERE] http://localhost:61171/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 421:77071 Error: No generator found with id MAPS_APP_TILE_MAP_URL_GENERATOR
[00:18:25]                   │          at Object.getUrlGenerator (http://localhost:61171/36548/bundles/plugin/share/share.plugin.js:1:29478)
[00:18:25]                   │          at BaseVisType.getDeprecationMessage (http://localhost:61171/36548/bundles/plugin/tileMap/tileMap.plugin.js:15:61018)
[00:18:25]                   │          at VisualizeEditorCommon (http://localhost:61171/36548/bundles/plugin/visualize/visualize.chunk.2.js:1:86133)
[00:18:25]                   │          at ua (http://localhost:61171/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:422:59332)
[00:18:25]                   │          at Va (http://localhost:61171/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:422:67554)
[00:18:25]                   │          at Ms (http://localhost:61171/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:422:105587)
[00:18:25]                   │          at ml (http://localhost:61171/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:422:90018)
[00:18:25]                   │          at hl (http://localhost:61171/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:422:89943)
[00:18:25]                   │          at ol (http://localhost:61171/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:422:87291)
[00:18:25]                   │          at http://localhost:61171/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:422:45733
[00:18:25]                   │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerToggleQuickMenuButton"] is not displayed
[00:18:28]                   │ debg --- retry.tryForTime failed again with the same message...
[00:18:31]                   │ debg --- retry.tryForTime failed again with the same message...
[00:18:34]                   │ debg --- retry.tryForTime failed again with the same message...
[00:18:37]                   │ debg --- retry.tryForTime failed again with the same message...
[00:18:40]                   │ debg --- retry.tryForTime failed again with the same message...
[00:18:43]                   │ debg --- retry.tryForTime failed again with the same message...
[00:18:44]                   │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:18:44]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:18:46]                   │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerShowDatesButton"] is not displayed
[00:18:47]                   │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:18:47]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:18:49]                   │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerstartDatePopoverButton"] is not displayed
[00:18:50]                   │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:18:50]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:18:50]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:19:00]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="superDatePickerendDatePopoverButton"])
[00:19:00]                   │      Wait timed out after 10012ms
[00:19:00]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:19:10]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="superDatePickerendDatePopoverButton"])
[00:19:10]                   │      Wait timed out after 10013ms
[00:19:11]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:19:21]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="superDatePickerendDatePopoverButton"])
[00:19:21]                   │      Wait timed out after 10006ms
[00:19:21]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:19:31]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="superDatePickerendDatePopoverButton"])
[00:19:31]                   │      Wait timed out after 10047ms
[00:19:32]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:19:42]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="superDatePickerendDatePopoverButton"])
[00:19:42]                   │      Wait timed out after 10035ms
[00:19:42]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:19:52]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="superDatePickerendDatePopoverButton"])
[00:19:52]                   │      Wait timed out after 10018ms
[00:19:53]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:20:03]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="superDatePickerendDatePopoverButton"])
[00:20:03]                   │      Wait timed out after 10006ms
[00:20:03]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:20:13]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="superDatePickerendDatePopoverButton"])
[00:20:13]                   │      Wait timed out after 10029ms
[00:20:14]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:20:24]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="superDatePickerendDatePopoverButton"])
[00:20:24]                   │      Wait timed out after 10033ms
[00:20:24]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:20:34]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="superDatePickerendDatePopoverButton"])
[00:20:34]                   │      Wait timed out after 10044ms
[00:20:35]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:20:45]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="superDatePickerendDatePopoverButton"])
[00:20:45]                   │      Wait timed out after 10047ms
[00:20:46]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:20:56]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="superDatePickerendDatePopoverButton"])
[00:20:56]                   │      Wait timed out after 10009ms
[00:20:56]                   │ info Taking screenshot "/dev/shm/workspace/parallel/17/kibana/test/functional/screenshots/failure/visualize app  tile map visualize app incomplete config _before all_ hook.png"
[00:20:56]                   │ info Current URL is: http://localhost:61171/app/visualize#/
[00:20:56]                   │ info Saving page source to: /dev/shm/workspace/parallel/17/kibana/test/functional/failure_debug/html/visualize app  tile map visualize app incomplete config _before all_ hook.html
[00:20:56]                   └- ✖ fail: visualize app  tile map visualize app incomplete config "before all" hook for "should be able to zoom in twice"
[00:20:56]                   │      Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="superDatePickerendDatePopoverButton"])
[00:20:56]                   │ Wait timed out after 10009ms
[00:20:56]                   │     at /dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
[00:20:56]                   │     at process._tickCallback (internal/process/next_tick.js:68:7)
[00:20:56]                   │       at onFailure (test/common/services/retry/retry_for_success.ts:28:9)
[00:20:56]                   │       at retryForSuccess (test/common/services/retry/retry_for_success.ts:68:13)
[00:20:56]                   │ 
[00:20:56]                   │ 

Stack Trace

Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="superDatePickerendDatePopoverButton"])
Wait timed out after 10009ms
    at /dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842: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)

Chrome UI Functional Tests.test/functional/apps/visualize/_tile_map·js.visualize app tile map visualize app incomplete config "before all" hook for "should be able to zoom in twice"

Link to Jenkins

Standard Out

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

[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-ubuntu-16-tests-xxl-1600813886786791134] [logstash-2015.09.22] creating index, cause [api], templates [], shards [1]/[0]
[00:00:00]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.22][0]]])." previous.health="YELLOW" 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-ubuntu-16-tests-xxl-1600813886786791134] [logstash-2015.09.20] creating index, cause [api], templates [], shards [1]/[0]
[00:00:00]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.20][0]]])." previous.health="YELLOW" 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-ubuntu-16-tests-xxl-1600813886786791134] [logstash-2015.09.21] creating index, cause [api], templates [], shards [1]/[0]
[00:00:00]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.21][0]]])." previous.health="YELLOW" 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: 3608
[00:00:20]             │ info progress: 12328
[00:00:21]             │ info [logstash_functional] Indexed 4633 docs into "logstash-2015.09.22"
[00:00:21]             │ info [logstash_functional] Indexed 4757 docs into "logstash-2015.09.20"
[00:00:21]             │ info [logstash_functional] Indexed 4614 docs into "logstash-2015.09.21"
[00:00:22]             │ info [long_window_logstash] Loading "mappings.json"
[00:00:22]             │ info [long_window_logstash] Loading "data.json.gz"
[00:00:22]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [long-window-logstash-0] creating index, cause [api], templates [], shards [1]/[0]
[00:00:22]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[long-window-logstash-0][0]]])." previous.health="YELLOW" reason="shards started [[long-window-logstash-0][0]]"
[00:00:22]             │ info [long_window_logstash] Created index "long-window-logstash-0"
[00:00:22]             │ 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:32]             │ info progress: 9031
[00:00:36]             │ info [long_window_logstash] Indexed 14005 docs into "long-window-logstash-0"
[00:00:37]             │ info [visualize] Loading "mappings.json"
[00:00:37]             │ info [visualize] Loading "data.json"
[00:00:37]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.kibana_1/GDPwucxPSiO6WhgXDIlZ-Q] deleting index
[00:00:37]             │ info [visualize] Deleted existing index [".kibana_1"]
[00:00:37]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.kibana] creating index, cause [api], templates [], shards [1]/[1]
[00:00:37]             │ info [visualize] Created index ".kibana"
[00:00:37]             │ debg [visualize] ".kibana" settings {"index":{"number_of_replicas":"1","number_of_shards":"1"}}
[00:00:37]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.kibana/6A5in1E5SsyuMPmUBoOCXg] update_mapping [_doc]
[00:00:37]             │ info [visualize] Indexed 12 docs into ".kibana"
[00:00:37]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.kibana/6A5in1E5SsyuMPmUBoOCXg] update_mapping [_doc]
[00:00:37]             │ debg Migrating saved objects
[00:00:37]             │ proc [kibana]   log   [22:50:29.707] [info][savedobjects-service] Creating index .kibana_2.
[00:00:37]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.kibana_2] creating index, cause [api], templates [], shards [1]/[1]
[00:00:37]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] updating number_of_replicas to [0] for indices [.kibana_2]
[00:00:37]             │ proc [kibana]   log   [22:50:29.790] [info][savedobjects-service] Reindexing .kibana to .kibana_1
[00:00:37]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.kibana_1] creating index, cause [api], templates [], shards [1]/[1]
[00:00:37]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] updating number_of_replicas to [0] for indices [.kibana_1]
[00:00:37]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.tasks] creating index, cause [auto(task api)], templates [], shards [1]/[1]
[00:00:37]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] updating number_of_replicas to [0] for indices [.tasks]
[00:00:37]             │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] 1543 finished with response BulkByScrollResponse[took=74.9ms,timed_out=false,sliceId=null,updated=0,created=12,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:00:38]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.kibana/6A5in1E5SsyuMPmUBoOCXg] deleting index
[00:00:38]             │ proc [kibana]   log   [22:50:30.210] [info][savedobjects-service] Migrating .kibana_1 saved objects to .kibana_2
[00:00:38]             │ proc [kibana]   log   [22:50:30.240] [error][savedobjects-service] Error: Unable to migrate the corrupt Saved Object document index-pattern:test_index*. To prevent Kibana from performing a migration on every restart, please delete or fix this document by ensuring that the namespace and type in the document's id matches the values in the namespace and type fields.
[00:00:38]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.kibana_2/5DBsN2NMQVKexkknXBZbcA] update_mapping [_doc]
[00:00:38]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.kibana_2/5DBsN2NMQVKexkknXBZbcA] update_mapping [_doc]
[00:00:38]             │ proc [kibana]   log   [22:50:30.349] [info][savedobjects-service] Pointing alias .kibana to .kibana_2.
[00:00:38]             │ proc [kibana]   log   [22:50:30.390] [info][savedobjects-service] Finished in 686ms.
[00:00:38]             │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC"}
[00:00:38]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.kibana_2/5DBsN2NMQVKexkknXBZbcA] update_mapping [_doc]
[00:00:39]             │ debg replacing kibana config doc: {"defaultIndex":"logstash-*","format:bytes:defaultPattern":"0,0.[000]b"}
[00:00:40]           └-: 
[00:00:40]             └-> "before all" hook
[00:18:30]             └-: tile map visualize app
[00:18:30]               └-> "before all" hook
[00:18:30]               └-: incomplete config
[00:18:30]                 └-> "before all" hook
[00:18:30]                 └-> "before all" hook
[00:18:30]                   │ debg navigateToApp visualize
[00:18:30]                   │ debg navigating to visualize url: http://localhost:61171/app/visualize#/
[00:18:30]                   │ debg navigate to: http://localhost:61171/app/visualize#/
[00:18:30]                   │ debg browser[INFO] http://localhost:61171/app/visualize?_t=1600816102943#/ 341 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:18:30]                   │
[00:18:30]                   │ debg browser[INFO] http://localhost:61171/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:18:30]                   │ debg ... sleep(700) start
[00:18:31]                   │ debg ... sleep(700) end
[00:18:31]                   │ debg returned from get, calling refresh
[00:18:32]                   │ERROR browser[SEVERE] http://localhost:61171/36548/bundles/core/core.entry.js 97:271132 TypeError: Failed to fetch
[00:18:32]                   │          at Fetch._callee3$ (http://localhost:61171/36548/bundles/core/core.entry.js:34:106778)
[00:18:32]                   │          at l (http://localhost:61171/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:368:186849)
[00:18:32]                   │          at Generator._invoke (http://localhost:61171/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:368:186602)
[00:18:32]                   │          at Generator.forEach.e.<computed> [as throw] (http://localhost:61171/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:368:187206)
[00:18:32]                   │          at fetch_asyncGeneratorStep (http://localhost:61171/36548/bundles/core/core.entry.js:34:100871)
[00:18:32]                   │          at _throw (http://localhost:61171/36548/bundles/core/core.entry.js:34:101279)
[00:18:32]                   │ debg browser[INFO] http://localhost:61171/app/visualize?_t=1600816102943#/ 341 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:18:32]                   │
[00:18:32]                   │ debg browser[INFO] http://localhost:61171/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:18:32]                   │ debg currentUrl = http://localhost:61171/app/visualize#/
[00:18:32]                   │          appUrl = http://localhost:61171/app/visualize#/
[00:18:32]                   │ debg TestSubjects.find(kibanaChrome)
[00:18:32]                   │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:18:33]                   │ debg ... sleep(501) start
[00:18:33]                   │ debg ... sleep(501) end
[00:18:33]                   │ debg in navigateTo url = http://localhost:61171/app/visualize#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:18:33]                   │ debg --- retry.try error: URL changed, waiting for it to settle
[00:18:34]                   │ debg ... sleep(501) start
[00:18:34]                   │ debg ... sleep(501) end
[00:18:34]                   │ debg in navigateTo url = http://localhost:61171/app/visualize#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:18:34]                   │ debg TestSubjects.exists(statusPageContainer)
[00:18:34]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:18:37]                   │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:18:37]                   │ debg TestSubjects.exists(newItemButton)
[00:18:37]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:18:37]                   │ debg TestSubjects.click(newItemButton)
[00:18:37]                   │ debg Find.clickByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:18:37]                   │ debg Find.findByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:18:38]                   │ debg TestSubjects.find(visNewDialogTypes)
[00:18:38]                   │ debg Find.findByCssSelector('[data-test-subj="visNewDialogTypes"]') with timeout=10000
[00:18:38]                   │ debg clickTileMap
[00:18:38]                   │ debg TestSubjects.click(visType-tile_map)
[00:18:38]                   │ debg Find.clickByCssSelector('[data-test-subj="visType-tile_map"]') with timeout=10000
[00:18:38]                   │ debg Find.findByCssSelector('[data-test-subj="visType-tile_map"]') with timeout=10000
[00:18:38]                   │ debg isGlobalLoadingIndicatorVisible
[00:18:38]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:18:38]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:18:39]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:18:40]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:18:40]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:18:40]                   │ debg TestSubjects.click(savedObjectTitlelogstash-*)
[00:18:40]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitlelogstash-*"]') with timeout=10000
[00:18:40]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitlelogstash-*"]') with timeout=10000
[00:18:40]                   │ debg isGlobalLoadingIndicatorVisible
[00:18:40]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:18:40]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:18:40]                   │ debg browser[INFO] http://localhost:61171/app/visualize#/create?type=tile_map&indexPattern=logstash-* 341 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:18:40]                   │
[00:18:40]                   │ debg browser[INFO] http://localhost:61171/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:18:41]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:18:41]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:18:41]                   │ debg Setting absolute range to Sep 19, 2015 @ 06:31:44.000 to Sep 23, 2015 @ 18:31:44.000
[00:18:41]                   │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:18:41]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:18:44]                   │ERROR browser[SEVERE] http://localhost:61171/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 421:77071 Error: No generator found with id MAPS_APP_TILE_MAP_URL_GENERATOR
[00:18:44]                   │          at Object.getUrlGenerator (http://localhost:61171/36548/bundles/plugin/share/share.plugin.js:1:29478)
[00:18:44]                   │          at BaseVisType.getDeprecationMessage (http://localhost:61171/36548/bundles/plugin/tileMap/tileMap.plugin.js:15:61018)
[00:18:44]                   │          at VisualizeEditorCommon (http://localhost:61171/36548/bundles/plugin/visualize/visualize.chunk.2.js:1:86133)
[00:18:44]                   │          at ua (http://localhost:61171/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:422:59332)
[00:18:44]                   │          at Va (http://localhost:61171/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:422:67554)
[00:18:44]                   │          at Ms (http://localhost:61171/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:422:105587)
[00:18:44]                   │          at ml (http://localhost:61171/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:422:90018)
[00:18:44]                   │          at hl (http://localhost:61171/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:422:89943)
[00:18:44]                   │          at ol (http://localhost:61171/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:422:87291)
[00:18:44]                   │          at http://localhost:61171/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:422:45733
[00:18:44]                   │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerToggleQuickMenuButton"] is not displayed
[00:18:47]                   │ debg --- retry.tryForTime failed again with the same message...
[00:18:50]                   │ debg --- retry.tryForTime failed again with the same message...
[00:18:53]                   │ debg --- retry.tryForTime failed again with the same message...
[00:18:56]                   │ debg --- retry.tryForTime failed again with the same message...
[00:18:59]                   │ debg --- retry.tryForTime failed again with the same message...
[00:19:02]                   │ debg --- retry.tryForTime failed again with the same message...
[00:19:02]                   │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:19:02]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:19:05]                   │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerShowDatesButton"] is not displayed
[00:19:05]                   │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:19:05]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:19:08]                   │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerstartDatePopoverButton"] is not displayed
[00:19:09]                   │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:19:09]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:19:09]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:19:19]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="superDatePickerendDatePopoverButton"])
[00:19:19]                   │      Wait timed out after 10029ms
[00:19:19]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:19:29]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="superDatePickerendDatePopoverButton"])
[00:19:29]                   │      Wait timed out after 10027ms
[00:19:30]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:19:40]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="superDatePickerendDatePopoverButton"])
[00:19:40]                   │      Wait timed out after 10031ms
[00:19:40]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:19:50]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="superDatePickerendDatePopoverButton"])
[00:19:50]                   │      Wait timed out after 10040ms
[00:19:51]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:20:01]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="superDatePickerendDatePopoverButton"])
[00:20:01]                   │      Wait timed out after 10018ms
[00:20:01]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:20:11]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="superDatePickerendDatePopoverButton"])
[00:20:11]                   │      Wait timed out after 10036ms
[00:20:12]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:20:22]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="superDatePickerendDatePopoverButton"])
[00:20:22]                   │      Wait timed out after 10051ms
[00:20:22]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:20:32]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="superDatePickerendDatePopoverButton"])
[00:20:32]                   │      Wait timed out after 10034ms
[00:20:33]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:20:43]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="superDatePickerendDatePopoverButton"])
[00:20:43]                   │      Wait timed out after 10046ms
[00:20:43]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:20:53]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="superDatePickerendDatePopoverButton"])
[00:20:53]                   │      Wait timed out after 10043ms
[00:20:54]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:21:04]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="superDatePickerendDatePopoverButton"])
[00:21:04]                   │      Wait timed out after 10022ms
[00:21:04]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:21:14]                   │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="superDatePickerendDatePopoverButton"])
[00:21:14]                   │      Wait timed out after 10033ms
[00:21:15]                   │ info Taking screenshot "/dev/shm/workspace/parallel/17/kibana/test/functional/screenshots/failure/visualize app  tile map visualize app incomplete config _before all_ hook.png"
[00:21:15]                   │ info Current URL is: http://localhost:61171/app/visualize#/
[00:21:15]                   │ info Saving page source to: /dev/shm/workspace/parallel/17/kibana/test/functional/failure_debug/html/visualize app  tile map visualize app incomplete config _before all_ hook.html
[00:21:15]                   └- ✖ fail: visualize app  tile map visualize app incomplete config "before all" hook for "should be able to zoom in twice"
[00:21:15]                   │      Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="superDatePickerendDatePopoverButton"])
[00:21:15]                   │ Wait timed out after 10033ms
[00:21:15]                   │     at /dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
[00:21:15]                   │     at process._tickCallback (internal/process/next_tick.js:68:7)
[00:21:15]                   │       at onFailure (test/common/services/retry/retry_for_success.ts:28:9)
[00:21:15]                   │       at retryForSuccess (test/common/services/retry/retry_for_success.ts:68:13)
[00:21:15]                   │ 
[00:21:15]                   │ 

Stack Trace

Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="superDatePickerendDatePopoverButton"])
Wait timed out after 10033ms
    at /dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842: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)

Chrome UI Functional Tests.test/functional/apps/dashboard/dashboard_state·js.dashboard app using legacy data dashboard state Tile map with no changes will update with visualization changes

Link to Jenkins

Standard Out

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

[00:00:00]       │
[00:00:00]         └-: dashboard app
[00:00:00]           └-> "before all" hook
[00:00:00]           └-: using legacy data
[00:00:00]             └-> "before all" hook
[00:00:00]             └-> "before all" hook: loadLogstash
[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-ubuntu-16-tests-xxl-1600813886786791134] [logstash-2015.09.22] creating index, cause [api], templates [], shards [1]/[0]
[00:00:00]               │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.22][0]]])." previous.health="YELLOW" 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-ubuntu-16-tests-xxl-1600813886786791134] [logstash-2015.09.20] creating index, cause [api], templates [], shards [1]/[0]
[00:00:00]               │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.20][0]]])." previous.health="YELLOW" 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-ubuntu-16-tests-xxl-1600813886786791134] [logstash-2015.09.21] creating index, cause [api], templates [], shards [1]/[0]
[00:00:00]               │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.21][0]]])." previous.health="YELLOW" 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: 6914
[00:00:18]               │ info [logstash_functional] Indexed 4633 docs into "logstash-2015.09.22"
[00:00:18]               │ info [logstash_functional] Indexed 4757 docs into "logstash-2015.09.20"
[00:00:18]               │ info [logstash_functional] Indexed 4614 docs into "logstash-2015.09.21"
[00:14:06]             └-: dashboard state
[00:14:06]               └-> "before all" hook
[00:14:06]               └-> "before all" hook
[00:14:06]                 │ debg load kibana index with visualizations and log data
[00:14:06]                 │ info [dashboard/legacy] Loading "mappings.json"
[00:14:06]                 │ info [dashboard/legacy] Loading "data.json.gz"
[00:14:06]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.kibana_1/IKGn02E4Sqa7Rx6sXlkncA] deleting index
[00:14:06]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.kibana_2/-cSRZgkjT2q32S_xo0yAhg] deleting index
[00:14:06]                 │ info [dashboard/legacy] Deleted existing index [".kibana_2",".kibana_1"]
[00:14:06]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.kibana] creating index, cause [api], templates [], shards [1]/[1]
[00:14:06]                 │ info [dashboard/legacy] Created index ".kibana"
[00:14:06]                 │ debg [dashboard/legacy] ".kibana" settings {"index":{"number_of_replicas":"1","number_of_shards":"1"}}
[00:14:06]                 │ info [dashboard/legacy] Indexed 9 docs into ".kibana"
[00:14:06]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.kibana/8v0ZJsFPTLmbllYFpamLUQ] update_mapping [_doc]
[00:14:06]                 │ debg Migrating saved objects
[00:14:06]                 │ proc [kibana]   log   [23:03:39.834] [info][savedobjects-service] Creating index .kibana_2.
[00:14:06]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.kibana_2] creating index, cause [api], templates [], shards [1]/[1]
[00:14:06]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] updating number_of_replicas to [0] for indices [.kibana_2]
[00:14:06]                 │ proc [kibana]   log   [23:03:39.885] [info][savedobjects-service] Reindexing .kibana to .kibana_1
[00:14:06]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.kibana_1] creating index, cause [api], templates [], shards [1]/[1]
[00:14:06]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] updating number_of_replicas to [0] for indices [.kibana_1]
[00:14:06]                 │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] 5386 finished with response BulkByScrollResponse[took=18.5ms,timed_out=false,sliceId=null,updated=0,created=9,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:14:07]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.kibana/8v0ZJsFPTLmbllYFpamLUQ] deleting index
[00:14:07]                 │ proc [kibana]   log   [23:03:40.213] [info][savedobjects-service] Migrating .kibana_1 saved objects to .kibana_2
[00:14:07]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.kibana_2/ixEI0vTfRCK3ZUuY356b2w] update_mapping [_doc]
[00:14:07]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.kibana_2/ixEI0vTfRCK3ZUuY356b2w] update_mapping [_doc]
[00:14:07]                 │ proc [kibana]   log   [23:03:40.295] [info][savedobjects-service] Pointing alias .kibana to .kibana_2.
[00:14:07]                 │ proc [kibana]   log   [23:03:40.321] [info][savedobjects-service] Finished in 489ms.
[00:14:07]                 │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC"}
[00:14:07]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.kibana_2/ixEI0vTfRCK3ZUuY356b2w] update_mapping [_doc]
[00:14:08]                 │ debg replacing kibana config doc: {"defaultIndex":"logstash-*"}
[00:14:09]                 │ debg navigating to dashboard url: http://localhost:61191/app/dashboards#/list
[00:14:09]                 │ debg navigate to: http://localhost:61191/app/dashboards#/list
[00:14:09]                 │ debg browser[INFO] http://localhost:61191/app/dashboards?_t=1600815822892#/list 341 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:09]                 │
[00:14:09]                 │ debg browser[INFO] http://localhost:61191/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:14:09]                 │ debg ... sleep(700) start
[00:14:10]                 │ debg ... sleep(700) end
[00:14:10]                 │ debg returned from get, calling refresh
[00:14:11]                 │ERROR browser[SEVERE] http://localhost:61191/36548/bundles/core/core.entry.js 97:271132 TypeError: Failed to fetch
[00:14:11]                 │          at Fetch._callee3$ (http://localhost:61191/36548/bundles/core/core.entry.js:34:106778)
[00:14:11]                 │          at l (http://localhost:61191/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:368:186849)
[00:14:11]                 │          at Generator._invoke (http://localhost:61191/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:368:186602)
[00:14:11]                 │          at Generator.forEach.e.<computed> [as throw] (http://localhost:61191/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:368:187206)
[00:14:11]                 │          at fetch_asyncGeneratorStep (http://localhost:61191/36548/bundles/core/core.entry.js:34:100871)
[00:14:11]                 │          at _throw (http://localhost:61191/36548/bundles/core/core.entry.js:34:101279)
[00:14:11]                 │ debg browser[INFO] http://localhost:61191/app/dashboards?_t=1600815822892#/list 341 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:11]                 │
[00:14:11]                 │ debg browser[INFO] http://localhost:61191/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:14:11]                 │ debg currentUrl = http://localhost:61191/app/dashboards#/list
[00:14:11]                 │          appUrl = http://localhost:61191/app/dashboards#/list
[00:14:11]                 │ debg TestSubjects.find(kibanaChrome)
[00:14:11]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:14:12]                 │ debg ... sleep(501) start
[00:14:12]                 │ debg ... sleep(501) end
[00:14:12]                 │ debg in navigateTo url = http://localhost:61191/app/dashboards#/list?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:14:12]                 │ debg TestSubjects.exists(statusPageContainer)
[00:14:12]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:14:15]                 │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:14:15]                 │ debg isGlobalLoadingIndicatorVisible
[00:14:15]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:14:15]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:14:15]                 │ debg browser[INFO] http://localhost:61191/app/dashboards#/list?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now)) 341 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:15]                 │
[00:14:15]                 │ debg browser[INFO] http://localhost:61191/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:14:17]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:14:17]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:14:17]               └-> Overriding colors on an area chart is preserved
[00:14:17]                 └-> "before each" hook: global before each
[00:14:17]                 │ debg gotoDashboardLandingPage
[00:14:17]                 │ debg onDashboardLandingPage
[00:14:17]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:14:17]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=5000
[00:14:17]                 │ debg TestSubjects.exists(newItemButton)
[00:14:17]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:14:19]                 │ debg --- retry.tryForTime error: [data-test-subj="newItemButton"] is not displayed
[00:14:22]                 │ debg --- retry.tryForTime failed again with the same message...
[00:14:25]                 │ debg --- retry.tryForTime failed again with the same message...
[00:14:28]                 │ debg --- retry.tryForTime failed again with the same message...
[00:14:29]                 │ debg TestSubjects.click(createDashboardPromptButton)
[00:14:29]                 │ debg Find.clickByCssSelector('[data-test-subj="createDashboardPromptButton"]') with timeout=10000
[00:14:29]                 │ debg Find.findByCssSelector('[data-test-subj="createDashboardPromptButton"]') with timeout=10000
[00:14:29]                 │ debg waitForRenderComplete
[00:14:29]                 │ debg in getSharedItemsCount
[00:14:29]                 │ debg Find.findByCssSelector('[data-shared-items-count]') with timeout=10000
[00:14:29]                 │ debg Renderable.waitForRender for 0 elements
[00:14:29]                 │ debg Find.allByCssSelector('[data-render-complete="true"]') with timeout=10000
[00:14:39]                 │ debg Find.allByCssSelector('[data-loading]') with timeout=1000
[00:14:40]                 │ debg Setting absolute range to Sep 19, 2015 @ 06:31:44.000 to Sep 23, 2015 @ 18:31:44.000
[00:14:40]                 │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:14:40]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:14:40]                 │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:14:40]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:14:40]                 │ debg TestSubjects.click(superDatePickerShowDatesButton)
[00:14:40]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:14:40]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:14:40]                 │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:14:40]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:14:40]                 │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:14:40]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:14:40]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:14:41]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:14:41]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:14:41]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:14:41]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:14:41]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:14:41]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:14:41]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:14:41]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 23, 2015 @ 18:31:44.000)
[00:14:41]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:14:41]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:14:41]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:14:41]                 │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:14:41]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:14:41]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:14:41]                 │ debg Find.waitForElementStale with timeout=10000
[00:14:42]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:14:42]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:14:42]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:14:42]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:14:42]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:14:42]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:14:42]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:14:42]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 19, 2015 @ 06:31:44.000)
[00:14:42]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:14:42]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:14:42]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:14:42]                 │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:14:42]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:14:45]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:14:45]                 │ debg TestSubjects.click(querySubmitButton)
[00:14:45]                 │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:14:45]                 │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:14:46]                 │ debg Find.waitForElementStale with timeout=10000
[00:14:46]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:14:46]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:14:46]                 │ debg DashboardAddPanel.addEmbeddable, name: Visualization漢字 AreaChart, type: visualization
[00:14:46]                 │ debg DashboardAddPanel.ensureAddPanelIsShowing
[00:14:46]                 │ debg DashboardAddPanel.isAddPanelOpen
[00:14:46]                 │ debg TestSubjects.exists(dashboardAddPanel)
[00:14:46]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:14:48]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:14:49]                 │ debg DashboardAddPanel.clickOpenAddPanel
[00:14:49]                 │ debg TestSubjects.click(dashboardAddPanelButton)
[00:14:49]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:14:49]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:14:49]                 │ debg ... sleep(500) start
[00:14:50]                 │ debg ... sleep(500) end
[00:14:50]                 │ debg DashboardAddPanel.isAddPanelOpen
[00:14:50]                 │ debg TestSubjects.exists(dashboardAddPanel)
[00:14:50]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:14:50]                 │ debg DashboardAddPanel.addToFilter(visualization)
[00:14:50]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:14:50]                 │ debg DashboardAddPanel.toggleFilter
[00:14:50]                 │ debg TestSubjects.click(savedObjectFinderFilterButton)
[00:14:50]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:14:50]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:14:50]                 │ debg TestSubjects.click(savedObjectFinderFilter-visualization)
[00:14:50]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilter-visualization"]') with timeout=10000
[00:14:50]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilter-visualization"]') with timeout=10000
[00:14:50]                 │ debg DashboardAddPanel.toggleFilter
[00:14:50]                 │ debg TestSubjects.click(savedObjectFinderFilterButton)
[00:14:50]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:14:50]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:14:50]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:14:51]                 │ debg TestSubjects.setValue(savedObjectFinderSearchInput, "Visualization漢字 AreaChart")
[00:14:51]                 │ debg TestSubjects.click(savedObjectFinderSearchInput)
[00:14:51]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:14:51]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:14:51]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:14:52]                 │ debg TestSubjects.click(savedObjectTitleVisualization漢字-AreaChart)
[00:14:52]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitleVisualization漢字-AreaChart"]') with timeout=10000
[00:14:52]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitleVisualization漢字-AreaChart"]') with timeout=10000
[00:14:52]                 │ debg TestSubjects.exists(addObjectToDashboardSuccess)
[00:14:52]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="addObjectToDashboardSuccess"]') with timeout=2500
[00:14:55]                 │ debg --- retry.tryForTime error: [data-test-subj="addObjectToDashboardSuccess"] is not displayed
[00:14:55]                 │ debg TestSubjects.exists(dashboardAddPanel)
[00:14:55]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:14:55]                 │ debg Closing flyout dashboardAddPanel
[00:14:55]                 │ debg TestSubjects.find(dashboardAddPanel)
[00:14:55]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=10000
[00:14:55]                 │ debg Waiting up to 20000ms for flyout closed...
[00:14:55]                 │ debg TestSubjects.exists(dashboardAddPanel)
[00:14:55]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:14:56]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:14:57]                 │ debg TestSubjects.click(dashboardSaveMenuItem)
[00:14:57]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardSaveMenuItem"]') with timeout=10000
[00:14:57]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardSaveMenuItem"]') with timeout=10000
[00:14:57]                 │ debg TestSubjects.find(savedObjectSaveModal)
[00:14:57]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=10000
[00:14:57]                 │ debg entering new title
[00:14:57]                 │ debg TestSubjects.setValue(savedObjectTitle, Overridden colors)
[00:14:57]                 │ debg TestSubjects.click(savedObjectTitle)
[00:14:57]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:14:57]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:14:57]                 │ debg DashboardPage.clickSave
[00:14:57]                 │ debg TestSubjects.click(confirmSaveSavedObjectButton)
[00:14:57]                 │ debg Find.clickByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:14:57]                 │ debg Find.findByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:14:57]                 │ debg Find.waitForElementStale with timeout=10000
[00:14:57]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.kibana_2/ixEI0vTfRCK3ZUuY356b2w] update_mapping [_doc]
[00:14:57]                 │ debg TestSubjects.exists(saveDashboardSuccess)
[00:14:57]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="saveDashboardSuccess"]') with timeout=120000
[00:14:57]                 │ debg Find.findByCssSelector('.euiToast') with timeout=20000
[00:14:58]                 │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:14:58]                 │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:14:58]                 │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:14:58]                 │ debg isGlobalLoadingIndicatorVisible
[00:14:58]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:14:58]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:14:59]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:15:00]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:15:00]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:15:00]                 │ debg Waiting for save modal to close
[00:15:00]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:15:00]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=2500
[00:15:02]                 │ debg --- retry.tryForTime error: [data-test-subj="savedObjectSaveModal"] is not displayed
[00:15:03]                 │ debg Switching to edit mode
[00:15:03]                 │ debg TestSubjects.click(dashboardEditMode)
[00:15:03]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=10000
[00:15:03]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=10000
[00:15:03]                 │ debg Waiting up to 20000ms for in edit mode...
[00:15:03]                 │ debg TestSubjects.findAll(embeddablePanel)
[00:15:03]                 │ debg Find.allByCssSelector('[data-test-subj="embeddablePanel"]') with timeout=2500
[00:15:03]                 │ debg TestSubjects.findAll(embeddablePanelToggleMenuIcon)
[00:15:03]                 │ debg Find.allByCssSelector('[data-test-subj="embeddablePanelToggleMenuIcon"]') with timeout=2500
[00:15:03]                 │ debg Waiting up to 20000ms for rendering count to stabilize...
[00:15:03]                 │ debg TestSubjects.find(visualizationLoader)
[00:15:03]                 │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:15:03]                 │ debg -- firstCount=1
[00:15:03]                 │ debg ... sleep(2000) start
[00:15:05]                 │ debg ... sleep(2000) end
[00:15:05]                 │ debg TestSubjects.find(visualizationLoader)
[00:15:05]                 │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:15:05]                 │ debg -- secondCount=1
[00:15:05]                 │ debg TestSubjects.click(legend-Count)
[00:15:05]                 │ debg Find.clickByCssSelector('[data-test-subj="legend-Count"]') with timeout=10000
[00:15:05]                 │ debg Find.findByCssSelector('[data-test-subj="legend-Count"]') with timeout=10000
[00:15:05]                 │ debg Waiting up to 20000ms for rendering count to stabilize...
[00:15:05]                 │ debg TestSubjects.find(visualizationLoader)
[00:15:05]                 │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:15:05]                 │ debg -- firstCount=1
[00:15:05]                 │ debg ... sleep(2000) start
[00:15:07]                 │ debg ... sleep(2000) end
[00:15:07]                 │ debg TestSubjects.find(visualizationLoader)
[00:15:07]                 │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:15:07]                 │ debg -- secondCount=1
[00:15:07]                 │ debg TestSubjects.exists(legendSelectColor-#EF843C)
[00:15:07]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="legendSelectColor-#EF843C"]') with timeout=2500
[00:15:07]                 │ debg TestSubjects.click(legendSelectColor-#EA6460)
[00:15:07]                 │ debg Find.clickByCssSelector('[data-test-subj="legendSelectColor-#EA6460"]') with timeout=10000
[00:15:07]                 │ debg Find.findByCssSelector('[data-test-subj="legendSelectColor-#EA6460"]') with timeout=10000
[00:15:08]                 │ debg TestSubjects.click(dashboardSaveMenuItem)
[00:15:08]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardSaveMenuItem"]') with timeout=10000
[00:15:08]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardSaveMenuItem"]') with timeout=10000
[00:15:08]                 │ debg TestSubjects.find(savedObjectSaveModal)
[00:15:08]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=10000
[00:15:08]                 │ debg entering new title
[00:15:08]                 │ debg TestSubjects.setValue(savedObjectTitle, Overridden colors)
[00:15:08]                 │ debg TestSubjects.click(savedObjectTitle)
[00:15:08]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:15:08]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:15:08]                 │ debg DashboardPage.clickSave
[00:15:08]                 │ debg TestSubjects.click(confirmSaveSavedObjectButton)
[00:15:08]                 │ debg Find.clickByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:15:08]                 │ debg Find.findByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:15:08]                 │ debg Find.waitForElementStale with timeout=10000
[00:15:08]                 │ debg TestSubjects.exists(saveDashboardSuccess)
[00:15:08]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="saveDashboardSuccess"]') with timeout=120000
[00:15:08]                 │ debg Find.findByCssSelector('.euiToast') with timeout=20000
[00:15:09]                 │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:15:09]                 │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:15:09]                 │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:15:09]                 │ debg isGlobalLoadingIndicatorVisible
[00:15:09]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:15:09]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:15:10]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:15:11]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:15:11]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:15:11]                 │ debg Waiting for save modal to close
[00:15:11]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:15:11]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=2500
[00:15:13]                 │ debg --- retry.tryForTime error: [data-test-subj="savedObjectSaveModal"] is not displayed
[00:15:14]                 │ debg gotoDashboardLandingPage
[00:15:14]                 │ debg onDashboardLandingPage
[00:15:14]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:15:14]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=5000
[00:15:16]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardLandingPage"] is not displayed
[00:15:20]                 │ debg --- retry.tryForTime failed again with the same message...
[00:15:20]                 │ debg clickDashboardBreadcrumbLink
[00:15:20]                 │ debg Find.clickByCssSelector('a[href="#/list"]') with timeout=10000
[00:15:20]                 │ debg Find.findByCssSelector('a[href="#/list"]') with timeout=10000
[00:15:20]                 │ debg expectExistsDashboardLandingPage
[00:15:20]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:15:20]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=120000
[00:15:20]                 │ debg Load Saved Dashboard Overridden colors
[00:15:20]                 │ debg gotoDashboardLandingPage
[00:15:20]                 │ debg onDashboardLandingPage
[00:15:20]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:15:20]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=5000
[00:15:20]                 │ debg searchForItemWithName: Overridden colors
[00:15:20]                 │ debg Find.allByCssSelector('main .euiFieldSearch') with timeout=10000
[00:15:21]                 │ debg isGlobalLoadingIndicatorVisible
[00:15:21]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:15:21]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:15:21]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:15:23]                 │ debg --- retry.tryForTime failed again with the same message...
[00:15:24]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:15:24]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:15:24]                 │ debg TestSubjects.click(dashboardListingTitleLink-Overridden-colors)
[00:15:24]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardListingTitleLink-Overridden-colors"]') with timeout=10000
[00:15:24]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardListingTitleLink-Overridden-colors"]') with timeout=10000
[00:15:24]                 │ debg isGlobalLoadingIndicatorVisible
[00:15:24]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:15:24]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:15:24]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:15:24]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:15:24]                 │ debg TestSubjects.missingOrFail(dashboardLandingPage)
[00:15:24]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=10000
[00:15:25]                 │ debg TestSubjects.exists(legendSelectedColor-#EA6460)
[00:15:25]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="legendSelectedColor-#EA6460"]') with timeout=2500
[00:15:25]                 └- ✓ pass  (1.0m) "dashboard app using legacy data dashboard state Overriding colors on an area chart is preserved"
[00:15:25]               └-> Saved search with no changes will update when the saved object changes
[00:15:25]                 └-> "before each" hook: global before each
[00:15:25]                 │ debg gotoDashboardLandingPage
[00:15:25]                 │ debg onDashboardLandingPage
[00:15:25]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:15:25]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=5000
[00:15:27]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardLandingPage"] is not displayed
[00:15:30]                 │ debg --- retry.tryForTime failed again with the same message...
[00:15:31]                 │ debg clickDashboardBreadcrumbLink
[00:15:31]                 │ debg Find.clickByCssSelector('a[href="#/list"]') with timeout=10000
[00:15:31]                 │ debg Find.findByCssSelector('a[href="#/list"]') with timeout=10000
[00:15:31]                 │ debg expectExistsDashboardLandingPage
[00:15:31]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:15:31]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=120000
[00:15:31]                 │ debg click "Discover" app link
[00:15:31]                 │ debg TestSubjects.exists(collapsibleNav)
[00:15:31]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="collapsibleNav"]') with timeout=2500
[00:15:34]                 │ debg --- retry.tryForTime error: [data-test-subj="collapsibleNav"] is not displayed
[00:15:34]                 │ debg TestSubjects.click(toggleNavButton)
[00:15:34]                 │ debg Find.clickByCssSelector('[data-test-subj="toggleNavButton"]') with timeout=10000
[00:15:34]                 │ debg Find.findByCssSelector('[data-test-subj="toggleNavButton"]') with timeout=10000
[00:15:34]                 │ debg TestSubjects.find(collapsibleNavGroup-kibana)
[00:15:34]                 │ debg Find.findByCssSelector('[data-test-subj="collapsibleNavGroup-kibana"]') with timeout=10000
[00:15:34]                 │ debg Find.existsByCssSelector('[data-test-subj=collapsibleNav] > button') with timeout=2500
[00:15:37]                 │ debg TestSubjects.exists(top-nav)
[00:15:37]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:15:37]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:15:37]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:15:37]                 │ debg Setting absolute range to Sep 19, 2015 @ 06:31:44.000 to Sep 23, 2015 @ 18:31:44.000
[00:15:37]                 │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:15:37]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:15:37]                 │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:15:37]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:15:40]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerShowDatesButton"] is not displayed
[00:15:40]                 │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:15:40]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:15:40]                 │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:15:40]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:15:40]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:15:41]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:15:41]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:15:41]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:15:41]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:15:41]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:15:41]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:15:41]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:15:41]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 23, 2015 @ 18:31:44.000)
[00:15:41]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:15:41]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:15:41]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:15:41]                 │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:15:41]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:15:41]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:15:42]                 │ debg Find.waitForElementStale with timeout=10000
[00:15:42]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:15:42]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:15:42]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:15:42]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:15:42]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:15:42]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:15:42]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:15:42]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 19, 2015 @ 06:31:44.000)
[00:15:42]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:15:42]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:15:42]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:15:42]                 │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:15:42]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:15:45]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:15:45]                 │ debg TestSubjects.click(querySubmitButton)
[00:15:45]                 │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:15:45]                 │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:15:46]                 │ debg Find.waitForElementStale with timeout=10000
[00:15:47]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:15:47]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:15:48]                 │ debg TestSubjects.moveMouseTo(field-bytes)
[00:15:48]                 │ debg TestSubjects.find(field-bytes)
[00:15:48]                 │ debg Find.findByCssSelector('[data-test-subj="field-bytes"]') with timeout=10000
[00:15:48]                 │ debg TestSubjects.click(fieldToggle-bytes)
[00:15:48]                 │ debg Find.clickByCssSelector('[data-test-subj="fieldToggle-bytes"]') with timeout=10000
[00:15:48]                 │ debg Find.findByCssSelector('[data-test-subj="fieldToggle-bytes"]') with timeout=10000
[00:15:49]                 │ debg TestSubjects.click(discoverSaveButton)
[00:15:49]                 │ debg Find.clickByCssSelector('[data-test-subj="discoverSaveButton"]') with timeout=10000
[00:15:49]                 │ debg Find.findByCssSelector('[data-test-subj="discoverSaveButton"]') with timeout=10000
[00:15:49]                 │ debg Waiting up to 20000ms for saved search title is set to my search and save button is clickable...
[00:15:49]                 │ debg TestSubjects.find(confirmSaveSavedObjectButton)
[00:15:49]                 │ debg Find.findByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:15:49]                 │ debg TestSubjects.setValue(savedObjectTitle, my search)
[00:15:49]                 │ debg TestSubjects.click(savedObjectTitle)
[00:15:49]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:15:49]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:15:49]                 │ debg TestSubjects.click(confirmSaveSavedObjectButton)
[00:15:49]                 │ debg Find.clickByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:15:49]                 │ debg Find.findByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:15:49]                 │ debg isGlobalLoadingIndicatorVisible
[00:15:49]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:15:49]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:15:49]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:15:49]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:15:49]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-16-tests-xxl-1600813886786791134] [.kibana_2/ixEI0vTfRCK3ZUuY356b2w] update_mapping [_doc]
[00:15:50]                 │ debg Waiting up to 20000ms for saved search was persisted with name my search...
[00:15:50]                 │ debg TestSubjects.getVisibleText(headerGlobalNav > breadcrumbs > ~breadcrumb & ~last)
[00:15:50]                 │ debg TestSubjects.find(headerGlobalNav > breadcrumbs > ~breadcrumb & ~last)
[00:15:50]                 │ debg Find.findByCssSelector('[data-test-subj="headerGlobalNav"] [data-test-subj="breadcrumbs"] [data-test-subj~="breadcrumb"][data-test-subj~="last"]') with timeout=10000
[00:15:50]                 │ debg TestSubjects.getVisibleText(headerGlobalNav > breadcrumbs > ~breadcrumb & ~last)
[00:15:50]                 │ debg TestSubjects.find(headerGlobalNav > breadcrumbs > ~breadcrumb & ~last)
[00:15:50]                 │ debg Find.findByCssSelector('[data-test-subj="headerGlobalNav"] [data-test-subj="breadcrumbs"] [data-test-subj~="breadcrumb"][data-test-subj~="last"]') with timeout=10000
[00:15:51]                 │ debg isGlobalLoadingIndicatorVisible
[00:15:51]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:15:51]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:15:53]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:15:53]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:15:53]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:15:53]                 │ debg click "Dashboard" app link
[00:15:53]                 │ debg TestSubjects.exists(collapsibleNav)
[00:15:53]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="collapsibleNav"]') with timeout=2500
[00:15:56]                 │ debg --- retry.tryForTime error: [data-test-subj="collapsibleNav"] is not displayed
[00:15:56]                 │ debg TestSubjects.click(toggleNavButton)
[00:15:56]                 │ debg Find.clickByCssSelector('[data-test-subj="toggleNavButton"]') with timeout=10000
[00:15:56]                 │ debg Find.findByCssSelector('[data-test-subj="toggleNavButton"]') with timeout=10000
[00:15:57]                 │ debg TestSubjects.find(collapsibleNavGroup-kibana)
[00:15:57]                 │ debg Find.findByCssSelector('[data-test-subj="collapsibleNavGroup-kibana"]') with timeout=10000
[00:15:57]                 │ debg Find.existsByCssSelector('[data-test-subj=collapsibleNav] > button') with timeout=2500
[00:15:59]                 │ debg Waiting up to 20000ms for dashboard app to be loaded...
[00:15:59]                 │ debg TestSubjects.exists(top-nav)
[00:15:59]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:15:59]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:15:59]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=2500
[00:15:59]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:15:59]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:15:59]                 │ debg TestSubjects.exists(newItemButton)
[00:15:59]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:16:00]                 │ debg TestSubjects.click(newItemButton)
[00:16:00]                 │ debg Find.clickByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:16:00]                 │ debg Find.findByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:16:00]                 │ debg waitForRenderComplete
[00:16:00]                 │ debg in getSharedItemsCount
[00:16:00]                 │ debg Find.findByCssSelector('[data-shared-items-count]') with timeout=10000
[00:16:00]                 │ debg Renderable.waitForRender for 0 elements
[00:16:00]                 │ debg Find.allByCssSelector('[data-render-complete="true"]') with timeout=10000
[00:16:10]                 │ debg Find.allByCssSelector('[data-loading]') with timeout=1000
[00:16:11]                 │ debg DashboardAddPanel.addEmbeddable, name: my search, type: search
[00:16:11]                 │ debg DashboardAddPanel.ensureAddPanelIsShowing
[00:16:11]                 │ debg DashboardAddPanel.isAddPanelOpen
[00:16:11]                 │ debg TestSubjects.exists(dashboardAddPanel)
[00:16:11]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:16:13]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:16:14]                 │ debg DashboardAddPanel.clickOpenAddPanel
[00:16:14]                 │ debg TestSubjects.click(dashboardAddPanelButton)
[00:16:14]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:16:14]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:16:14]                 │ debg ... sleep(500) start
[00:16:15]                 │ debg ... sleep(500) end
[00:16:15]                 │ debg DashboardAddPanel.isAddPanelOpen
[00:16:15]                 │ debg TestSubjects.exists(dashboardAddPanel)
[00:16:15]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:16:15]                 │ debg DashboardAddPanel.addToFilter(search)
[00:16:15]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:16:15]                 │ debg DashboardAddPanel.toggleFilter
[00:16:15]                 │ debg TestSubjects.click(savedObjectFinderFilterButton)
[00:16:15]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:16:15]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:16:15]                 │ debg TestSubjects.click(savedObjectFinderFilter-search)
[00:16:15]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilter-search"]') with timeout=10000
[00:16:15]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilter-search"]') with timeout=10000
[00:16:15]                 │ debg DashboardAddPanel.toggleFilter
[00:16:15]                 │ debg TestSubjects.click(savedObjectFinderFilterButton)
[00:16:15]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:16:15]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:16:15]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:16:16]                 │ debg TestSubjects.setValue(savedObjectFinderSearchInput, "my search")
[00:16:16]                 │ debg TestSubjects.click(savedObjectFinderSearchInput)
[00:16:16]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:16:16]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:16:16]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:16:17]                 │ debg TestSubjects.click(savedObjectTitlemy-search)
[00:16:17]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitlemy-search"]') with timeout=10000
[00:16:17]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitlemy-search"]') with timeout=10000
[00:16:17]                 │ debg TestSubjects.exists(addObjectToDashboardSuccess)
[00:16:17]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="addObjectToDashboardSuccess"]') with timeout=2500
[00:16:19]                 │ debg --- retry.tryForTime error: [data-test-subj="addObjectToDashboardSuccess"] is not displayed
[00:16:20]                 │ debg TestSubjects.exists(dashboardAddPanel)
[00:16:20]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:16:20]                 │ debg Closing flyout dashboardAddPanel
[00:16:20]                 │ debg TestSubjects.find(dashboardAddPanel)
[00:16:20]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=10000
[00:16:20]                 │ debg Waiting up to 20000ms for flyout closed...
[00:16:20]                 │ debg TestSubjects.exists(dashboardAddPanel)
[00:16:20]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:16:21]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:16:22]                 │ debg TestSubjects.click(dashboardSaveMenuItem)
[00:16:22]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardSaveMenuItem"]') with timeout=10000
[00:16:22]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardSaveMenuItem"]') with timeout=10000
[00:16:22]                 │ debg TestSubjects.find(savedObjectSaveModal)
[00:16:22]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=10000
[00:16:22]                 │ debg entering new title
[00:16:22]                 │ debg TestSubjects.setValue(savedObjectTitle, No local edits)
[00:16:22]                 │ debg TestSubjects.click(savedObjectTitle)
[00:16:22]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:16:22]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:16:22]                 │ debg DashboardPage.clickSave
[00:16:22]                 │ debg TestSubjects.click(confirmSaveSavedObjectButton)
[00:16:22]                 │ debg Find.clickByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:16:22]                 │ debg Find.findByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:16:22]                 │ debg Find.waitForElementStale with timeout=10000
[00:16:23]                 │ debg TestSubjects.exists(saveDashboardSuccess)
[00:16:23]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="saveDashboardSuccess"]') with timeout=120000
[00:16:23]                 │ debg Find.findByCssSelector('.euiToast') with timeout=20000
[00:16:23]                 │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:16:23]                 │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:16:23]                 │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:16:23]                 │ debg isGlobalLoadingIndicatorVisible
[00:16:23]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:16:23]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:16:23]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:16:23]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:16:24]                 │ debg Waiting for save modal to close
[00:16:24]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:16:24]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=2500
[00:16:26]                 │ debg --- retry.tryForTime error: [data-test-subj="savedObjectSaveModal"] is not displayed
[00:16:27]                 │ debg TestSubjects.exists(dashboardEditMode)
[00:16:27]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=2500
[00:16:27]                 │ debg click "Discover" app link
[00:16:27]                 │ debg TestSubjects.exists(collapsibleNav)
[00:16:27]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="collapsibleNav"]') with timeout=2500
[00:16:29]                 │ debg --- retry.tryForTime error: [data-test-subj="collapsibleNav"] is not displayed
[00:16:30]                 │ debg TestSubjects.click(toggleNavButton)
[00:16:30]                 │ debg Find.clickByCssSelector('[data-test-subj="toggleNavButton"]') with timeout=10000
[00:16:30]                 │ debg Find.findByCssSelector('[data-test-subj="toggleNavButton"]') with timeout=10000
[00:16:30]                 │ debg TestSubjects.find(collapsibleNavGroup-kibana)
[00:16:30]                 │ debg Find.findByCssSelector('[data-test-subj="collapsibleNavGroup-kibana"]') with timeout=10000
[00:16:30]                 │ debg Find.existsByCssSelector('[data-test-subj=collapsibleNav] > button') with timeout=2500
[00:16:33]                 │ debg TestSubjects.exists(top-nav)
[00:16:33]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:16:33]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:16:33]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:16:33]                 │ debg TestSubjects.moveMouseTo(field-agent)
[00:16:33]                 │ debg TestSubjects.find(field-agent)
[00:16:33]                 │ debg Find.findByCssSelector('[data-test-subj="field-agent"]') with timeout=10000
[00:16:33]                 │ debg TestSubjects.click(fieldToggle-agent)
[00:16:33]                 │ debg Find.clickByCssSelector('[data-test-subj="fieldToggle-agent"]') with timeout=10000
[00:16:33]                 │ debg Find.findByCssSelector('[data-test-subj="fieldToggle-agent"]') with timeout=10000
[00:16:34]                 │ debg TestSubjects.click(discoverSaveButton)
[00:16:34]                 │ debg Find.clickByCssSelector('[data-test-subj="discoverSaveButton"]') with timeout=10000
[00:16:34]                 │ debg Find.findByCssSelector('[data-test-subj="discoverSaveButton"]') with timeout=10000
[00:16:34]                 │ debg Waiting up to 20000ms for saved search title is set to my search and save button is clickable...
[00:16:34]                 │ debg TestSubjects.find(confirmSaveSavedObjectButton)
[00:16:34]                 │ debg Find.findByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:16:34]                 │ debg TestSubjects.setValue(savedObjectTitle, my search)
[00:16:34]                 │ debg TestSubjects.click(savedObjectTitle)
[00:16:34]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:16:34]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:16:34]                 │ debg TestSubjects.click(confirmSaveSavedObjectButton)
[00:16:34]                 │ debg Find.clickByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:16:34]                 │ debg Find.findByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:16:34]                 │ debg isGlobalLoadingIndicatorVisible
[00:16:34]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:16:34]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:16:34]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:16:34]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:16:35]                 │ debg Waiting up to 20000ms for saved search was persisted with name my search...
[00:16:35]                 │ debg TestSubjects.getVisibleText(headerGlobalNav > breadcrumbs > ~breadcrumb & ~last)
[00:16:35]                 │ debg TestSubjects.find(headerGlobalNav > breadcrumbs > ~breadcrumb & ~last)
[00:16:35]                 │ debg Find.findByCssSelector('[data-test-subj="headerGlobalNav"] [data-test-subj="breadcrumbs"] [data-test-subj~="breadcrumb"][data-test-subj~="last"]') with timeout=10000
[00:16:35]                 │ debg isGlobalLoadingIndicatorVisible
[00:16:35]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:16:35]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:16:36]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:16:37]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:16:37]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:16:37]                 │ debg click "Dashboard" app link
[00:16:37]                 │ debg TestSubjects.exists(collapsibleNav)
[00:16:37]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="collapsibleNav"]') with timeout=2500
[00:16:39]                 │ debg --- retry.tryForTime error: [data-test-subj="collapsibleNav"] is not displayed
[00:16:40]                 │ debg TestSubjects.click(toggleNavButton)
[00:16:40]                 │ debg Find.clickByCssSelector('[data-test-subj="toggleNavButton"]') with timeout=10000
[00:16:40]                 │ debg Find.findByCssSelector('[data-test-subj="toggleNavButton"]') with timeout=10000
[00:16:40]                 │ debg TestSubjects.find(collapsibleNavGroup-kibana)
[00:16:40]                 │ debg Find.findByCssSelector('[data-test-subj="collapsibleNavGroup-kibana"]') with timeout=10000
[00:16:40]                 │ debg Find.existsByCssSelector('[data-test-subj=collapsibleNav] > button') with timeout=2500
[00:16:43]                 │ debg Waiting up to 20000ms for dashboard app to be loaded...
[00:16:43]                 │ debg TestSubjects.exists(top-nav)
[00:16:43]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:16:43]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:16:43]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=2500
[00:16:45]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardLandingPage"] is not displayed
[00:16:46]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:16:46]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:16:46]                 │ debg isGlobalLoadingIndicatorVisible
[00:16:46]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:16:46]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:16:47]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:16:48]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:16:48]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:16:48]                 │ debg TestSubjects.find(embeddedSavedSearchDocTable)
[00:16:48]                 │ debg Find.findByCssSelector('[data-test-subj="embeddedSavedSearchDocTable"]') with timeout=10000
[00:16:48]                 └- ✓ pass  (1.0m) "dashboard app using legacy data dashboard state Saved search with no changes will update when the saved object changes"
[00:16:48]               └-> Saved search with column changes will not update when the saved object changes
[00:16:48]                 └-> "before each" hook: global before each
[00:16:48]                 │ debg TestSubjects.moveMouseTo(docTableHeader-bytes)
[00:16:48]                 │ debg TestSubjects.find(docTableHeader-bytes)
[00:16:48]                 │ debg Find.findByCssSelector('[data-test-subj="docTableHeader-bytes"]') with timeout=10000
[00:16:48]                 │ debg TestSubjects.click(docTableRemoveHeader-bytes)
[00:16:48]                 │ debg Find.clickByCssSelector('[data-test-subj="docTableRemoveHeader-bytes"]') with timeout=10000
[00:16:48]                 │ debg Find.findByCssSelector('[data-test-subj="docTableRemoveHeader-bytes"]') with timeout=10000
[00:16:49]                 │ debg Switching to edit mode
[00:16:49]                 │ debg TestSubjects.click(dashboardEditMode)
[00:16:49]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=10000
[00:16:49]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=10000
[00:16:49]                 │ debg Waiting up to 20000ms for in edit mode...
[00:16:49]                 │ debg TestSubjects.findAll(embeddablePanel)
[00:16:49]                 │ debg Find.allByCssSelector('[data-test-subj="embeddablePanel"]') with timeout=2500
[00:16:49]                 │ debg TestSubjects.findAll(embeddablePanelToggleMenuIcon)
[00:16:49]                 │ debg Find.allByCssSelector('[data-test-subj="embeddablePanelToggleMenuIcon"]') with timeout=2500
[00:16:49]                 │ debg TestSubjects.click(dashboardSaveMenuItem)
[00:16:49]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardSaveMenuItem"]') with timeout=10000
[00:16:49]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardSaveMenuItem"]') with timeout=10000
[00:16:49]                 │ debg TestSubjects.find(savedObjectSaveModal)
[00:16:49]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=10000
[00:16:49]                 │ debg entering new title
[00:16:49]                 │ debg TestSubjects.setValue(savedObjectTitle, Has local edits)
[00:16:49]                 │ debg TestSubjects.click(savedObjectTitle)
[00:16:49]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:16:49]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:16:49]                 │ debg DashboardPage.clickSave
[00:16:49]                 │ debg TestSubjects.click(confirmSaveSavedObjectButton)
[00:16:49]                 │ debg Find.clickByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:16:49]                 │ debg Find.findByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:16:49]                 │ debg Find.waitForElementStale with timeout=10000
[00:16:50]                 │ debg TestSubjects.exists(saveDashboardSuccess)
[00:16:50]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="saveDashboardSuccess"]') with timeout=120000
[00:16:50]                 │ debg Find.findByCssSelector('.euiToast') with timeout=20000
[00:16:50]                 │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:16:50]                 │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:16:50]                 │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:16:50]                 │ debg isGlobalLoadingIndicatorVisible
[00:16:50]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:16:50]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:16:52]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:16:52]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:16:52]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:16:52]                 │ debg Waiting for save modal to close
[00:16:52]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:16:52]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=2500
[00:16:55]                 │ debg --- retry.tryForTime error: [data-test-subj="savedObjectSaveModal"] is not displayed
[00:16:55]                 │ debg click "Discover" app link
[00:16:55]                 │ debg TestSubjects.exists(collapsibleNav)
[00:16:55]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="collapsibleNav"]') with timeout=2500
[00:16:58]                 │ debg --- retry.tryForTime error: [data-test-subj="collapsibleNav"] is not displayed
[00:16:58]                 │ debg TestSubjects.click(toggleNavButton)
[00:16:58]                 │ debg Find.clickByCssSelector('[data-test-subj="toggleNavButton"]') with timeout=10000
[00:16:58]                 │ debg Find.findByCssSelector('[data-test-subj="toggleNavButton"]') with timeout=10000
[00:16:58]                 │ debg TestSubjects.find(collapsibleNavGroup-kibana)
[00:16:58]                 │ debg Find.findByCssSelector('[data-test-subj="collapsibleNavGroup-kibana"]') with timeout=10000
[00:16:58]                 │ debg Find.existsByCssSelector('[data-test-subj=collapsibleNav] > button') with timeout=2500
[00:17:01]                 │ debg TestSubjects.exists(top-nav)
[00:17:01]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:17:01]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:17:01]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:17:01]                 │ debg TestSubjects.moveMouseTo(field-clientip)
[00:17:01]                 │ debg TestSubjects.find(field-clientip)
[00:17:01]                 │ debg Find.findByCssSelector('[data-test-subj="field-clientip"]') with timeout=10000
[00:17:01]                 │ debg TestSubjects.click(fieldToggle-clientip)
[00:17:01]                 │ debg Find.clickByCssSelector('[data-test-subj="fieldToggle-clientip"]') with timeout=10000
[00:17:01]                 │ debg Find.findByCssSelector('[data-test-subj="fieldToggle-clientip"]') with timeout=10000
[00:17:02]                 │ debg TestSubjects.click(discoverSaveButton)
[00:17:02]                 │ debg Find.clickByCssSelector('[data-test-subj="discoverSaveButton"]') with timeout=10000
[00:17:02]                 │ debg Find.findByCssSelector('[data-test-subj="discoverSaveButton"]') with timeout=10000
[00:17:03]                 │ debg Waiting up to 20000ms for saved search title is set to my search and save button is clickable...
[00:17:03]                 │ debg TestSubjects.find(confirmSaveSavedObjectButton)
[00:17:03]                 │ debg Find.findByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:17:03]                 │ debg TestSubjects.setValue(savedObjectTitle, my search)
[00:17:03]                 │ debg TestSubjects.click(savedObjectTitle)
[00:17:03]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:17:03]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:17:03]                 │ debg TestSubjects.click(confirmSaveSavedObjectButton)
[00:17:03]                 │ debg Find.clickByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:17:03]                 │ debg Find.findByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:17:03]                 │ debg isGlobalLoadingIndicatorVisible
[00:17:03]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:17:03]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:17:03]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:17:03]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:17:04]                 │ debg Waiting up to 20000ms for saved search was persisted with name my search...
[00:17:04]                 │ debg TestSubjects.getVisibleText(headerGlobalNav > breadcrumbs > ~breadcrumb & ~last)
[00:17:04]                 │ debg TestSubjects.find(headerGlobalNav > breadcrumbs > ~breadcrumb & ~last)
[00:17:04]                 │ debg Find.findByCssSelector('[data-test-subj="headerGlobalNav"] [data-test-subj="breadcrumbs"] [data-test-subj~="breadcrumb"][data-test-subj~="last"]') with timeout=10000
[00:17:04]                 │ debg isGlobalLoadingIndicatorVisible
[00:17:04]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:17:04]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:17:05]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:17:06]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:17:06]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:17:06]                 │ debg click "Dashboard" app link
[00:17:06]                 │ debg TestSubjects.exists(collapsibleNav)
[00:17:06]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="collapsibleNav"]') with timeout=2500
[00:17:08]                 │ debg --- retry.tryForTime error: [data-test-subj="collapsibleNav"] is not displayed
[00:17:09]                 │ debg TestSubjects.click(toggleNavButton)
[00:17:09]                 │ debg Find.clickByCssSelector('[data-test-subj="toggleNavButton"]') with timeout=10000
[00:17:09]                 │ debg Find.findByCssSelector('[data-test-subj="toggleNavButton"]') with timeout=10000
[00:17:09]                 │ debg TestSubjects.find(collapsibleNavGroup-kibana)
[00:17:09]                 │ debg Find.findByCssSelector('[data-test-subj="collapsibleNavGroup-kibana"]') with timeout=10000
[00:17:09]                 │ debg Find.existsByCssSelector('[data-test-subj=collapsibleNav] > button') with timeout=2500
[00:17:12]                 │ debg Waiting up to 20000ms for dashboard app to be loaded...
[00:17:12]                 │ debg TestSubjects.exists(top-nav)
[00:17:12]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:17:12]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:17:12]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=2500
[00:17:15]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardLandingPage"] is not displayed
[00:17:15]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:17:15]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:17:15]                 │ debg isGlobalLoadingIndicatorVisible
[00:17:15]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:17:15]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:17:17]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:17:17]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:17:17]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:17:17]                 │ debg TestSubjects.find(embeddedSavedSearchDocTable)
[00:17:17]                 │ debg Find.findByCssSelector('[data-test-subj="embeddedSavedSearchDocTable"]') with timeout=10000
[00:17:17]                 └- ✓ pass  (29.0s) "dashboard app using legacy data dashboard state Saved search with column changes will not update when the saved object changes"
[00:17:17]               └-> Saved search will update when the query is changed in the URL
[00:17:17]                 └-> "before each" hook: global before each
[00:17:17]                 │ debg TestSubjects.getAttribute(queryInput, value)
[00:17:17]                 │ debg TestSubjects.find(queryInput)
[00:17:17]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:17:17]                 │ proc [kibana]   log   [23:06:51.006] [error][data][elasticsearch] [version_conflict_engine_exception]: [search-telemetry:search-telemetry]: version conflict, required seqNo [40], primary term [1]. current document has seqNo [41] and primary term [1]
[00:17:17]                 │ debg isGlobalLoadingIndicatorVisible
[00:17:17]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:17:17]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:17:18]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:17:18]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:17:19]                 │ debg TestSubjects.find(embeddedSavedSearchDocTable)
[00:17:19]                 │ debg Find.findByCssSelector('[data-test-subj="embeddedSavedSearchDocTable"]') with timeout=10000
[00:17:19]                 └- ✓ pass  (1.5s) "dashboard app using legacy data dashboard state Saved search will update when the query is changed in the URL"
[00:17:19]               └-> Tile map with no changes will update with visualization changes
[00:17:19]                 └-> "before each" hook: global before each
[00:17:19]                 │ debg gotoDashboardLandingPage
[00:17:19]                 │ debg onDashboardLandingPage
[00:17:19]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:17:19]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=5000
[00:17:21]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardLandingPage"] is not displayed
[00:17:24]                 │ debg --- retry.tryForTime failed again with the same message...
[00:17:25]                 │ debg clickDashboardBreadcrumbLink
[00:17:25]                 │ debg Find.clickByCssSelector('a[href="#/list"]') with timeout=10000
[00:17:25]                 │ debg Find.findByCssSelector('a[href="#/list"]') with timeout=10000
[00:17:25]                 │ debg expectExistsDashboardLandingPage
[00:17:25]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:17:25]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=120000
[00:17:25]                 │ debg TestSubjects.exists(newItemButton)
[00:17:25]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:17:25]                 │ debg TestSubjects.click(newItemButton)
[00:17:25]                 │ debg Find.clickByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:17:25]                 │ debg Find.findByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:17:25]                 │ debg waitForRenderComplete
[00:17:25]                 │ debg in getSharedItemsCount
[00:17:25]                 │ debg Find.findByCssSelector('[data-shared-items-count]') with timeout=10000
[00:17:25]                 │ debg Renderable.waitForRender for 0 elements
[00:17:25]                 │ debg Find.allByCssSelector('[data-render-complete="true"]') with timeout=10000
[00:17:35]                 │ debg Find.allByCssSelector('[data-loading]') with timeout=1000
[00:17:36]                 │ debg Setting absolute range to Sep 19, 2015 @ 06:31:44.000 to Sep 23, 2015 @ 18:31:44.000
[00:17:36]                 │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:17:36]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:17:37]                 │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:17:37]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:17:39]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerShowDatesButton"] is not displayed
[00:17:40]                 │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:17:40]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:17:40]                 │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:17:40]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:17:40]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:17:40]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:17:40]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:17:40]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:17:40]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:17:40]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:17:40]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:17:40]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:17:40]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 23, 2015 @ 18:31:44.000)
[00:17:40]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:17:40]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:17:40]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:17:40]                 │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:17:40]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:17:40]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:17:40]                 │ debg Find.waitForElementStale with timeout=10000
[00:17:41]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:17:41]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:17:41]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:17:41]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:17:41]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:17:41]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:17:41]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:17:41]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 19, 2015 @ 06:31:44.000)
[00:17:41]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:17:41]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:17:41]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:17:41]                 │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:17:41]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:17:44]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:17:44]                 │ debg TestSubjects.click(querySubmitButton)
[00:17:44]                 │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:17:44]                 │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:17:44]                 │ debg Find.waitForElementStale with timeout=10000
[00:17:45]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:17:45]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:17:45]                 │ debg DashboardAddPanel.addEmbeddable, name: Visualization TileMap, type: visualization
[00:17:45]                 │ debg DashboardAddPanel.ensureAddPanelIsShowing
[00:17:45]                 │ debg DashboardAddPanel.isAddPanelOpen
[00:17:45]                 │ debg TestSubjects.exists(dashboardAddPanel)
[00:17:45]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:17:47]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:17:48]                 │ debg DashboardAddPanel.clickOpenAddPanel
[00:17:48]                 │ debg TestSubjects.click(dashboardAddPanelButton)
[00:17:48]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:17:48]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:17:48]                 │ debg ... sleep(500) start
[00:17:48]                 │ debg ... sleep(500) end
[00:17:48]                 │ debg DashboardAddPanel.isAddPanelOpen
[00:17:48]                 │ debg TestSubjects.exists(dashboardAddPanel)
[00:17:48]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:17:48]                 │ debg DashboardAddPanel.addToFilter(visualization)
[00:17:48]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:17:49]                 │ debg DashboardAddPanel.toggleFilter
[00:17:49]                 │ debg TestSubjects.click(savedObjectFinderFilterButton)
[00:17:49]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:17:49]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:17:49]                 │ debg TestSubjects.click(savedObjectFinderFilter-visualization)
[00:17:49]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilter-visualization"]') with timeout=10000
[00:17:49]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilter-visualization"]') with timeout=10000
[00:17:49]                 │ debg DashboardAddPanel.toggleFilter
[00:17:49]                 │ debg TestSubjects.click(savedObjectFinderFilterButton)
[00:17:49]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:17:49]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:17:49]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:17:50]                 │ debg TestSubjects.setValue(savedObjectFinderSearchInput, "Visualization TileMap")
[00:17:50]                 │ debg TestSubjects.click(savedObjectFinderSearchInput)
[00:17:50]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:17:50]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:17:50]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:17:50]                 │ debg TestSubjects.click(savedObjectTitleVisualization-TileMap)
[00:17:50]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitleVisualization-TileMap"]') with timeout=10000
[00:17:50]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitleVisualization-TileMap"]') with timeout=10000
[00:17:51]                 │ debg TestSubjects.exists(addObjectToDashboardSuccess)
[00:17:51]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="addObjectToDashboardSuccess"]') with timeout=2500
[00:17:53]                 │ debg --- retry.tryForTime error: [data-test-subj="addObjectToDashboardSuccess"] is not displayed
[00:17:54]                 │ debg TestSubjects.exists(dashboardAddPanel)
[00:17:54]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:17:54]                 │ debg Closing flyout dashboardAddPanel
[00:17:54]                 │ debg TestSubjects.find(dashboardAddPanel)
[00:17:54]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=10000
[00:17:54]                 │ debg Waiting up to 20000ms for flyout closed...
[00:17:54]                 │ debg TestSubjects.exists(dashboardAddPanel)
[00:17:54]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:17:55]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:17:55]                 │ debg TestSubjects.click(dashboardSaveMenuItem)
[00:17:55]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardSaveMenuItem"]') with timeout=10000
[00:17:55]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardSaveMenuItem"]') with timeout=10000
[00:17:55]                 │ debg TestSubjects.find(savedObjectSaveModal)
[00:17:55]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=10000
[00:17:55]                 │ debg entering new title
[00:17:55]                 │ debg TestSubjects.setValue(savedObjectTitle, No local edits)
[00:17:55]                 │ debg TestSubjects.click(savedObjectTitle)
[00:17:55]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:17:55]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:17:56]                 │ debg DashboardPage.clickSave
[00:17:56]                 │ debg TestSubjects.click(confirmSaveSavedObjectButton)
[00:17:56]                 │ debg Find.clickByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:17:56]                 │ debg Find.findByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:17:56]                 │ debg Find.waitForElementStale with timeout=10000
[00:17:57]                 │ debg TestSubjects.exists(saveDashboardSuccess)
[00:17:57]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="saveDashboardSuccess"]') with timeout=120000
[00:17:57]                 │ debg Find.findByCssSelector('.euiToast') with timeout=20000
[00:17:57]                 │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:17:57]                 │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:17:57]                 │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:17:57]                 │ debg isGlobalLoadingIndicatorVisible
[00:17:57]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:17:57]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:17:59]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:17:59]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:17:59]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:17:59]                 │ debg Waiting for save modal to close
[00:17:59]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:17:59]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=2500
[00:18:02]                 │ debg --- retry.tryForTime error: [data-test-subj="savedObjectSaveModal"] is not displayed
[00:18:02]                 │ debg openContextMenu(undefined
[00:18:02]                 │ debg TestSubjects.exists(embeddablePanelContextMenuOpen)
[00:18:02]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="embeddablePanelContextMenuOpen"]') with timeout=2500
[00:18:05]                 │ debg --- retry.tryForTime error: [data-test-subj="embeddablePanelContextMenuOpen"] is not displayed
[00:18:05]                 │ debg toggleContextMenu
[00:18:05]                 │ debg TestSubjects.moveMouseTo(dashboardPanelTitle)
[00:18:05]                 │ debg TestSubjects.find(dashboardPanelTitle)
[00:18:05]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardPanelTitle"]') with timeout=10000
[00:18:06]                 │ debg TestSubjects.find(embeddablePanelToggleMenuIcon)
[00:18:06]                 │ debg Find.findByCssSelector('[data-test-subj="embeddablePanelToggleMenuIcon"]') with timeout=10000
[00:18:06]                 │ debg TestSubjects.exists(embeddablePanelContextMenuOpen)
[00:18:06]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="embeddablePanelContextMenuOpen"]') with timeout=120000
[00:18:06]                 │ debg TestSubjects.exists(embeddablePanelAction-openInspector)
[00:18:06]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="embeddablePanelAction-openInspector"]') with timeout=2500
[00:18:06]                 │ debg TestSubjects.click(embeddablePanelAction-openInspector)
[00:18:06]                 │ debg Find.clickByCssSelector('[data-test-subj="embeddablePanelAction-openInspector"]') with timeout=10000
[00:18:06]                 │ debg Find.findByCssSelector('[data-test-subj="embeddablePanelAction-openInspector"]') with timeout=10000
[00:18:06]                 │ debg TestSubjects.find(inspectorPanel)
[00:18:06]                 │ debg Find.findByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=10000
[00:18:06]                 │ debg Close Inspector
[00:18:06]                 │ debg TestSubjects.exists(inspectorPanel)
[00:18:06]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:18:06]                 │ debg Closing flyout inspectorPanel
[00:18:06]                 │ debg TestSubjects.find(inspectorPanel)
[00:18:06]                 │ debg Find.findByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=10000
[00:18:06]                 │ debg Waiting up to 20000ms for flyout closed...
[00:18:06]                 │ debg TestSubjects.exists(inspectorPanel)
[00:18:06]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=1000
[00:18:07]                 │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:18:08]                 │ debg TestSubjects.exists(inspectorPanel)
[00:18:08]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="inspectorPanel"]') with timeout=2500
[00:18:10]                 │ debg --- retry.tryForTime error: [data-test-subj="inspectorPanel"] is not displayed
[00:18:11]                 │ debg Switching to edit mode
[00:18:11]                 │ debg TestSubjects.click(dashboardEditMode)
[00:18:11]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=10000
[00:18:11]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=10000
[00:18:11]                 │ debg Waiting up to 20000ms for in edit mode...
[00:18:11]                 │ debg TestSubjects.findAll(embeddablePanel)
[00:18:11]                 │ debg Find.allByCssSelector('[data-test-subj="embeddablePanel"]') with timeout=2500
[00:18:11]                 │ debg TestSubjects.findAll(embeddablePanelToggleMenuIcon)
[00:18:11]                 │ debg Find.allByCssSelector('[data-test-subj="embeddablePanelToggleMenuIcon"]') with timeout=2500
[00:18:11]                 │ debg openContextMenu(undefined
[00:18:11]                 │ debg TestSubjects.exists(embeddablePanelContextMenuOpen)
[00:18:11]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="embeddablePanelContextMenuOpen"]') with timeout=2500
[00:18:14]                 │ debg --- retry.tryForTime error: [data-test-subj="embeddablePanelContextMenuOpen"] is not displayed
[00:18:14]                 │ debg toggleContextMenu
[00:18:14]                 │ debg TestSubjects.moveMouseTo(dashboardPanelTitle)
[00:18:14]                 │ debg TestSubjects.find(dashboardPanelTitle)
[00:18:14]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardPanelTitle"]') with timeout=10000
[00:18:14]                 │ debg TestSubjects.find(embeddablePanelToggleMenuIcon)
[00:18:14]                 │ debg Find.findByCssSelector('[data-test-subj="embeddablePanelToggleMenuIcon"]') with timeout=10000
[00:18:14]                 │ debg TestSubjects.exists(embeddablePanelContextMenuOpen)
[00:18:14]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="embeddablePanelContextMenuOpen"]') with timeout=120000
[00:18:14]                 │ debg clickEdit
[00:18:14]                 │ debg openContextMenu(undefined
[00:18:14]                 │ debg TestSubjects.exists(embeddablePanelContextMenuOpen)
[00:18:14]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="embeddablePanelContextMenuOpen"]') with timeout=2500
[00:18:14]                 │ debg TestSubjects.exists(embeddablePanelAction-editPanel)
[00:18:14]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="embeddablePanelAction-editPanel"]') with timeout=2500
[00:18:14]                 │ debg TestSubjects.clickWhenNotDisabled(embeddablePanelAction-editPanel)
[00:18:14]                 │ debg Find.clickByCssSelectorWhenNotDisabled('[data-test-subj="embeddablePanelAction-editPanel"]') with timeout=10000
[00:18:14]                 │ debg Find.findByCssSelector('[data-test-subj="embeddablePanelAction-editPanel"]') with timeout=10000
[00:18:15]                 │ debg isGlobalLoadingIndicatorVisible
[00:18:15]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:18:15]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:18:15]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:18:15]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:18:15]                 │ debg TestSubjects.exists(top-nav)
[00:18:15]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:18:17]                 │ERROR browser[SEVERE] http://localhost:61191/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 421:77071 Error: No generator found with id MAPS_APP_TILE_MAP_URL_GENERATOR
[00:18:17]                 │          at Object.getUrlGenerator (http://localhost:61191/36548/bundles/plugin/share/share.plugin.js:1:29478)
[00:18:17]                 │          at BaseVisType.getDeprecationMessage (http://localhost:61191/36548/bundles/plugin/tileMap/tileMap.plugin.js:15:61018)
[00:18:17]                 │          at VisualizeEditorCommon (http://localhost:61191/36548/bundles/plugin/visualize/visualize.chunk.2.js:1:86133)
[00:18:17]                 │          at ua (http://localhost:61191/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:422:59332)
[00:18:17]                 │          at Va (http://localhost:61191/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:422:67554)
[00:18:17]                 │          at Ms (http://localhost:61191/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:422:105587)
[00:18:17]                 │          at ml (http://localhost:61191/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:422:90018)
[00:18:17]                 │          at hl (http://localhost:61191/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:422:89943)
[00:18:17]                 │          at ol (http://localhost:61191/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:422:87291)
[00:18:17]                 │          at http://localhost:61191/36548/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:422:45733
[00:18:17]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:18:18]                 │ debg --- retry.try error: Local nav not visible yet
[00:18:18]                 │ debg TestSubjects.exists(top-nav)
[00:18:18]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:18:21]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:18:22]                 │ debg --- retry.try failed again with the same message...
[00:18:22]                 │ debg TestSubjects.exists(top-nav)
[00:18:22]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:18:25]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:18:25]                 │ debg --- retry.try failed again with the same message...
[00:18:26]                 │ debg TestSubjects.exists(top-nav)
[00:18:26]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:18:28]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:18:29]                 │ debg --- retry.try failed again with the same message...
[00:18:29]                 │ debg TestSubjects.exists(top-nav)
[00:18:29]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:18:32]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:18:32]                 │ debg --- retry.try failed again with the same message...
[00:18:33]                 │ debg TestSubjects.exists(top-nav)
[00:18:33]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:18:35]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:18:36]                 │ debg --- retry.try failed again with the same message...
[00:18:36]                 │ debg TestSubjects.exists(top-nav)
[00:18:36]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:18:39]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:18:39]                 │ debg --- retry.try failed again with the same message...
[00:18:40]                 │ debg TestSubjects.exists(top-nav)
[00:18:40]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:18:42]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:18:43]                 │ debg --- retry.try failed again with the same message...
[00:18:43]                 │ debg TestSubjects.exists(top-nav)
[00:18:43]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:18:46]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:18:46]                 │ debg --- retry.try failed again with the same message...
[00:18:47]                 │ debg TestSubjects.exists(top-nav)
[00:18:47]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:18:49]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:18:50]                 │ debg --- retry.try failed again with the same message...
[00:18:50]                 │ debg TestSubjects.exists(top-nav)
[00:18:50]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:18:53]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:18:53]                 │ debg --- retry.try failed again with the same message...
[00:18:54]                 │ debg TestSubjects.exists(top-nav)
[00:18:54]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:18:56]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:18:57]                 │ debg --- retry.try failed again with the same message...
[00:18:57]                 │ debg TestSubjects.exists(top-nav)
[00:18:57]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:19:00]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:19:01]                 │ debg --- retry.try failed again with the same message...
[00:19:01]                 │ debg TestSubjects.exists(top-nav)
[00:19:01]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:19:04]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:19:04]                 │ debg --- retry.try failed again with the same message...
[00:19:05]                 │ debg TestSubjects.exists(top-nav)
[00:19:05]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:19:07]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:19:08]                 │ debg --- retry.try failed again with the same message...
[00:19:08]                 │ debg TestSubjects.exists(top-nav)
[00:19:08]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:19:11]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:19:11]                 │ debg --- retry.try failed again with the same message...
[00:19:12]                 │ debg TestSubjects.exists(top-nav)
[00:19:12]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:19:14]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:19:15]                 │ debg --- retry.try failed again with the same message...
[00:19:15]                 │ debg TestSubjects.exists(top-nav)
[00:19:15]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:19:18]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:19:18]                 │ debg --- retry.try failed again with the same message...
[00:19:19]                 │ debg TestSubjects.exists(top-nav)
[00:19:19]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:19:21]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:19:22]                 │ debg --- retry.try failed again with the same message...
[00:19:22]                 │ debg TestSubjects.exists(top-nav)
[00:19:22]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:19:25]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:19:25]                 │ debg --- retry.try failed again with the same message...
[00:19:26]                 │ debg TestSubjects.exists(top-nav)
[00:19:26]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:19:28]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:19:29]                 │ debg --- retry.try failed again with the same message...
[00:19:29]                 │ debg TestSubjects.exists(top-nav)
[00:19:29]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:19:32]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:19:32]                 │ debg --- retry.try failed again with the same message...
[00:19:33]                 │ debg TestSubjects.exists(top-nav)
[00:19:33]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:19:35]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:19:36]                 │ debg --- retry.try failed again with the same message...
[00:19:36]                 │ debg TestSubjects.exists(top-nav)
[00:19:36]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:19:39]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:19:39]                 │ debg --- retry.try failed again with the same message...
[00:19:40]                 │ debg TestSubjects.exists(top-nav)
[00:19:40]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:19:42]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:19:43]                 │ debg --- retry.try failed again with the same message...
[00:19:43]                 │ debg TestSubjects.exists(top-nav)
[00:19:43]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:19:46]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:19:46]                 │ debg --- retry.try failed again with the same message...
[00:19:47]                 │ debg TestSubjects.exists(top-nav)
[00:19:47]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:19:49]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:19:50]                 │ debg --- retry.try failed again with the same message...
[00:19:50]                 │ debg TestSubjects.exists(top-nav)
[00:19:50]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:19:53]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:19:54]                 │ debg --- retry.try failed again with the same message...
[00:19:54]                 │ debg TestSubjects.exists(top-nav)
[00:19:54]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:19:57]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:19:57]                 │ debg --- retry.try failed again with the same message...
[00:19:58]                 │ debg TestSubjects.exists(top-nav)
[00:19:58]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:20:00]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:20:01]                 │ debg --- retry.try failed again with the same message...
[00:20:01]                 │ debg TestSubjects.exists(top-nav)
[00:20:01]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:20:04]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:20:04]                 │ debg --- retry.try failed again with the same message...
[00:20:05]                 │ debg TestSubjects.exists(top-nav)
[00:20:05]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:20:07]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:20:08]                 │ debg --- retry.try failed again with the same message...
[00:20:08]                 │ debg TestSubjects.exists(top-nav)
[00:20:08]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:20:11]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:20:11]                 │ debg --- retry.try failed again with the same message...
[00:20:12]                 │ debg TestSubjects.exists(top-nav)
[00:20:12]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:20:14]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:20:15]                 │ debg --- retry.try failed again with the same message...
[00:20:15]                 │ info Taking screenshot "/dev/shm/workspace/parallel/19/kibana/test/functional/screenshots/failure/dashboard app using legacy data dashboard state Tile map with no changes will update with visualization changes.png"
[00:20:15]                 │ info Current URL is: http://localhost:61191/app/visualize#/
[00:20:15]                 │ info Saving page source to: /dev/shm/workspace/parallel/19/kibana/test/functional/failure_debug/html/dashboard app using legacy data dashboard state Tile map with no changes will update with visualization changes.html
[00:20:15]                 └- ✖ fail: dashboard app using legacy data dashboard state Tile map with no changes will update with visualization changes
[00:20:15]                 │      retry.try timeout: Error: Local nav not visible yet
[00:20:15]                 │     at retry.try (/dev/shm/workspace/parallel/19/kibana/test/functional/page_objects/common_page.ts:399:17)
[00:20:15]                 │   Error: retry.try timeout: Error: Local nav not visible yet
[00:20:15]                 │       at retry.try (test/functional/page_objects/common_page.ts:399:17)
[00:20:15]                 │       at onFailure (test/common/services/retry/retry_for_success.ts:28:9)
[00:20:15]                 │       at retryForSuccess (test/common/services/retry/retry_for_success.ts:68:13)
[00:20:15]                 │ 
[00:20:15]                 │ 

Stack Trace

Error: retry.try timeout: Error: Local nav not visible yet
    at retry.try (test/functional/page_objects/common_page.ts:399:17)
    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 3 more failures, only showing the first 3.

Build metrics

@kbn/optimizer bundle module count

id value diff baseline
maps 696 +2 694
tileMap 24 +1 23
visualize 215 +1 214
total +4

async chunks size

id value diff baseline
maps 3.3MB +9.4KB 3.3MB
visualize 415.8KB +1.0KB 414.7KB
total +10.5KB

page load bundle size

id value diff baseline
maps 305.2KB +4.1KB 301.1KB
tileMap 462.3KB +5.1KB 457.2KB
visualizations 412.7KB +194.0B 412.5KB
total +9.4KB

distributable file count

id value diff baseline
default 45946 +4 45942

History

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants