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

[Fleet] Fix package version comparison in the UI #93498

Merged
merged 2 commits into from
Mar 3, 2021

Conversation

nchaulet
Copy link
Member

@nchaulet nchaulet commented Mar 3, 2021

Summary

The way we compare package version in the UI was causing a bug for the nginx package 3.10.0 where we are not showing the upgrade button if the 3.9 package is installed for example

That PR fix that by using semver function to compare versions.

How to test

  1. install nginx 3.9.0
curl --request POST \
  --url http://localhost:5601/api/fleet/epm/packages/nginx-0.3.9 \
  --header 'Authorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==' \
  --header 'kbn-xsrf: test' \
  --data '{"force": true}'
  1. go to the nginx integration details page you should see the upgrade available label an the upgrade button

Screen Shot 2021-03-03 at 2 38 03 PM

Screen Shot 2021-03-03 at 2 37 57 PM

@nchaulet nchaulet added bug Fixes for quality problems that affect the customer experience v8.0.0 release_note:skip Skip the PR/issue when compiling release notes Team:Fleet Team label for Observability Data Collection Fleet team v7.12.0 v7.13.0 labels Mar 3, 2021
@nchaulet nchaulet self-assigned this Mar 3, 2021
@nchaulet nchaulet requested a review from a team as a code owner March 3, 2021 19:43
@elasticmachine
Copy link
Contributor

Pinging @elastic/fleet (Team:Fleet)

Copy link
Contributor

@jen-huang jen-huang left a comment

Choose a reason for hiding this comment

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

🚀 Nice find!

@nchaulet nchaulet added the auto-backport Deprecated - use backport:version if exact versions are needed label Mar 3, 2021
@nchaulet nchaulet enabled auto-merge (squash) March 3, 2021 20:07
@EricDavisX EricDavisX changed the title [Fleet] Fix package version comparaison in the UI [Fleet] Fix package version comparison in the UI Mar 3, 2021
@kibanamachine
Copy link
Contributor

💛 Build succeeded, but was flaky


Test Failures

Kibana Pipeline / general / Chrome UI Functional Tests.test/functional/apps/dashboard/dashboard_filtering·ts.dashboard app using current data dashboard filtering using a pinned filter that excludes all data "before all" hook for "filters on pie charts"

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 in "dashboard app"
[00:00:00]           └-: using current data
[00:00:00]             └-> "before all" hook in "using current data"
[00:00:00]             └-> "before all" hook: loadCurrentData in "using current data"
[00:00:00]               │ info [logstash_functional] Unloading indices from "mappings.json"
[00:00:00]               │ info [logstash_functional] Unloading indices from "data.json.gz"
[00:00:01]               │ info [dashboard/current/data] Loading "mappings.json"
[00:00:01]               │ info [dashboard/current/data] Loading "data.json.gz"
[00:00:01]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [animals-dogs-2018-01-01] creating index, cause [api], templates [], shards [5]/[1]
[00:00:01]               │ info [dashboard/current/data] Created index "animals-dogs-2018-01-01"
[00:00:01]               │ debg [dashboard/current/data] "animals-dogs-2018-01-01" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:01]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [animals-dogs-2018-04-10] creating index, cause [api], templates [], shards [5]/[1]
[00:00:02]               │ info [dashboard/current/data] Created index "animals-dogs-2018-04-10"
[00:00:02]               │ debg [dashboard/current/data] "animals-dogs-2018-04-10" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:02]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [animals-cats-2018-01-01] creating index, cause [api], templates [], shards [5]/[1]
[00:00:02]               │ info [dashboard/current/data] Created index "animals-cats-2018-01-01"
[00:00:02]               │ debg [dashboard/current/data] "animals-cats-2018-01-01" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:02]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [animals-cats-2018-04-10] creating index, cause [api], templates [], shards [5]/[1]
[00:00:02]               │ info [dashboard/current/data] Created index "animals-cats-2018-04-10"
[00:00:02]               │ debg [dashboard/current/data] "animals-cats-2018-04-10" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:02]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [dogbreeds] creating index, cause [api], templates [], shards [5]/[1]
[00:00:02]               │ info [dashboard/current/data] Created index "dogbreeds"
[00:00:02]               │ debg [dashboard/current/data] "dogbreeds" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:02]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [logstash-0] creating index, cause [api], templates [], shards [1]/[0]
[00:00:02]               │ info [dashboard/current/data] Created index "logstash-0"
[00:00:02]               │ debg [dashboard/current/data] "logstash-0" settings {"index":{"analysis":{"analyzer":{"makelogs_url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:11]               │ info progress: 7816
[00:00:16]               │ info [dashboard/current/data] Indexed 6 docs into "animals-dogs-2018-01-01"
[00:00:16]               │ info [dashboard/current/data] Indexed 6 docs into "animals-dogs-2018-04-10"
[00:00:16]               │ info [dashboard/current/data] Indexed 6 docs into "animals-cats-2018-01-01"
[00:00:16]               │ info [dashboard/current/data] Indexed 5 docs into "animals-cats-2018-04-10"
[00:00:16]               │ info [dashboard/current/data] Indexed 6 docs into "dogbreeds"
[00:00:16]               │ info [dashboard/current/data] Indexed 14005 docs into "logstash-0"
[00:06:27]             └-: dashboard filtering
[00:06:27]               └-> "before all" hook in "dashboard filtering"
[00:06:27]               └-> "before all" hook in "dashboard filtering"
[00:06:27]                 │ info [dashboard/current/kibana] Loading "mappings.json"
[00:06:27]                 │ info [dashboard/current/kibana] Loading "data.json.gz"
[00:06:28]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [.kibana_8.0.0_001/kXJ9zj3bTg-C1dTLCwDogw] deleting index
[00:06:28]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [.kibana_1/UrwSQ7YxS5yvWaVLHrkITw] deleting index
[00:06:28]                 │ info [dashboard/current/kibana] Deleted existing index ".kibana_8.0.0_001"
[00:06:28]                 │ info [dashboard/current/kibana] Deleted existing index ".kibana_1"
[00:06:28]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [.kibana_1] creating index, cause [api], templates [], shards [1]/[0]
[00:06:28]                 │ info [dashboard/current/kibana] Created index ".kibana_1"
[00:06:28]                 │ debg [dashboard/current/kibana] ".kibana_1" settings {"index":{"auto_expand_replicas":"0-1","number_of_replicas":"0","number_of_shards":"1"}}
[00:06:28]                 │ info [dashboard/current/kibana] Indexed 143 docs into ".kibana_1"
[00:06:28]                 │ debg Migrating saved objects
[00:06:28]                 │ proc [kibana]   log   [20:42:26.917] [info][savedobjects-service] [.kibana] INIT -> SET_SOURCE_WRITE_BLOCK
[00:06:28]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] adding block write to indices [[.kibana_1/rAMI4cjnRuiozGQl2tXmJw]]
[00:06:28]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] completed adding block write to indices [.kibana_1]
[00:06:28]                 │ proc [kibana]   log   [20:42:26.958] [info][savedobjects-service] [.kibana] SET_SOURCE_WRITE_BLOCK -> CREATE_REINDEX_TEMP
[00:06:28]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [.kibana_8.0.0_reindex_temp] creating index, cause [api], templates [], shards [1]/[1]
[00:06:28]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] updating number_of_replicas to [0] for indices [.kibana_8.0.0_reindex_temp]
[00:06:28]                 │ proc [kibana]   log   [20:42:27.013] [info][savedobjects-service] [.kibana] CREATE_REINDEX_TEMP -> REINDEX_SOURCE_TO_TEMP
[00:06:28]                 │ proc [kibana]   log   [20:42:27.019] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP -> REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK
[00:06:28]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [.kibana_8.0.0_reindex_temp/dH0KgaCPQqeXJstMRtP2bg] update_mapping [_doc]
[00:06:28]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [.kibana_8.0.0_reindex_temp/dH0KgaCPQqeXJstMRtP2bg] update_mapping [_doc]
[00:06:28]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [.kibana_8.0.0_reindex_temp/dH0KgaCPQqeXJstMRtP2bg] update_mapping [_doc]
[00:06:28]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [.kibana_8.0.0_reindex_temp/dH0KgaCPQqeXJstMRtP2bg] update_mapping [_doc]
[00:06:28]                 │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] 4108 finished with response BulkByScrollResponse[took=119.6ms,timed_out=false,sliceId=null,updated=0,created=143,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:06:28]                 │ proc [kibana]   log   [20:42:27.224] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK -> SET_TEMP_WRITE_BLOCK
[00:06:28]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] adding block write to indices [[.kibana_8.0.0_reindex_temp/dH0KgaCPQqeXJstMRtP2bg]]
[00:06:28]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] completed adding block write to indices [.kibana_8.0.0_reindex_temp]
[00:06:28]                 │ proc [kibana]   log   [20:42:27.262] [info][savedobjects-service] [.kibana] SET_TEMP_WRITE_BLOCK -> CLONE_TEMP_TO_TARGET
[00:06:28]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] applying create index request using existing index [.kibana_8.0.0_reindex_temp] metadata
[00:06:28]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [.kibana_8.0.0_001] creating index, cause [clone_index], templates [], shards [1]/[1]
[00:06:28]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] updating number_of_replicas to [0] for indices [.kibana_8.0.0_001]
[00:06:28]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [.kibana_8.0.0_001/B7uIju6RSgmMGoMU3hHrVw] create_mapping
[00:06:28]                 │ proc [kibana]   log   [20:42:27.370] [info][savedobjects-service] [.kibana] CLONE_TEMP_TO_TARGET -> OUTDATED_DOCUMENTS_SEARCH
[00:06:28]                 │ proc [kibana]   log   [20:42:27.388] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH -> OUTDATED_DOCUMENTS_TRANSFORM
[00:06:28]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [.kibana_8.0.0_001/B7uIju6RSgmMGoMU3hHrVw] update_mapping [_doc]
[00:06:29]                 │ proc [kibana]   log   [20:42:28.307] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_TRANSFORM -> OUTDATED_DOCUMENTS_SEARCH
[00:06:29]                 │ proc [kibana]   log   [20:42:28.319] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH -> UPDATE_TARGET_MAPPINGS
[00:06:29]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [.kibana_8.0.0_001/B7uIju6RSgmMGoMU3hHrVw] update_mapping [_doc]
[00:06:29]                 │ proc [kibana]   log   [20:42:28.359] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS -> UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK
[00:06:29]                 │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] 4176 finished with response BulkByScrollResponse[took=47.3ms,timed_out=false,sliceId=null,updated=143,created=0,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:06:29]                 │ proc [kibana]   log   [20:42:28.465] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK -> MARK_VERSION_INDEX_READY
[00:06:29]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [.kibana_8.0.0_reindex_temp/dH0KgaCPQqeXJstMRtP2bg] deleting index
[00:06:29]                 │ proc [kibana]   log   [20:42:28.503] [info][savedobjects-service] [.kibana] MARK_VERSION_INDEX_READY -> DONE
[00:06:29]                 │ proc [kibana]   log   [20:42:28.503] [info][savedobjects-service] [.kibana] Migration completed after 1593ms
[00:06:29]                 │ debg [dashboard/current/kibana] Migrated Kibana index after loading Kibana data
[00:06:29]                 │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC","visualization:visualize:legacyChartsLibrary":true}
[00:06:31]                 │ debg replacing kibana config doc: {"defaultIndex":"0bf35f60-3dc9-11e8-8660-4d65aa086b3c"}
[00:06:32]                 │ debg navigating to dashboard url: http://localhost:61211/app/dashboards#/list
[00:06:32]                 │ debg navigate to: http://localhost:61211/app/dashboards#/list
[00:06:32]                 │ debg browser[INFO] http://localhost:61211/app/dashboards?_t=1614804151337#/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:06:32]                 │
[00:06:32]                 │ debg browser[INFO] http://localhost:61211/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:06:32]                 │ debg ... sleep(700) start
[00:06:33]                 │ debg ... sleep(700) end
[00:06:33]                 │ debg returned from get, calling refresh
[00:06:33]                 │ERROR browser[SEVERE] http://localhost:61211/41017/bundles/core/core.entry.js 12:159270 TypeError: Failed to fetch
[00:06:33]                 │          at fetch_Fetch.fetchResponse (http://localhost:61211/41017/bundles/core/core.entry.js:6:32401)
[00:06:33]                 │          at async interceptResponse (http://localhost:61211/41017/bundles/core/core.entry.js:6:28587)
[00:06:33]                 │          at async http://localhost:61211/41017/bundles/core/core.entry.js:6:31067
[00:06:33]                 │ debg browser[INFO] http://localhost:61211/app/dashboards?_t=1614804151337#/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:06:33]                 │
[00:06:33]                 │ debg browser[INFO] http://localhost:61211/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:06:33]                 │ debg currentUrl = http://localhost:61211/app/dashboards#/list
[00:06:33]                 │          appUrl = http://localhost:61211/app/dashboards#/list
[00:06:33]                 │ debg TestSubjects.find(kibanaChrome)
[00:06:33]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:06:34]                 │ debg ... sleep(501) start
[00:06:34]                 │ debg ... sleep(501) end
[00:06:34]                 │ debg in navigateTo url = http://localhost:61211/app/dashboards#/list?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:06:34]                 │ debg TestSubjects.exists(statusPageContainer)
[00:06:34]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:06:37]                 │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:06:38]                 │ debg isGlobalLoadingIndicatorVisible
[00:06:38]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:06:38]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:06:38]                 │ debg browser[INFO] http://localhost:61211/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:06:38]                 │
[00:06:38]                 │ debg browser[INFO] http://localhost:61211/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:06:39]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:06:40]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:06:40]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:06:40]                 │ debg gotoDashboardLandingPage
[00:06:40]                 │ debg onDashboardLandingPage
[00:06:40]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:06:40]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=5000
[00:08:41]               └-: using a pinned filter that excludes all data
[00:08:41]                 └-> "before all" hook for "filters on pie charts"
[00:08:41]                 └-> "before all" hook for "filters on pie charts"
[00:08:41]                   │ debg TestSubjects.exists(newItemButton)
[00:08:41]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:08:41]                   │ debg TestSubjects.click(newItemButton)
[00:08:41]                   │ debg Find.clickByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:08:41]                   │ debg Find.findByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:08:41]                   │ debg TestSubjects.exists(dashboardCreateConfirm)
[00:08:41]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardCreateConfirm"]') with timeout=2500
[00:08:44]                   │ debg --- retry.tryForTime error: [data-test-subj="dashboardCreateConfirm"] is not displayed
[00:08:44]                   │ debg waitForRenderComplete
[00:08:44]                   │ debg in getSharedItemsCount
[00:08:44]                   │ debg Find.findByCssSelector('[data-shared-items-count]') with timeout=10000
[00:08:44]                   │ debg Renderable.waitForRender for 0 elements
[00:08:44]                   │ debg Find.allByCssSelector('[data-render-complete="true"]') with timeout=10000
[00:08:54]                   │ debg Find.allByCssSelector('[data-loading]') with timeout=1000
[00:08:55]                   │ debg Setting absolute range to Jan 1, 2018 @ 00:00:00.000 to Apr 13, 2018 @ 00:00:00.000
[00:08:55]                   │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:08:55]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:08:55]                   │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:08:55]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:08:58]                   │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerShowDatesButton"] is not displayed
[00:08:58]                   │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:08:58]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:08:58]                   │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:08:58]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:08:58]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:08:59]                   │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:08:59]                   │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:08:59]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:08:59]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:08:59]                   │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:08:59]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:59]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:59]                   │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Apr 13, 2018 @ 00:00:00.000)
[00:08:59]                   │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:08:59]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:59]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:59]                   │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:08:59]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:08:59]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:08:59]                   │ debg Find.waitForElementStale with timeout=10000
[00:08:59]                   │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:08:59]                   │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:08:59]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:08:59]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:09:00]                   │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:09:00]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:00]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:00]                   │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Jan 1, 2018 @ 00:00:00.000)
[00:09:00]                   │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:09:00]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:00]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:00]                   │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:09:00]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:09:02]                   │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:09:03]                   │ debg TestSubjects.click(querySubmitButton)
[00:09:03]                   │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:09:03]                   │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:09:03]                   │ debg Find.waitForElementStale with timeout=10000
[00:09:03]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:03]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:03]                   │ debg DashboardAddPanel.addEveryVisualization
[00:09:03]                   │ debg DashboardAddPanel.ensureAddPanelIsShowing
[00:09:03]                   │ debg DashboardAddPanel.isAddPanelOpen
[00:09:03]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:03]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:09:06]                   │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:09:06]                   │ debg DashboardAddPanel.clickOpenAddPanel
[00:09:06]                   │ debg TestSubjects.click(dashboardAddPanelButton)
[00:09:06]                   │ debg Find.clickByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:09:06]                   │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:09:06]                   │ debg ... sleep(500) start
[00:09:07]                   │ debg ... sleep(500) end
[00:09:07]                   │ debg DashboardAddPanel.isAddPanelOpen
[00:09:07]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:07]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:09:07]                   │ debg DashboardAddPanel.addToFilter(visualization)
[00:09:07]                   │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:09:08]                   │ debg DashboardAddPanel.toggleFilter
[00:09:08]                   │ debg TestSubjects.click(savedObjectFinderFilterButton)
[00:09:08]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:09:08]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:09:08]                   │ debg TestSubjects.click(savedObjectFinderFilter-visualization)
[00:09:08]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilter-visualization"]') with timeout=10000
[00:09:08]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilter-visualization"]') with timeout=10000
[00:09:08]                   │ debg DashboardAddPanel.toggleFilter
[00:09:08]                   │ debg TestSubjects.click(savedObjectFinderFilterButton)
[00:09:08]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:09:08]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:09:08]                   │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:09:08]                   │ debg TestSubjects.setValue(savedObjectFinderSearchInput, "Filter Bytes Test")
[00:09:08]                   │ debg TestSubjects.click(savedObjectFinderSearchInput)
[00:09:08]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:09:08]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:09:09]                   │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:09:09]                   │ debg addEveryEmbeddableOnCurrentPage
[00:09:09]                   │ debg TestSubjects.find(savedObjectFinderItemList)
[00:09:09]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderItemList"]') with timeout=10000
[00:09:10]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:10]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:10]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:10]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:10]                   │ debg --- retry.try error: stale element reference: element is not attached to the page document
[00:09:10]                   │        (Session info: headless chrome=89.0.4389.72)
[00:09:11]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:11]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:11]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:11]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:11]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:11]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:12]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:12]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:12]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:12]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:12]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:12]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:12]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:12]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:12]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:12]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:13]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:13]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:13]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:13]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:13]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:13]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:13]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:13]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:14]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:14]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:14]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:14]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:14]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:14]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:14]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:14]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:15]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:15]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:15]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:15]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:15]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:15]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:16]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:16]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:16]                   │ debg Added 11 embeddables
[00:09:16]                   │ debg Find.allByCssSelector('.euiToast') with timeout=10000
[00:09:16]                   │ debg TestSubjects.exists(pagination-button-next)
[00:09:16]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="pagination-button-next"]') with timeout=2500
[00:09:16]                   │ debg TestSubjects.find(pagination-button-next)
[00:09:16]                   │ debg Find.findByCssSelector('[data-test-subj="pagination-button-next"]') with timeout=10000
[00:09:16]                   │ debg isGlobalLoadingIndicatorVisible
[00:09:16]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:09:16]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:09:18]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:09:18]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:18]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:18]                   │ debg isGlobalLoadingIndicatorVisible
[00:09:18]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:09:18]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:09:20]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:09:20]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:20]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:20]                   │ debg addEveryEmbeddableOnCurrentPage
[00:09:20]                   │ debg TestSubjects.find(savedObjectFinderItemList)
[00:09:20]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderItemList"]') with timeout=10000
[00:09:20]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:21]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:21]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:21]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:21]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:21]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:21]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:21]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:21]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:22]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:22]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:22]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:22]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:22]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:22]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:22]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:22]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:23]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:23]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:23]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:23]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:23]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:23]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:23]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:23]                   │ debg Added 6 embeddables
[00:09:23]                   │ debg Find.allByCssSelector('.euiToast') with timeout=10000
[00:09:24]                   │ debg TestSubjects.exists(pagination-button-next)
[00:09:24]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="pagination-button-next"]') with timeout=2500
[00:09:24]                   │ debg TestSubjects.find(pagination-button-next)
[00:09:24]                   │ debg Find.findByCssSelector('[data-test-subj="pagination-button-next"]') with timeout=10000
[00:09:24]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:24]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:09:24]                   │ debg Closing flyout dashboardAddPanel
[00:09:24]                   │ debg TestSubjects.find(dashboardAddPanel)
[00:09:24]                   │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=10000
[00:09:24]                   │ debg Waiting up to 20000ms for flyout closed...
[00:09:24]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:24]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:09:25]                   │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:09:26]                   │ debg DashboardAddPanel.addEverySavedSearch
[00:09:26]                   │ debg DashboardAddPanel.ensureAddPanelIsShowing
[00:09:26]                   │ debg DashboardAddPanel.isAddPanelOpen
[00:09:26]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:26]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:09:28]                   │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:09:29]                   │ debg DashboardAddPanel.clickOpenAddPanel
[00:09:29]                   │ debg TestSubjects.click(dashboardAddPanelButton)
[00:09:29]                   │ debg Find.clickByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:09:29]                   │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:09:29]                   │ debg ... sleep(500) start
[00:09:30]                   │ debg ... sleep(500) end
[00:09:30]                   │ debg DashboardAddPanel.isAddPanelOpen
[00:09:30]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:30]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:09:30]                   │ debg DashboardAddPanel.addToFilter(search)
[00:09:30]                   │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:09:30]                   │ debg DashboardAddPanel.toggleFilter
[00:09:30]                   │ debg TestSubjects.click(savedObjectFinderFilterButton)
[00:09:30]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:09:30]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:09:30]                   │ debg TestSubjects.click(savedObjectFinderFilter-search)
[00:09:30]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilter-search"]') with timeout=10000
[00:09:30]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilter-search"]') with timeout=10000
[00:09:30]                   │ debg DashboardAddPanel.toggleFilter
[00:09:30]                   │ debg TestSubjects.click(savedObjectFinderFilterButton)
[00:09:30]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:09:30]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:09:31]                   │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:09:31]                   │ debg TestSubjects.setValue(savedObjectFinderSearchInput, "Filter Bytes Test")
[00:09:31]                   │ debg TestSubjects.click(savedObjectFinderSearchInput)
[00:09:31]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:09:31]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:09:31]                   │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:09:32]                   │ debg addEveryEmbeddableOnCurrentPage
[00:09:32]                   │ debg TestSubjects.find(savedObjectFinderItemList)
[00:09:32]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderItemList"]') with timeout=10000
[00:09:32]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:32]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:32]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:32]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:32]                   │ debg Added 1 embeddables
[00:09:32]                   │ debg Find.allByCssSelector('.euiToast') with timeout=10000
[00:09:33]                   │ debg TestSubjects.exists(pagination-button-next)
[00:09:33]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="pagination-button-next"]') with timeout=2500
[00:09:33]                   │ debg --- retry.tryForTime error: [data-test-subj="pagination-button-next"] is not displayed
[00:09:33]                   │ debg --- retry.tryForTime failed again with the same message...
[00:09:34]                   │ debg --- retry.tryForTime failed again with the same message...
[00:09:34]                   │ debg --- retry.tryForTime failed again with the same message...
[00:09:35]                   │ debg --- retry.tryForTime failed again with the same message...
[00:09:35]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:35]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:09:35]                   │ debg Closing flyout dashboardAddPanel
[00:09:35]                   │ debg TestSubjects.find(dashboardAddPanel)
[00:09:35]                   │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=10000
[00:09:36]                   │ debg Waiting up to 20000ms for flyout closed...
[00:09:36]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:36]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:09:37]                   │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:09:37]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:37]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:09:38]                   │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:09:39]                   │ debg isGlobalLoadingIndicatorVisible
[00:09:39]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:09:39]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:09:41]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:09:41]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:41]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:41]                   │ debg waitForRenderComplete
[00:09:41]                   │ debg in getSharedItemsCount
[00:09:41]                   │ debg Find.findByCssSelector('[data-shared-items-count]') with timeout=10000
[00:09:41]                   │ debg Renderable.waitForRender for 0 elements
[00:09:41]                   │ debg Find.allByCssSelector('[data-render-complete="true"]') with timeout=10000
[00:09:41]                   │ debg Find.allByCssSelector('[data-loading]') with timeout=1000
[00:09:42]                   │ debg TestSubjects.click(addFilter)
[00:09:42]                   │ debg Find.clickByCssSelector('[data-test-subj="addFilter"]') with timeout=10000
[00:09:42]                   │ debg Find.findByCssSelector('[data-test-subj="addFilter"]') with timeout=10000
[00:09:42]                   │ debg comboBox.set, comboBoxSelector: filterFieldSuggestionList
[00:09:42]                   │ debg TestSubjects.find(filterFieldSuggestionList)
[00:09:42]                   │ debg Find.findByCssSelector('[data-test-subj="filterFieldSuggestionList"]') with timeout=10000
[00:09:42]                   │ debg comboBox.setElement, value: bytes
[00:09:42]                   │ debg comboBox.isOptionSelected, value: bytes
[00:09:45]                   │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:09:45]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:09:45]                   │ debg Find.allByCssSelector('.euiFilterSelectItem[title^="bytes"]') with timeout=2500
[00:09:47]                   │ debg Find.findByCssSelector('.euiFilterSelectItem') with timeout=5000
[00:09:57]                   │ info Taking screenshot "/dev/shm/workspace/parallel/21/kibana/test/functional/screenshots/failure/dashboard app using current data dashboard filtering using a pinned filter that excludes all data _before all_ hook for _filters on pie charts_.png"
[00:09:57]                   │ info Current URL is: http://localhost:61211/app/dashboards#/create?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:%272018-01-01T00:00:00.000Z%27,to:%272018-04-13T00:00:00.000Z%27))&_a=(description:%27%27,filters:!(),fullScreenMode:!f,options:(hidePanelTitles:!f,useMargins:!t),query:(language:kuery,query:%27%27),tags:!(),timeRestore:!f,title:%27%27,viewMode:edit)
[00:09:58]                   │ info Saving page source to: /dev/shm/workspace/parallel/21/kibana/test/functional/failure_debug/html/dashboard app using current data dashboard filtering using a pinned filter that excludes all data _before all_ hook for _filters on pie charts_.html
[00:09:58]                   └- ✖ fail: dashboard app using current data dashboard filtering using a pinned filter that excludes all data "before all" hook for "filters on pie charts"
[00:09:58]                   │      TimeoutError: Waiting for element to be located By(css selector, .euiFilterSelectItem)
[00:09:58]                   │ Wait timed out after 10039ms
[00:09:58]                   │       at /dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
[00:09:58]                   │       at runMicrotasks (<anonymous>)
[00:09:58]                   │       at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:09:58]                   │ 
[00:09:58]                   │ 

Stack Trace

TimeoutError: Waiting for element to be located By(css selector, .euiFilterSelectItem)
Wait timed out after 10039ms
    at /dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:93:5) {
  remoteStacktrace: ''
}

Kibana Pipeline / general / Chrome UI Functional Tests.test/functional/apps/dashboard/dashboard_filtering·ts.dashboard app using current data dashboard filtering using a pinned filter that excludes all data "after all" hook for "vega is filtered"

Link to Jenkins

Standard Out

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

[00:00:00]       │
[00:00:00]         └-: dashboard app
[00:00:00]           └-> "before all" hook in "dashboard app"
[00:00:00]           └-: using current data
[00:00:00]             └-> "before all" hook in "using current data"
[00:00:00]             └-> "before all" hook: loadCurrentData in "using current data"
[00:00:00]               │ info [logstash_functional] Unloading indices from "mappings.json"
[00:00:00]               │ info [logstash_functional] Unloading indices from "data.json.gz"
[00:00:01]               │ info [dashboard/current/data] Loading "mappings.json"
[00:00:01]               │ info [dashboard/current/data] Loading "data.json.gz"
[00:00:01]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [animals-dogs-2018-01-01] creating index, cause [api], templates [], shards [5]/[1]
[00:00:01]               │ info [dashboard/current/data] Created index "animals-dogs-2018-01-01"
[00:00:01]               │ debg [dashboard/current/data] "animals-dogs-2018-01-01" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:01]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [animals-dogs-2018-04-10] creating index, cause [api], templates [], shards [5]/[1]
[00:00:02]               │ info [dashboard/current/data] Created index "animals-dogs-2018-04-10"
[00:00:02]               │ debg [dashboard/current/data] "animals-dogs-2018-04-10" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:02]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [animals-cats-2018-01-01] creating index, cause [api], templates [], shards [5]/[1]
[00:00:02]               │ info [dashboard/current/data] Created index "animals-cats-2018-01-01"
[00:00:02]               │ debg [dashboard/current/data] "animals-cats-2018-01-01" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:02]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [animals-cats-2018-04-10] creating index, cause [api], templates [], shards [5]/[1]
[00:00:02]               │ info [dashboard/current/data] Created index "animals-cats-2018-04-10"
[00:00:02]               │ debg [dashboard/current/data] "animals-cats-2018-04-10" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:02]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [dogbreeds] creating index, cause [api], templates [], shards [5]/[1]
[00:00:02]               │ info [dashboard/current/data] Created index "dogbreeds"
[00:00:02]               │ debg [dashboard/current/data] "dogbreeds" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:02]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [logstash-0] creating index, cause [api], templates [], shards [1]/[0]
[00:00:02]               │ info [dashboard/current/data] Created index "logstash-0"
[00:00:02]               │ debg [dashboard/current/data] "logstash-0" settings {"index":{"analysis":{"analyzer":{"makelogs_url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:11]               │ info progress: 7816
[00:00:16]               │ info [dashboard/current/data] Indexed 6 docs into "animals-dogs-2018-01-01"
[00:00:16]               │ info [dashboard/current/data] Indexed 6 docs into "animals-dogs-2018-04-10"
[00:00:16]               │ info [dashboard/current/data] Indexed 6 docs into "animals-cats-2018-01-01"
[00:00:16]               │ info [dashboard/current/data] Indexed 5 docs into "animals-cats-2018-04-10"
[00:00:16]               │ info [dashboard/current/data] Indexed 6 docs into "dogbreeds"
[00:00:16]               │ info [dashboard/current/data] Indexed 14005 docs into "logstash-0"
[00:06:27]             └-: dashboard filtering
[00:06:27]               └-> "before all" hook in "dashboard filtering"
[00:06:27]               └-> "before all" hook in "dashboard filtering"
[00:06:27]                 │ info [dashboard/current/kibana] Loading "mappings.json"
[00:06:27]                 │ info [dashboard/current/kibana] Loading "data.json.gz"
[00:06:28]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [.kibana_8.0.0_001/kXJ9zj3bTg-C1dTLCwDogw] deleting index
[00:06:28]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [.kibana_1/UrwSQ7YxS5yvWaVLHrkITw] deleting index
[00:06:28]                 │ info [dashboard/current/kibana] Deleted existing index ".kibana_8.0.0_001"
[00:06:28]                 │ info [dashboard/current/kibana] Deleted existing index ".kibana_1"
[00:06:28]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [.kibana_1] creating index, cause [api], templates [], shards [1]/[0]
[00:06:28]                 │ info [dashboard/current/kibana] Created index ".kibana_1"
[00:06:28]                 │ debg [dashboard/current/kibana] ".kibana_1" settings {"index":{"auto_expand_replicas":"0-1","number_of_replicas":"0","number_of_shards":"1"}}
[00:06:28]                 │ info [dashboard/current/kibana] Indexed 143 docs into ".kibana_1"
[00:06:28]                 │ debg Migrating saved objects
[00:06:28]                 │ proc [kibana]   log   [20:42:26.917] [info][savedobjects-service] [.kibana] INIT -> SET_SOURCE_WRITE_BLOCK
[00:06:28]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] adding block write to indices [[.kibana_1/rAMI4cjnRuiozGQl2tXmJw]]
[00:06:28]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] completed adding block write to indices [.kibana_1]
[00:06:28]                 │ proc [kibana]   log   [20:42:26.958] [info][savedobjects-service] [.kibana] SET_SOURCE_WRITE_BLOCK -> CREATE_REINDEX_TEMP
[00:06:28]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [.kibana_8.0.0_reindex_temp] creating index, cause [api], templates [], shards [1]/[1]
[00:06:28]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] updating number_of_replicas to [0] for indices [.kibana_8.0.0_reindex_temp]
[00:06:28]                 │ proc [kibana]   log   [20:42:27.013] [info][savedobjects-service] [.kibana] CREATE_REINDEX_TEMP -> REINDEX_SOURCE_TO_TEMP
[00:06:28]                 │ proc [kibana]   log   [20:42:27.019] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP -> REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK
[00:06:28]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [.kibana_8.0.0_reindex_temp/dH0KgaCPQqeXJstMRtP2bg] update_mapping [_doc]
[00:06:28]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [.kibana_8.0.0_reindex_temp/dH0KgaCPQqeXJstMRtP2bg] update_mapping [_doc]
[00:06:28]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [.kibana_8.0.0_reindex_temp/dH0KgaCPQqeXJstMRtP2bg] update_mapping [_doc]
[00:06:28]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [.kibana_8.0.0_reindex_temp/dH0KgaCPQqeXJstMRtP2bg] update_mapping [_doc]
[00:06:28]                 │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] 4108 finished with response BulkByScrollResponse[took=119.6ms,timed_out=false,sliceId=null,updated=0,created=143,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:06:28]                 │ proc [kibana]   log   [20:42:27.224] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK -> SET_TEMP_WRITE_BLOCK
[00:06:28]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] adding block write to indices [[.kibana_8.0.0_reindex_temp/dH0KgaCPQqeXJstMRtP2bg]]
[00:06:28]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] completed adding block write to indices [.kibana_8.0.0_reindex_temp]
[00:06:28]                 │ proc [kibana]   log   [20:42:27.262] [info][savedobjects-service] [.kibana] SET_TEMP_WRITE_BLOCK -> CLONE_TEMP_TO_TARGET
[00:06:28]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] applying create index request using existing index [.kibana_8.0.0_reindex_temp] metadata
[00:06:28]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [.kibana_8.0.0_001] creating index, cause [clone_index], templates [], shards [1]/[1]
[00:06:28]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] updating number_of_replicas to [0] for indices [.kibana_8.0.0_001]
[00:06:28]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [.kibana_8.0.0_001/B7uIju6RSgmMGoMU3hHrVw] create_mapping
[00:06:28]                 │ proc [kibana]   log   [20:42:27.370] [info][savedobjects-service] [.kibana] CLONE_TEMP_TO_TARGET -> OUTDATED_DOCUMENTS_SEARCH
[00:06:28]                 │ proc [kibana]   log   [20:42:27.388] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH -> OUTDATED_DOCUMENTS_TRANSFORM
[00:06:28]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [.kibana_8.0.0_001/B7uIju6RSgmMGoMU3hHrVw] update_mapping [_doc]
[00:06:29]                 │ proc [kibana]   log   [20:42:28.307] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_TRANSFORM -> OUTDATED_DOCUMENTS_SEARCH
[00:06:29]                 │ proc [kibana]   log   [20:42:28.319] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH -> UPDATE_TARGET_MAPPINGS
[00:06:29]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [.kibana_8.0.0_001/B7uIju6RSgmMGoMU3hHrVw] update_mapping [_doc]
[00:06:29]                 │ proc [kibana]   log   [20:42:28.359] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS -> UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK
[00:06:29]                 │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] 4176 finished with response BulkByScrollResponse[took=47.3ms,timed_out=false,sliceId=null,updated=143,created=0,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:06:29]                 │ proc [kibana]   log   [20:42:28.465] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK -> MARK_VERSION_INDEX_READY
[00:06:29]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xxl-1614801898360190841] [.kibana_8.0.0_reindex_temp/dH0KgaCPQqeXJstMRtP2bg] deleting index
[00:06:29]                 │ proc [kibana]   log   [20:42:28.503] [info][savedobjects-service] [.kibana] MARK_VERSION_INDEX_READY -> DONE
[00:06:29]                 │ proc [kibana]   log   [20:42:28.503] [info][savedobjects-service] [.kibana] Migration completed after 1593ms
[00:06:29]                 │ debg [dashboard/current/kibana] Migrated Kibana index after loading Kibana data
[00:06:29]                 │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC","visualization:visualize:legacyChartsLibrary":true}
[00:06:31]                 │ debg replacing kibana config doc: {"defaultIndex":"0bf35f60-3dc9-11e8-8660-4d65aa086b3c"}
[00:06:32]                 │ debg navigating to dashboard url: http://localhost:61211/app/dashboards#/list
[00:06:32]                 │ debg navigate to: http://localhost:61211/app/dashboards#/list
[00:06:32]                 │ debg browser[INFO] http://localhost:61211/app/dashboards?_t=1614804151337#/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:06:32]                 │
[00:06:32]                 │ debg browser[INFO] http://localhost:61211/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:06:32]                 │ debg ... sleep(700) start
[00:06:33]                 │ debg ... sleep(700) end
[00:06:33]                 │ debg returned from get, calling refresh
[00:06:33]                 │ERROR browser[SEVERE] http://localhost:61211/41017/bundles/core/core.entry.js 12:159270 TypeError: Failed to fetch
[00:06:33]                 │          at fetch_Fetch.fetchResponse (http://localhost:61211/41017/bundles/core/core.entry.js:6:32401)
[00:06:33]                 │          at async interceptResponse (http://localhost:61211/41017/bundles/core/core.entry.js:6:28587)
[00:06:33]                 │          at async http://localhost:61211/41017/bundles/core/core.entry.js:6:31067
[00:06:33]                 │ debg browser[INFO] http://localhost:61211/app/dashboards?_t=1614804151337#/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:06:33]                 │
[00:06:33]                 │ debg browser[INFO] http://localhost:61211/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:06:33]                 │ debg currentUrl = http://localhost:61211/app/dashboards#/list
[00:06:33]                 │          appUrl = http://localhost:61211/app/dashboards#/list
[00:06:33]                 │ debg TestSubjects.find(kibanaChrome)
[00:06:33]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:06:34]                 │ debg ... sleep(501) start
[00:06:34]                 │ debg ... sleep(501) end
[00:06:34]                 │ debg in navigateTo url = http://localhost:61211/app/dashboards#/list?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:06:34]                 │ debg TestSubjects.exists(statusPageContainer)
[00:06:34]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:06:37]                 │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:06:38]                 │ debg isGlobalLoadingIndicatorVisible
[00:06:38]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:06:38]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:06:38]                 │ debg browser[INFO] http://localhost:61211/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:06:38]                 │
[00:06:38]                 │ debg browser[INFO] http://localhost:61211/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:06:39]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:06:40]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:06:40]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:06:40]                 │ debg gotoDashboardLandingPage
[00:06:40]                 │ debg onDashboardLandingPage
[00:06:40]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:06:40]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=5000
[00:08:41]               └-: using a pinned filter that excludes all data
[00:08:41]                 └-> "before all" hook for "filters on pie charts"
[00:08:41]                 └-> "before all" hook for "filters on pie charts"
[00:08:41]                   │ debg TestSubjects.exists(newItemButton)
[00:08:41]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:08:41]                   │ debg TestSubjects.click(newItemButton)
[00:08:41]                   │ debg Find.clickByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:08:41]                   │ debg Find.findByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:08:41]                   │ debg TestSubjects.exists(dashboardCreateConfirm)
[00:08:41]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardCreateConfirm"]') with timeout=2500
[00:08:44]                   │ debg --- retry.tryForTime error: [data-test-subj="dashboardCreateConfirm"] is not displayed
[00:08:44]                   │ debg waitForRenderComplete
[00:08:44]                   │ debg in getSharedItemsCount
[00:08:44]                   │ debg Find.findByCssSelector('[data-shared-items-count]') with timeout=10000
[00:08:44]                   │ debg Renderable.waitForRender for 0 elements
[00:08:44]                   │ debg Find.allByCssSelector('[data-render-complete="true"]') with timeout=10000
[00:08:54]                   │ debg Find.allByCssSelector('[data-loading]') with timeout=1000
[00:08:55]                   │ debg Setting absolute range to Jan 1, 2018 @ 00:00:00.000 to Apr 13, 2018 @ 00:00:00.000
[00:08:55]                   │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:08:55]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:08:55]                   │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:08:55]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:08:58]                   │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerShowDatesButton"] is not displayed
[00:08:58]                   │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:08:58]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:08:58]                   │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:08:58]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:08:58]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:08:59]                   │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:08:59]                   │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:08:59]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:08:59]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:08:59]                   │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:08:59]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:59]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:59]                   │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Apr 13, 2018 @ 00:00:00.000)
[00:08:59]                   │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:08:59]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:59]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:59]                   │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:08:59]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:08:59]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:08:59]                   │ debg Find.waitForElementStale with timeout=10000
[00:08:59]                   │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:08:59]                   │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:08:59]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:08:59]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:09:00]                   │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:09:00]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:00]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:00]                   │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Jan 1, 2018 @ 00:00:00.000)
[00:09:00]                   │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:09:00]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:00]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:00]                   │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:09:00]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:09:02]                   │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:09:03]                   │ debg TestSubjects.click(querySubmitButton)
[00:09:03]                   │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:09:03]                   │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:09:03]                   │ debg Find.waitForElementStale with timeout=10000
[00:09:03]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:03]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:03]                   │ debg DashboardAddPanel.addEveryVisualization
[00:09:03]                   │ debg DashboardAddPanel.ensureAddPanelIsShowing
[00:09:03]                   │ debg DashboardAddPanel.isAddPanelOpen
[00:09:03]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:03]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:09:06]                   │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:09:06]                   │ debg DashboardAddPanel.clickOpenAddPanel
[00:09:06]                   │ debg TestSubjects.click(dashboardAddPanelButton)
[00:09:06]                   │ debg Find.clickByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:09:06]                   │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:09:06]                   │ debg ... sleep(500) start
[00:09:07]                   │ debg ... sleep(500) end
[00:09:07]                   │ debg DashboardAddPanel.isAddPanelOpen
[00:09:07]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:07]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:09:07]                   │ debg DashboardAddPanel.addToFilter(visualization)
[00:09:07]                   │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:09:08]                   │ debg DashboardAddPanel.toggleFilter
[00:09:08]                   │ debg TestSubjects.click(savedObjectFinderFilterButton)
[00:09:08]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:09:08]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:09:08]                   │ debg TestSubjects.click(savedObjectFinderFilter-visualization)
[00:09:08]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilter-visualization"]') with timeout=10000
[00:09:08]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilter-visualization"]') with timeout=10000
[00:09:08]                   │ debg DashboardAddPanel.toggleFilter
[00:09:08]                   │ debg TestSubjects.click(savedObjectFinderFilterButton)
[00:09:08]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:09:08]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:09:08]                   │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:09:08]                   │ debg TestSubjects.setValue(savedObjectFinderSearchInput, "Filter Bytes Test")
[00:09:08]                   │ debg TestSubjects.click(savedObjectFinderSearchInput)
[00:09:08]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:09:08]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:09:09]                   │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:09:09]                   │ debg addEveryEmbeddableOnCurrentPage
[00:09:09]                   │ debg TestSubjects.find(savedObjectFinderItemList)
[00:09:09]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderItemList"]') with timeout=10000
[00:09:10]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:10]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:10]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:10]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:10]                   │ debg --- retry.try error: stale element reference: element is not attached to the page document
[00:09:10]                   │        (Session info: headless chrome=89.0.4389.72)
[00:09:11]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:11]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:11]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:11]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:11]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:11]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:12]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:12]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:12]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:12]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:12]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:12]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:12]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:12]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:12]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:12]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:13]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:13]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:13]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:13]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:13]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:13]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:13]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:13]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:14]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:14]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:14]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:14]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:14]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:14]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:14]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:14]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:15]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:15]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:15]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:15]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:15]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:15]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:16]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:16]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:16]                   │ debg Added 11 embeddables
[00:09:16]                   │ debg Find.allByCssSelector('.euiToast') with timeout=10000
[00:09:16]                   │ debg TestSubjects.exists(pagination-button-next)
[00:09:16]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="pagination-button-next"]') with timeout=2500
[00:09:16]                   │ debg TestSubjects.find(pagination-button-next)
[00:09:16]                   │ debg Find.findByCssSelector('[data-test-subj="pagination-button-next"]') with timeout=10000
[00:09:16]                   │ debg isGlobalLoadingIndicatorVisible
[00:09:16]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:09:16]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:09:18]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:09:18]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:18]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:18]                   │ debg isGlobalLoadingIndicatorVisible
[00:09:18]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:09:18]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:09:20]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:09:20]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:20]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:20]                   │ debg addEveryEmbeddableOnCurrentPage
[00:09:20]                   │ debg TestSubjects.find(savedObjectFinderItemList)
[00:09:20]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderItemList"]') with timeout=10000
[00:09:20]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:21]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:21]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:21]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:21]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:21]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:21]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:21]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:21]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:22]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:22]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:22]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:22]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:22]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:22]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:22]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:22]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:23]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:23]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:23]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:23]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:23]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:23]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:23]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:23]                   │ debg Added 6 embeddables
[00:09:23]                   │ debg Find.allByCssSelector('.euiToast') with timeout=10000
[00:09:24]                   │ debg TestSubjects.exists(pagination-button-next)
[00:09:24]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="pagination-button-next"]') with timeout=2500
[00:09:24]                   │ debg TestSubjects.find(pagination-button-next)
[00:09:24]                   │ debg Find.findByCssSelector('[data-test-subj="pagination-button-next"]') with timeout=10000
[00:09:24]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:24]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:09:24]                   │ debg Closing flyout dashboardAddPanel
[00:09:24]                   │ debg TestSubjects.find(dashboardAddPanel)
[00:09:24]                   │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=10000
[00:09:24]                   │ debg Waiting up to 20000ms for flyout closed...
[00:09:24]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:24]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:09:25]                   │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:09:26]                   │ debg DashboardAddPanel.addEverySavedSearch
[00:09:26]                   │ debg DashboardAddPanel.ensureAddPanelIsShowing
[00:09:26]                   │ debg DashboardAddPanel.isAddPanelOpen
[00:09:26]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:26]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:09:28]                   │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:09:29]                   │ debg DashboardAddPanel.clickOpenAddPanel
[00:09:29]                   │ debg TestSubjects.click(dashboardAddPanelButton)
[00:09:29]                   │ debg Find.clickByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:09:29]                   │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:09:29]                   │ debg ... sleep(500) start
[00:09:30]                   │ debg ... sleep(500) end
[00:09:30]                   │ debg DashboardAddPanel.isAddPanelOpen
[00:09:30]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:30]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:09:30]                   │ debg DashboardAddPanel.addToFilter(search)
[00:09:30]                   │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:09:30]                   │ debg DashboardAddPanel.toggleFilter
[00:09:30]                   │ debg TestSubjects.click(savedObjectFinderFilterButton)
[00:09:30]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:09:30]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:09:30]                   │ debg TestSubjects.click(savedObjectFinderFilter-search)
[00:09:30]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilter-search"]') with timeout=10000
[00:09:30]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilter-search"]') with timeout=10000
[00:09:30]                   │ debg DashboardAddPanel.toggleFilter
[00:09:30]                   │ debg TestSubjects.click(savedObjectFinderFilterButton)
[00:09:30]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:09:30]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:09:31]                   │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:09:31]                   │ debg TestSubjects.setValue(savedObjectFinderSearchInput, "Filter Bytes Test")
[00:09:31]                   │ debg TestSubjects.click(savedObjectFinderSearchInput)
[00:09:31]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:09:31]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:09:31]                   │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:09:32]                   │ debg addEveryEmbeddableOnCurrentPage
[00:09:32]                   │ debg TestSubjects.find(savedObjectFinderItemList)
[00:09:32]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderItemList"]') with timeout=10000
[00:09:32]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:32]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:32]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:32]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:32]                   │ debg Added 1 embeddables
[00:09:32]                   │ debg Find.allByCssSelector('.euiToast') with timeout=10000
[00:09:33]                   │ debg TestSubjects.exists(pagination-button-next)
[00:09:33]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="pagination-button-next"]') with timeout=2500
[00:09:33]                   │ debg --- retry.tryForTime error: [data-test-subj="pagination-button-next"] is not displayed
[00:09:33]                   │ debg --- retry.tryForTime failed again with the same message...
[00:09:34]                   │ debg --- retry.tryForTime failed again with the same message...
[00:09:34]                   │ debg --- retry.tryForTime failed again with the same message...
[00:09:35]                   │ debg --- retry.tryForTime failed again with the same message...
[00:09:35]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:35]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:09:35]                   │ debg Closing flyout dashboardAddPanel
[00:09:35]                   │ debg TestSubjects.find(dashboardAddPanel)
[00:09:35]                   │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=10000
[00:09:36]                   │ debg Waiting up to 20000ms for flyout closed...
[00:09:36]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:36]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:09:37]                   │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:09:37]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:37]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:09:38]                   │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:09:39]                   │ debg isGlobalLoadingIndicatorVisible
[00:09:39]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:09:39]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:09:41]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:09:41]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:41]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:41]                   │ debg waitForRenderComplete
[00:09:41]                   │ debg in getSharedItemsCount
[00:09:41]                   │ debg Find.findByCssSelector('[data-shared-items-count]') with timeout=10000
[00:09:41]                   │ debg Renderable.waitForRender for 0 elements
[00:09:41]                   │ debg Find.allByCssSelector('[data-render-complete="true"]') with timeout=10000
[00:09:41]                   │ debg Find.allByCssSelector('[data-loading]') with timeout=1000
[00:09:42]                   │ debg TestSubjects.click(addFilter)
[00:09:42]                   │ debg Find.clickByCssSelector('[data-test-subj="addFilter"]') with timeout=10000
[00:09:42]                   │ debg Find.findByCssSelector('[data-test-subj="addFilter"]') with timeout=10000
[00:09:42]                   │ debg comboBox.set, comboBoxSelector: filterFieldSuggestionList
[00:09:42]                   │ debg TestSubjects.find(filterFieldSuggestionList)
[00:09:42]                   │ debg Find.findByCssSelector('[data-test-subj="filterFieldSuggestionList"]') with timeout=10000
[00:09:42]                   │ debg comboBox.setElement, value: bytes
[00:09:42]                   │ debg comboBox.isOptionSelected, value: bytes
[00:09:45]                   │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:09:45]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:09:45]                   │ debg Find.allByCssSelector('.euiFilterSelectItem[title^="bytes"]') with timeout=2500
[00:09:47]                   │ debg Find.findByCssSelector('.euiFilterSelectItem') with timeout=5000
[00:09:57]                   │ info Taking screenshot "/dev/shm/workspace/parallel/21/kibana/test/functional/screenshots/failure/dashboard app using current data dashboard filtering using a pinned filter that excludes all data _before all_ hook for _filters on pie charts_.png"
[00:09:57]                   │ info Current URL is: http://localhost:61211/app/dashboards#/create?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:%272018-01-01T00:00:00.000Z%27,to:%272018-04-13T00:00:00.000Z%27))&_a=(description:%27%27,filters:!(),fullScreenMode:!f,options:(hidePanelTitles:!f,useMargins:!t),query:(language:kuery,query:%27%27),tags:!(),timeRestore:!f,title:%27%27,viewMode:edit)
[00:09:58]                   │ info Saving page source to: /dev/shm/workspace/parallel/21/kibana/test/functional/failure_debug/html/dashboard app using current data dashboard filtering using a pinned filter that excludes all data _before all_ hook for _filters on pie charts_.html
[00:09:58]                   └- ✖ fail: dashboard app using current data dashboard filtering using a pinned filter that excludes all data "before all" hook for "filters on pie charts"
[00:09:58]                   │      TimeoutError: Waiting for element to be located By(css selector, .euiFilterSelectItem)
[00:09:58]                   │ Wait timed out after 10039ms
[00:09:58]                   │       at /dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
[00:09:58]                   │       at runMicrotasks (<anonymous>)
[00:09:58]                   │       at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:09:58]                   │ 
[00:09:58]                   │ 
[00:09:58]                   └-> "after all" hook for "vega is filtered"
[00:09:58]                     │ debg TestSubjects.click(~filter & ~filter-key-bytes)
[00:09:58]                     │ debg Find.clickByCssSelector('[data-test-subj~="filter"][data-test-subj~="filter-key-bytes"]') with timeout=10000
[00:09:58]                     │ debg Find.findByCssSelector('[data-test-subj~="filter"][data-test-subj~="filter-key-bytes"]') with timeout=10000
[00:10:08]                     │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj~="filter"][data-test-subj~="filter-key-bytes"])
[00:10:08]                     │      Wait timed out after 10029ms
[00:10:08]                     │ debg Find.findByCssSelector('[data-test-subj~="filter"][data-test-subj~="filter-key-bytes"]') with timeout=10000
[00:10:18]                     │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj~="filter"][data-test-subj~="filter-key-bytes"])
[00:10:18]                     │      Wait timed out after 10036ms
[00:10:19]                     │ debg Find.findByCssSelector('[data-test-subj~="filter"][data-test-subj~="filter-key-bytes"]') with timeout=10000
[00:10:29]                     │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj~="filter"][data-test-subj~="filter-key-bytes"])
[00:10:29]                     │      Wait timed out after 10059ms
[00:10:29]                     │ debg Find.findByCssSelector('[data-test-subj~="filter"][data-test-subj~="filter-key-bytes"]') with timeout=10000
[00:10:39]                     │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj~="filter"][data-test-subj~="filter-key-bytes"])
[00:10:39]                     │      Wait timed out after 10048ms
[00:10:40]                     │ debg Find.findByCssSelector('[data-test-subj~="filter"][data-test-subj~="filter-key-bytes"]') with timeout=10000
[00:10:50]                     │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj~="filter"][data-test-subj~="filter-key-bytes"])
[00:10:50]                     │      Wait timed out after 10018ms
[00:10:50]                     │ debg Find.findByCssSelector('[data-test-subj~="filter"][data-test-subj~="filter-key-bytes"]') with timeout=10000
[00:11:00]                     │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj~="filter"][data-test-subj~="filter-key-bytes"])
[00:11:00]                     │      Wait timed out after 10061ms
[00:11:01]                     │ debg Find.findByCssSelector('[data-test-subj~="filter"][data-test-subj~="filter-key-bytes"]') with timeout=10000
[00:11:11]                     │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj~="filter"][data-test-subj~="filter-key-bytes"])
[00:11:11]                     │      Wait timed out after 10014ms
[00:11:11]                     │ debg Find.findByCssSelector('[data-test-subj~="filter"][data-test-subj~="filter-key-bytes"]') with timeout=10000
[00:11:21]                     │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj~="filter"][data-test-subj~="filter-key-bytes"])
[00:11:21]                     │      Wait timed out after 10047ms
[00:11:22]                     │ debg Find.findByCssSelector('[data-test-subj~="filter"][data-test-subj~="filter-key-bytes"]') with timeout=10000
[00:11:32]                     │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj~="filter"][data-test-subj~="filter-key-bytes"])
[00:11:32]                     │      Wait timed out after 10045ms
[00:11:32]                     │ debg Find.findByCssSelector('[data-test-subj~="filter"][data-test-subj~="filter-key-bytes"]') with timeout=10000
[00:11:42]                     │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj~="filter"][data-test-subj~="filter-key-bytes"])
[00:11:42]                     │      Wait timed out after 10033ms
[00:11:43]                     │ debg Find.findByCssSelector('[data-test-subj~="filter"][data-test-subj~="filter-key-bytes"]') with timeout=10000
[00:11:53]                     │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj~="filter"][data-test-subj~="filter-key-bytes"])
[00:11:53]                     │      Wait timed out after 10023ms
[00:11:53]                     │ debg Find.findByCssSelector('[data-test-subj~="filter"][data-test-subj~="filter-key-bytes"]') with timeout=10000
[00:12:03]                     │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj~="filter"][data-test-subj~="filter-key-bytes"])
[00:12:03]                     │      Wait timed out after 10028ms
[00:12:04]                     │ info Taking screenshot "/dev/shm/workspace/parallel/21/kibana/test/functional/screenshots/failure/dashboard app using current data dashboard filtering using a pinned filter that excludes all data _after all_ hook for _vega is filtered_.png"
[00:12:04]                     │ info Current URL is: http://localhost:61211/app/dashboards#/create?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:%272018-01-01T00:00:00.000Z%27,to:%272018-04-13T00:00:00.000Z%27))&_a=(description:%27%27,filters:!(),fullScreenMode:!f,options:(hidePanelTitles:!f,useMargins:!t),query:(language:kuery,query:%27%27),tags:!(),timeRestore:!f,title:%27%27,viewMode:edit)
[00:12:04]                     │ info Saving page source to: /dev/shm/workspace/parallel/21/kibana/test/functional/failure_debug/html/dashboard app using current data dashboard filtering using a pinned filter that excludes all data _after all_ hook for _vega is filtered_.html
[00:12:04]                     └- ✖ fail: dashboard app using current data dashboard filtering using a pinned filter that excludes all data "after all" hook for "vega is filtered"
[00:12:04]                     │      Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj~="filter"][data-test-subj~="filter-key-bytes"])
[00:12:04]                     │ Wait timed out after 10028ms
[00:12:04]                     │     at /dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
[00:12:04]                     │     at runMicrotasks (<anonymous>)
[00:12:04]                     │     at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:12:04]                     │       at onFailure (test/common/services/retry/retry_for_success.ts:17:9)
[00:12:04]                     │       at retryForSuccess (test/common/services/retry/retry_for_success.ts:57:13)
[00:12:04]                     │       at Retry.try (test/common/services/retry/retry.ts:32:14)
[00:12:04]                     │       at Proxy.clickByCssSelector (test/functional/services/common/find.ts:419:7)
[00:12:04]                     │       at TestSubjects.click (test/functional/services/common/test_subjects.ts:105:7)
[00:12:04]                     │       at FilterBar.toggleFilterPinned (test/functional/services/filter_bar.ts:85:7)
[00:12:04]                     │       at Context.<anonymous> (test/functional/apps/dashboard/dashboard_filtering.ts:142:9)
[00:12:04]                     │       at Object.apply (packages/kbn-test/src/functional_test_runner/lib/mocha/wrap_function.js:73:16)
[00:12:04]                     │ 
[00:12:04]                     │ 

Stack Trace

Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj~="filter"][data-test-subj~="filter-key-bytes"])
Wait timed out after 10028ms
    at /dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at onFailure (test/common/services/retry/retry_for_success.ts:17:9)
    at retryForSuccess (test/common/services/retry/retry_for_success.ts:57:13)
    at Retry.try (test/common/services/retry/retry.ts:32:14)
    at Proxy.clickByCssSelector (test/functional/services/common/find.ts:419:7)
    at TestSubjects.click (test/functional/services/common/test_subjects.ts:105:7)
    at FilterBar.toggleFilterPinned (test/functional/services/filter_bar.ts:85:7)
    at Context.<anonymous> (test/functional/apps/dashboard/dashboard_filtering.ts:142:9)
    at Object.apply (packages/kbn-test/src/functional_test_runner/lib/mocha/wrap_function.js:73:16)

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
fleet 754.6KB 754.7KB +100.0B

History

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

cc @nchaulet

@kibanamachine
Copy link
Contributor

💔 Backport failed

❌ 7.12: Commit could not be cherrypicked due to conflicts
7.x / #93524

Successful backport PRs will be merged automatically after passing CI.

To backport manually, check out the target branch and run:
node scripts/backport --pr 93498

kibanamachine added a commit that referenced this pull request Mar 4, 2021
gmmorris added a commit to gmmorris/kibana that referenced this pull request Mar 4, 2021
* master: (48 commits)
  Fix wrong import in data plugin causing 100kB bundle increase (elastic#93448)
  [Fleet] Correctly track install status of an integration (elastic#93464)
  Reviews data frame analytics UI text (elastic#93033)
  Display multiple copyable fields for process.args in resolver node detail panel (elastic#93280)
  [Security Solution][Detections] ML Popover overflow fix (elastic#93525)
  chore(NA): do not use execa on bazel workspace status update script (elastic#93532)
  Bump dependencies (elastic#93511)
  [dev/build_ts_refs] support disabling the ts-refs build completely (elastic#93529)
  [Security Solution] fix data provider cypress test (elastic#93465)
  Fix service map for All environment single service (elastic#93517)
  [Fleet] Fix package version comparaison in the UI (elastic#93498)
  [alerting] adds doc on JSON-expanded action variables and task manager max_workers (elastic#92720)
  [dev/build_ts_refs] ignore type checking failures when building ts refs (elastic#93473)
  [core-new-docs] Adds a dev-doc for core documentation (elastic#92976)
  remove opacity from maps legacy style (elastic#93456)
  [Security Solution][Lists] Escape quotes in list ids and quote the id in KQL query (elastic#93176)
  Revert "Make tests deterministic by providing unique timestamps (elastic#93350)"
  [Discover] Fix link from dashboard saved search to Discover (elastic#92937)
  update public api docs
  App Search - Polishing Analytics Views (elastic#92939)
  ...
nchaulet added a commit to nchaulet/kibana that referenced this pull request Mar 4, 2021
# Conflicts:
#	x-pack/plugins/fleet/public/applications/fleet/sections/epm/screens/detail/index.tsx
nchaulet added a commit that referenced this pull request Mar 4, 2021
# Conflicts:
#	x-pack/plugins/fleet/public/applications/fleet/sections/epm/screens/detail/index.tsx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-backport Deprecated - use backport:version if exact versions are needed bug Fixes for quality problems that affect the customer experience release_note:skip Skip the PR/issue when compiling release notes Team:Fleet Team label for Observability Data Collection Fleet team v7.12.0 v7.13.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants