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

[Snapshot Restore] Migrate to new ES client #95499

Merged

Conversation

jloleysens
Copy link
Contributor

@jloleysens jloleysens commented Mar 26, 2021

Summary

See #73973

Notes

There are a few instances where the types that come from the new ES client differ from the types created for the original behaviour. Updating the types will, in some instances, require functionality changes (like handling types that are optional) and these are not updated in this PR.

@jloleysens jloleysens added v8.0.0 Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more release_note:skip Skip the PR/issue when compiling release notes Feature:Snapshot and Restore Elasticsearch snapshots and repositories UI v7.13.0 labels Mar 26, 2021
@jloleysens jloleysens requested a review from a team as a code owner March 26, 2021 10:53
@elasticmachine
Copy link
Contributor

Pinging @elastic/es-ui (Team:Elasticsearch UI)

@jloleysens
Copy link
Contributor Author

@elasticmachine merge upstream

@jloleysens
Copy link
Contributor Author

@elasticmachine merge upstream

Copy link
Contributor

@alisonelizabeth alisonelizabeth left a comment

Choose a reason for hiding this comment

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

Nice work @jloleysens! It's great to see another plugin migrated to use the new es-js client ✅

I did not find any regressions. I went through the flow of creating a repo, policy, snapshot, and then restoring a snapshot. I also verified the delete actions, running retention, and cloud-managed repos/policies.

There are a few instances where the types that come from the new ES client differ from the types created for the original behaviour. Updating the types will, in some instances, require functionality changes (like handling types that are optional) and these are not updated in this PR.

Were you planning to address this separately? If not, one thought I had was to add these items to #95241 so we don't lose track.


I left one comment in the PR regarding error handling. I think this applies to all routes, but I did not leave a comment for each one. Let me know what you think!

There are a few other things I noticed that I'd like to see addressed before merging:

  • I think there's still some code in plugin.ts related to the snapshotRestoreESClient that can be removed.
  • We should be able to delete client/elasticsearch_sr.ts now 🎉
  • Would you mind updating the API integration tests as well? There are details on how to handle this in Stack Management elasticsearch-js client migration #73973 under the section "API integration tests"

statusCode: e.statusCode,
body: e,
});
return handleEsError({ error: e, response: res });
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think you need the isEsError check on line 89; handleEsError should handle that for you, and throw if not.

https://github.com/elastic/kibana/blob/master/src/plugins/es_ui_shared/__packages_do_not_import__/errors/handle_es_error.ts

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Right! I'll simplify the error handling a little bit!

});

// TODO: remove this "as unknown" workaround when the types for this endpoint are correct
// See https://github.com/elastic/elasticsearch-js/issues/1427
Copy link
Contributor

Choose a reason for hiding this comment

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

Per #83808, I think any incorrect types should be muted with @ts-expect-error @elastic/elasticsearch

If you spot any problems in the imported typings, please mute them with @ts-expect-error @elastic/elasticsearch instruction and report them to https://github.com/elastic/elastic-client-generator/issues/new/choose
Once the type errors are fixed in the upstream library, Kibana will receive the update, and @ts-expect-error @elastic/elasticsearch should be deleted.

repository,
snapshot: '_all',
ignore_unavailable: true, // Allow request to succeed even if some snapshots are unavailable.
});

// TODO: remove this "as unknown" workaround when the types for this endpoint are correct
// See https://github.com/elastic/elasticsearch-js/issues/1427
Copy link
Contributor

Choose a reason for hiding this comment

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

See comment above about incorrect types in the es-js client

repository,
snapshot: '_all',
ignore_unavailable: true,
});

// TODO: remove this "as unknown" workaround when the types for this endpoint are correct
Copy link
Contributor

Choose a reason for hiding this comment

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

See comment above about incorrect types in the es-js client

@jloleysens
Copy link
Contributor Author

@elasticmachine merge upstream

@jloleysens
Copy link
Contributor Author

jloleysens commented Mar 30, 2021

Thanks for the review @alisonelizabeth !

Were you planning to address this separately? If not, one thought I had was to add these items to #95241 so we don't lose track.

I was planning on addressing these separately, yes. I opened this issue to make the client lib aware: elastic/elasticsearch-specification#250 (at least for the cases where the lib types are incorrect). I'll add a reference to snapshot and restore to that issue too!

Would you mind updating the API integration tests as well? There are details on how to handle this in #73973 under the section "API integration tests"

Initially I was planning on doing this in a separate PR, but I see the required changes should be quite small! I'll include them here!

@jloleysens
Copy link
Contributor Author

@alisonelizabeth I think I addressed your comments, would you mind taking another look?

Copy link
Contributor

@alisonelizabeth alisonelizabeth left a comment

Choose a reason for hiding this comment

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

Latest changes LGTM. Did not retest. Thanks @jloleysens!

@jloleysens
Copy link
Contributor Author

@elasticmachine merge upstream

@alisonelizabeth
Copy link
Contributor

@jloleysens I just remembered there are some differences with the snapshot APIs on master vs. 7.x. Just wanted to point this out for awareness when you backport. See: #39533.

@jloleysens
Copy link
Contributor Author

Thanks for calling that out @alisonelizabeth ! Depending on the nature of the differences the backport might need another round of review. I'll take a look :)

@jloleysens jloleysens merged commit 44a4635 into elastic:master Mar 31, 2021
@jloleysens jloleysens deleted the sr/migrate-routes-to-new-es-client branch March 31, 2021 09:55
jloleysens added a commit to jloleysens/kibana that referenced this pull request Mar 31, 2021
* wip, migrated routes and plugins

* refactored all ES error handling to use handleEsError and new isEsError detection

* - fixed Jest tests for new es client
- updated routes in light of new responses

* remove unused import

* remove unecessary isEsError check in rest api route handlers

* mute all incorrect types from client lib using @ts-expect-error

* reordered and clean up imports, removed legacy client code

* update legacy test runner

* updated use of legacyES

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	x-pack/plugins/snapshot_restore/server/routes/api/repositories.ts
#	x-pack/plugins/snapshot_restore/server/routes/api/snapshots.test.ts
#	x-pack/plugins/snapshot_restore/server/routes/api/snapshots.ts
@kibanamachine
Copy link
Contributor

kibanamachine commented Mar 31, 2021

💔 Build Failed

Failed CI Steps


Test Failures

Kibana Pipeline / jest / Jest Tests.x-pack/plugins/uptime/public/pages.settings form it show select a connector flyout

Link to Jenkins

Standard Out

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


Stack Trace

Error: thrown: "Exceeded timeout of 5000 ms for a test.
Use jest.setTimeout(newTimeout) to increase the timeout value, if this is a long-running test."
    at /var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/x-pack/plugins/uptime/public/pages/settings.test.tsx:42:5
    at _dispatchDescribe (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/index.js:67:26)
    at describe (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/index.js:30:5)
    at /var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/x-pack/plugins/uptime/public/pages/settings.test.tsx:16:3
    at _dispatchDescribe (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/index.js:67:26)
    at describe (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/index.js:30:5)
    at Object.<anonymous> (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/x-pack/plugins/uptime/public/pages/settings.test.tsx:15:1)
    at Runtime._execModule (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-runtime/build/index.js:1299:24)
    at Runtime._loadModule (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-runtime/build/index.js:898:12)
    at Runtime.requireModule (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-runtime/build/index.js:746:10)
    at jestAdapter (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:106:13)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at runTestInternal (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-runner/build/runTest.js:380:16)
    at runTest (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-runner/build/runTest.js:472:34)
    at Object.worker (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-runner/build/testWorker.js:133:12)

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-1617196768413105721] [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-1617196768413105721] [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-1617196768413105721] [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-1617196768413105721] [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-1617196768413105721] [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-1617196768413105721] [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: 8116
[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:31]             └-: dashboard filtering
[00:06:31]               └-> "before all" hook in "dashboard filtering"
[00:06:31]               └-> "before all" hook in "dashboard filtering"
[00:06:31]                 │ info [dashboard/current/kibana] Loading "mappings.json"
[00:06:31]                 │ info [dashboard/current/kibana] Loading "data.json.gz"
[00:06:31]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] [.kibana_1/LfWuaTENTE2OpPqexP8t8g] deleting index
[00:06:31]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] [.kibana_8.0.0_001/eXrpedbjQY6teNq-n0T35A] deleting index
[00:06:31]                 │ info [dashboard/current/kibana] Deleted existing index ".kibana_8.0.0_001"
[00:06:31]                 │ info [dashboard/current/kibana] Deleted existing index ".kibana_1"
[00:06:31]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] [.kibana_1] creating index, cause [api], templates [], shards [1]/[0]
[00:06:31]                 │ info [dashboard/current/kibana] Created index ".kibana_1"
[00:06:31]                 │ debg [dashboard/current/kibana] ".kibana_1" settings {"index":{"auto_expand_replicas":"0-1","number_of_replicas":"0","number_of_shards":"1"}}
[00:06:31]                 │ info [dashboard/current/kibana] Indexed 143 docs into ".kibana_1"
[00:06:31]                 │ debg Migrating saved objects
[00:06:31]                 │ proc [kibana]   log   [13:54:37.862] [info][savedobjects-service] [.kibana] INIT -> SET_SOURCE_WRITE_BLOCK
[00:06:31]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] adding block write to indices [[.kibana_1/xnHqnvqzTFS4LpevY6rvJw]]
[00:06:31]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] completed adding block write to indices [.kibana_1]
[00:06:31]                 │ proc [kibana]   log   [13:54:37.899] [info][savedobjects-service] [.kibana] SET_SOURCE_WRITE_BLOCK -> CREATE_REINDEX_TEMP
[00:06:31]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] [.kibana_8.0.0_reindex_temp] creating index, cause [api], templates [], shards [1]/[1]
[00:06:31]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] updating number_of_replicas to [0] for indices [.kibana_8.0.0_reindex_temp]
[00:06:31]                 │ proc [kibana]   log   [13:54:37.954] [info][savedobjects-service] [.kibana] CREATE_REINDEX_TEMP -> REINDEX_SOURCE_TO_TEMP
[00:06:31]                 │ proc [kibana]   log   [13:54:37.961] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP -> REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK
[00:06:31]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] [.kibana_8.0.0_reindex_temp/eK2IcYbkS2CCA8ptLkT4MA] update_mapping [_doc]
[00:06:31]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] [.kibana_8.0.0_reindex_temp/eK2IcYbkS2CCA8ptLkT4MA] update_mapping [_doc]
[00:06:31]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] [.kibana_8.0.0_reindex_temp/eK2IcYbkS2CCA8ptLkT4MA] update_mapping [_doc]
[00:06:31]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] [.kibana_8.0.0_reindex_temp/eK2IcYbkS2CCA8ptLkT4MA] update_mapping [_doc]
[00:06:31]                 │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] 3967 finished with response BulkByScrollResponse[took=119.5ms,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:31]                 │ proc [kibana]   log   [13:54:38.167] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK -> SET_TEMP_WRITE_BLOCK
[00:06:31]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] adding block write to indices [[.kibana_8.0.0_reindex_temp/eK2IcYbkS2CCA8ptLkT4MA]]
[00:06:31]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] completed adding block write to indices [.kibana_8.0.0_reindex_temp]
[00:06:31]                 │ proc [kibana]   log   [13:54:38.199] [info][savedobjects-service] [.kibana] SET_TEMP_WRITE_BLOCK -> CLONE_TEMP_TO_TARGET
[00:06:31]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] applying create index request using existing index [.kibana_8.0.0_reindex_temp] metadata
[00:06:31]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] [.kibana_8.0.0_001] creating index, cause [clone_index], templates [], shards [1]/[1]
[00:06:31]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] updating number_of_replicas to [0] for indices [.kibana_8.0.0_001]
[00:06:31]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] [.kibana_8.0.0_001/wl-UaoBVQg-06rp69adJSg] create_mapping
[00:06:31]                 │ proc [kibana]   log   [13:54:38.291] [info][savedobjects-service] [.kibana] CLONE_TEMP_TO_TARGET -> OUTDATED_DOCUMENTS_SEARCH
[00:06:31]                 │ proc [kibana]   log   [13:54:38.310] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH -> OUTDATED_DOCUMENTS_TRANSFORM
[00:06:31]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] [.kibana_8.0.0_001/wl-UaoBVQg-06rp69adJSg] update_mapping [_doc]
[00:06:32]                 │ proc [kibana]   log   [13:54:39.240] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_TRANSFORM -> OUTDATED_DOCUMENTS_SEARCH
[00:06:32]                 │ proc [kibana]   log   [13:54:39.259] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH -> UPDATE_TARGET_MAPPINGS
[00:06:32]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] [.kibana_8.0.0_001/wl-UaoBVQg-06rp69adJSg] update_mapping [_doc]
[00:06:32]                 │ proc [kibana]   log   [13:54:39.296] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS -> UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK
[00:06:32]                 │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] 4089 finished with response BulkByScrollResponse[took=44.7ms,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:33]                 │ proc [kibana]   log   [13:54:39.403] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK -> MARK_VERSION_INDEX_READY
[00:06:33]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] [.kibana_8.0.0_reindex_temp/eK2IcYbkS2CCA8ptLkT4MA] deleting index
[00:06:33]                 │ proc [kibana]   log   [13:54:39.436] [info][savedobjects-service] [.kibana] MARK_VERSION_INDEX_READY -> DONE
[00:06:33]                 │ proc [kibana]   log   [13:54:39.437] [info][savedobjects-service] [.kibana] Migration completed after 1581ms
[00:06:33]                 │ debg [dashboard/current/kibana] Migrated Kibana index after loading Kibana data
[00:06:33]                 │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC","visualization:visualize:legacyChartsLibrary":true}
[00:06:33]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] [.kibana_8.0.0_001/wl-UaoBVQg-06rp69adJSg] update_mapping [_doc]
[00:06:34]                 │ debg replacing kibana config doc: {"defaultIndex":"0bf35f60-3dc9-11e8-8660-4d65aa086b3c"}
[00:06:35]                 │ debg navigating to dashboard url: http://localhost:61201/app/dashboards#/list
[00:06:35]                 │ debg navigate to: http://localhost:61201/app/dashboards#/list
[00:06:36]                 │ debg browser[INFO] http://localhost:61201/app/dashboards?_t=1617198882265#/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:36]                 │
[00:06:36]                 │ debg browser[INFO] http://localhost:61201/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:06:36]                 │ debg ... sleep(700) start
[00:06:36]                 │ debg ... sleep(700) end
[00:06:36]                 │ debg returned from get, calling refresh
[00:06:37]                 │ debg browser[INFO] http://localhost:61201/app/dashboards?_t=1617198882265#/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:37]                 │
[00:06:37]                 │ debg browser[INFO] http://localhost:61201/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:06:37]                 │ debg currentUrl = http://localhost:61201/app/dashboards#/list
[00:06:37]                 │          appUrl = http://localhost:61201/app/dashboards#/list
[00:06:37]                 │ debg TestSubjects.find(kibanaChrome)
[00:06:37]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:06:37]                 │ debg ... sleep(501) start
[00:06:38]                 │ debg ... sleep(501) end
[00:06:38]                 │ debg in navigateTo url = http://localhost:61201/app/dashboards#/list?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:06:38]                 │ debg TestSubjects.exists(statusPageContainer)
[00:06:38]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:06:40]                 │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:06:41]                 │ debg isGlobalLoadingIndicatorVisible
[00:06:41]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:06:41]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:06:41]                 │ debg browser[INFO] http://localhost:61201/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:41]                 │
[00:06:41]                 │ debg browser[INFO] http://localhost:61201/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:06:43]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:06:43]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:06:43]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:06:43]                 │ debg gotoDashboardLandingPage
[00:06:43]                 │ debg onDashboardLandingPage
[00:06:43]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:06:43]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=5000
[00:08:47]               └-: using a pinned filter that excludes all data
[00:08:47]                 └-> "before all" hook for "filters on pie charts"
[00:08:47]                 └-> "before all" hook for "filters on pie charts"
[00:08:47]                   │ debg TestSubjects.exists(newItemButton)
[00:08:47]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:08:47]                   │ debg TestSubjects.click(newItemButton)
[00:08:47]                   │ debg Find.clickByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:08:47]                   │ debg Find.findByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:08:47]                   │ debg TestSubjects.exists(dashboardCreateConfirm)
[00:08:47]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardCreateConfirm"]') with timeout=2500
[00:08:49]                   │ debg --- retry.tryForTime error: [data-test-subj="dashboardCreateConfirm"] is not displayed
[00:08:50]                   │ debg waitForRenderComplete
[00:08:50]                   │ debg in getSharedItemsCount
[00:08:50]                   │ debg Find.findByCssSelector('[data-shared-items-count]') with timeout=10000
[00:08:50]                   │ debg Renderable.waitForRender for 0 elements
[00:08:50]                   │ debg Find.allByCssSelector('[data-render-complete="true"]') with timeout=10000
[00:09:00]                   │ debg Find.allByCssSelector('[data-loading]') with timeout=1000
[00:09:01]                   │ debg Setting absolute range to Jan 1, 2018 @ 00:00:00.000 to Apr 13, 2018 @ 00:00:00.000
[00:09:01]                   │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:09:01]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:09:01]                   │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:09:01]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:09:04]                   │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerShowDatesButton"] is not displayed
[00:09:04]                   │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:09:04]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:09:04]                   │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:09:04]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:09:04]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:09:04]                   │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:09:04]                   │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:09:04]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:09:04]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:09:04]                   │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:09:04]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:04]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:05]                   │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Apr 13, 2018 @ 00:00:00.000)
[00:09:05]                   │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:09:05]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:05]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:05]                   │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:09:05]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:09:05]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:09:05]                   │ debg Find.waitForElementStale with timeout=10000
[00:09:05]                   │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:09:05]                   │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:09:05]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:09:05]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:09:05]                   │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:09:05]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:05]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:05]                   │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Jan 1, 2018 @ 00:00:00.000)
[00:09:05]                   │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:09:05]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:05]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:06]                   │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:09:06]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:09:08]                   │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:09:09]                   │ debg TestSubjects.click(querySubmitButton)
[00:09:09]                   │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:09:09]                   │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:09:09]                   │ debg Find.waitForElementStale with timeout=10000
[00:09:09]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:09]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:09]                   │ debg DashboardAddPanel.addEveryVisualization
[00:09:09]                   │ debg DashboardAddPanel.ensureAddPanelIsShowing
[00:09:09]                   │ debg DashboardAddPanel.isAddPanelOpen
[00:09:09]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:09]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:09:12]                   │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:09:12]                   │ debg DashboardAddPanel.clickOpenAddPanel
[00:09:12]                   │ debg TestSubjects.click(dashboardAddPanelButton)
[00:09:12]                   │ debg Find.clickByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:09:12]                   │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:09:12]                   │ debg ... sleep(500) start
[00:09:13]                   │ debg ... sleep(500) end
[00:09:13]                   │ debg DashboardAddPanel.isAddPanelOpen
[00:09:13]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:13]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:09:13]                   │ debg DashboardAddPanel.addToFilter(visualization)
[00:09:13]                   │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:09:14]                   │ debg DashboardAddPanel.toggleFilter
[00:09:14]                   │ debg TestSubjects.click(savedObjectFinderFilterButton)
[00:09:14]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:09:14]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:09:14]                   │ debg TestSubjects.click(savedObjectFinderFilter-visualization)
[00:09:14]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilter-visualization"]') with timeout=10000
[00:09:14]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilter-visualization"]') with timeout=10000
[00:09:14]                   │ debg DashboardAddPanel.toggleFilter
[00:09:14]                   │ debg TestSubjects.click(savedObjectFinderFilterButton)
[00:09:14]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:09:14]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:09:14]                   │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:09:15]                   │ debg TestSubjects.setValue(savedObjectFinderSearchInput, "Filter Bytes Test")
[00:09:15]                   │ debg TestSubjects.click(savedObjectFinderSearchInput)
[00:09:15]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:09:15]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:09:15]                   │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:09:16]                   │ debg addEveryEmbeddableOnCurrentPage
[00:09:16]                   │ debg TestSubjects.find(savedObjectFinderItemList)
[00:09:16]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderItemList"]') with timeout=10000
[00:09:16]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:16]                   │ 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 --- retry.try error: stale element reference: element is not attached to the page document
[00:09:16]                   │        (Session info: headless chrome=89.0.4389.90)
[00:09:17]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:17]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:17]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:17]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:17]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:17]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:17]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:17]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:18]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:18]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:18]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:18]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:18]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:19]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:19]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:19]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:19]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:19]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:19]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:19]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:19]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:19]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:19]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:19]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:20]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:20]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:20]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:20]                   │ debg Find.findByCssSelector('.euiToast__closeButton') 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 Added 11 embeddables
[00:09:22]                   │ debg Find.allByCssSelector('.euiToast') with timeout=10000
[00:09:22]                   │ debg TestSubjects.exists(pagination-button-next)
[00:09:22]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="pagination-button-next"]') with timeout=2500
[00:09:22]                   │ debg TestSubjects.find(pagination-button-next)
[00:09:22]                   │ debg Find.findByCssSelector('[data-test-subj="pagination-button-next"]') with timeout=10000
[00:09:22]                   │ debg isGlobalLoadingIndicatorVisible
[00:09:22]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:09:22]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:09:24]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:09:24]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:24]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:24]                   │ debg isGlobalLoadingIndicatorVisible
[00:09:24]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:09:24]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:09:26]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:09:26]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:26]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:26]                   │ debg addEveryEmbeddableOnCurrentPage
[00:09:26]                   │ debg TestSubjects.find(savedObjectFinderItemList)
[00:09:26]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderItemList"]') with timeout=10000
[00:09:27]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:27]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:27]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:27]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:27]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:27]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:27]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:27]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:27]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:28]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:28]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:28]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:28]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:29]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:29]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:29]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:29]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:29]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:29]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:29]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:29]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:30]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:30]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:30]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:30]                   │ debg Added 6 embeddables
[00:09:30]                   │ debg Find.allByCssSelector('.euiToast') with timeout=10000
[00:09:30]                   │ warn WebElementWrapper.click: stale element reference: element is not attached to the page document
[00:09:30]                   │        (Session info: headless chrome=89.0.4389.90)
[00:09:30]                   │ debg finding element 'By(css selector, .euiToast__closeButton)' again, 2 attempts left
[00:09:40]                   │ debg TestSubjects.exists(pagination-button-next)
[00:09:40]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="pagination-button-next"]') with timeout=2500
[00:09:40]                   │ debg TestSubjects.find(pagination-button-next)
[00:09:40]                   │ debg Find.findByCssSelector('[data-test-subj="pagination-button-next"]') with timeout=10000
[00:09:40]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:40]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:09:40]                   │ debg Closing flyout dashboardAddPanel
[00:09:40]                   │ debg TestSubjects.find(dashboardAddPanel)
[00:09:40]                   │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=10000
[00:09:41]                   │ debg Waiting up to 20000ms for flyout closed...
[00:09:41]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:41]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:09:42]                   │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:09:42]                   │ debg DashboardAddPanel.addEverySavedSearch
[00:09:42]                   │ debg DashboardAddPanel.ensureAddPanelIsShowing
[00:09:42]                   │ debg DashboardAddPanel.isAddPanelOpen
[00:09:42]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:42]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:09:45]                   │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:09:45]                   │ debg DashboardAddPanel.clickOpenAddPanel
[00:09:45]                   │ debg TestSubjects.click(dashboardAddPanelButton)
[00:09:45]                   │ debg Find.clickByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:09:45]                   │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:09:46]                   │ debg ... sleep(500) start
[00:09:46]                   │ debg ... sleep(500) end
[00:09:46]                   │ debg DashboardAddPanel.isAddPanelOpen
[00:09:46]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:46]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:09:46]                   │ debg DashboardAddPanel.addToFilter(search)
[00:09:46]                   │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:09:47]                   │ debg DashboardAddPanel.toggleFilter
[00:09:47]                   │ debg TestSubjects.click(savedObjectFinderFilterButton)
[00:09:47]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:09:47]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:09:47]                   │ debg TestSubjects.click(savedObjectFinderFilter-search)
[00:09:47]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilter-search"]') with timeout=10000
[00:09:47]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilter-search"]') with timeout=10000
[00:09:47]                   │ debg DashboardAddPanel.toggleFilter
[00:09:47]                   │ debg TestSubjects.click(savedObjectFinderFilterButton)
[00:09:47]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:09:47]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:09:47]                   │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:09:48]                   │ debg TestSubjects.setValue(savedObjectFinderSearchInput, "Filter Bytes Test")
[00:09:48]                   │ debg TestSubjects.click(savedObjectFinderSearchInput)
[00:09:48]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:09:48]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:09:48]                   │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:09:48]                   │ debg addEveryEmbeddableOnCurrentPage
[00:09:48]                   │ debg TestSubjects.find(savedObjectFinderItemList)
[00:09:48]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderItemList"]') with timeout=10000
[00:09:49]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:49]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:49]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:49]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:49]                   │ debg Added 1 embeddables
[00:09:49]                   │ debg Find.allByCssSelector('.euiToast') with timeout=10000
[00:09:49]                   │ debg TestSubjects.exists(pagination-button-next)
[00:09:49]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="pagination-button-next"]') with timeout=2500
[00:09:49]                   │ debg --- retry.tryForTime error: [data-test-subj="pagination-button-next"] is not displayed
[00:09:50]                   │ debg --- retry.tryForTime failed again with the same message...
[00:09:50]                   │ debg --- retry.tryForTime failed again with the same message...
[00:09:51]                   │ debg --- retry.tryForTime failed again with the same message...
[00:09:51]                   │ debg --- retry.tryForTime failed again with the same message...
[00:09:52]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:52]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:09:52]                   │ debg Closing flyout dashboardAddPanel
[00:09:52]                   │ debg TestSubjects.find(dashboardAddPanel)
[00:09:52]                   │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=10000
[00:09:52]                   │ debg Waiting up to 20000ms for flyout closed...
[00:09:52]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:52]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:09:53]                   │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:09:54]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:54]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:09:55]                   │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:09:55]                   │ debg isGlobalLoadingIndicatorVisible
[00:09:55]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:09:55]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:09:57]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:09:57]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:57]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:57]                   │ debg waitForRenderComplete
[00:09:57]                   │ debg in getSharedItemsCount
[00:09:57]                   │ debg Find.findByCssSelector('[data-shared-items-count]') with timeout=10000
[00:09:57]                   │ debg Renderable.waitForRender for 0 elements
[00:09:57]                   │ debg Find.allByCssSelector('[data-render-complete="true"]') with timeout=10000
[00:09:57]                   │ debg Find.allByCssSelector('[data-loading]') with timeout=1000
[00:09:58]                   │ debg TestSubjects.click(addFilter)
[00:09:58]                   │ debg Find.clickByCssSelector('[data-test-subj="addFilter"]') with timeout=10000
[00:09:58]                   │ debg Find.findByCssSelector('[data-test-subj="addFilter"]') with timeout=10000
[00:09:58]                   │ debg comboBox.set, comboBoxSelector: filterFieldSuggestionList
[00:09:58]                   │ debg TestSubjects.find(filterFieldSuggestionList)
[00:09:58]                   │ debg Find.findByCssSelector('[data-test-subj="filterFieldSuggestionList"]') with timeout=10000
[00:09:59]                   │ debg comboBox.setElement, value: bytes
[00:09:59]                   │ debg comboBox.isOptionSelected, value: bytes
[00:10:01]                   │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:10:01]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:10:01]                   │ debg Find.allByCssSelector('.euiFilterSelectItem[title^="bytes"]') with timeout=2500
[00:10:03]                   │ debg Find.findByCssSelector('.euiFilterSelectItem') with timeout=5000
[00:10:14]                   │ info Taking screenshot "/dev/shm/workspace/parallel/20/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:10:14]                   │ info Current URL is: http://localhost:61201/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:10:14]                   │ info Saving page source to: /dev/shm/workspace/parallel/20/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:10:14]                   └- ✖ 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:10:14]                   │      TimeoutError: Waiting for element to be located By(css selector, .euiFilterSelectItem)
[00:10:14]                   │ Wait timed out after 10056ms
[00:10:14]                   │       at /dev/shm/workspace/parallel/20/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
[00:10:14]                   │       at runMicrotasks (<anonymous>)
[00:10:14]                   │       at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:10:14]                   │ 
[00:10:14]                   │ 

Stack Trace

TimeoutError: Waiting for element to be located By(css selector, .euiFilterSelectItem)
Wait timed out after 10056ms
    at /dev/shm/workspace/parallel/20/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-1617196768413105721] [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-1617196768413105721] [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-1617196768413105721] [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-1617196768413105721] [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-1617196768413105721] [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-1617196768413105721] [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: 8116
[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:31]             └-: dashboard filtering
[00:06:31]               └-> "before all" hook in "dashboard filtering"
[00:06:31]               └-> "before all" hook in "dashboard filtering"
[00:06:31]                 │ info [dashboard/current/kibana] Loading "mappings.json"
[00:06:31]                 │ info [dashboard/current/kibana] Loading "data.json.gz"
[00:06:31]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] [.kibana_1/LfWuaTENTE2OpPqexP8t8g] deleting index
[00:06:31]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] [.kibana_8.0.0_001/eXrpedbjQY6teNq-n0T35A] deleting index
[00:06:31]                 │ info [dashboard/current/kibana] Deleted existing index ".kibana_8.0.0_001"
[00:06:31]                 │ info [dashboard/current/kibana] Deleted existing index ".kibana_1"
[00:06:31]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] [.kibana_1] creating index, cause [api], templates [], shards [1]/[0]
[00:06:31]                 │ info [dashboard/current/kibana] Created index ".kibana_1"
[00:06:31]                 │ debg [dashboard/current/kibana] ".kibana_1" settings {"index":{"auto_expand_replicas":"0-1","number_of_replicas":"0","number_of_shards":"1"}}
[00:06:31]                 │ info [dashboard/current/kibana] Indexed 143 docs into ".kibana_1"
[00:06:31]                 │ debg Migrating saved objects
[00:06:31]                 │ proc [kibana]   log   [13:54:37.862] [info][savedobjects-service] [.kibana] INIT -> SET_SOURCE_WRITE_BLOCK
[00:06:31]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] adding block write to indices [[.kibana_1/xnHqnvqzTFS4LpevY6rvJw]]
[00:06:31]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] completed adding block write to indices [.kibana_1]
[00:06:31]                 │ proc [kibana]   log   [13:54:37.899] [info][savedobjects-service] [.kibana] SET_SOURCE_WRITE_BLOCK -> CREATE_REINDEX_TEMP
[00:06:31]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] [.kibana_8.0.0_reindex_temp] creating index, cause [api], templates [], shards [1]/[1]
[00:06:31]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] updating number_of_replicas to [0] for indices [.kibana_8.0.0_reindex_temp]
[00:06:31]                 │ proc [kibana]   log   [13:54:37.954] [info][savedobjects-service] [.kibana] CREATE_REINDEX_TEMP -> REINDEX_SOURCE_TO_TEMP
[00:06:31]                 │ proc [kibana]   log   [13:54:37.961] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP -> REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK
[00:06:31]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] [.kibana_8.0.0_reindex_temp/eK2IcYbkS2CCA8ptLkT4MA] update_mapping [_doc]
[00:06:31]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] [.kibana_8.0.0_reindex_temp/eK2IcYbkS2CCA8ptLkT4MA] update_mapping [_doc]
[00:06:31]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] [.kibana_8.0.0_reindex_temp/eK2IcYbkS2CCA8ptLkT4MA] update_mapping [_doc]
[00:06:31]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] [.kibana_8.0.0_reindex_temp/eK2IcYbkS2CCA8ptLkT4MA] update_mapping [_doc]
[00:06:31]                 │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] 3967 finished with response BulkByScrollResponse[took=119.5ms,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:31]                 │ proc [kibana]   log   [13:54:38.167] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK -> SET_TEMP_WRITE_BLOCK
[00:06:31]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] adding block write to indices [[.kibana_8.0.0_reindex_temp/eK2IcYbkS2CCA8ptLkT4MA]]
[00:06:31]                 │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] completed adding block write to indices [.kibana_8.0.0_reindex_temp]
[00:06:31]                 │ proc [kibana]   log   [13:54:38.199] [info][savedobjects-service] [.kibana] SET_TEMP_WRITE_BLOCK -> CLONE_TEMP_TO_TARGET
[00:06:31]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] applying create index request using existing index [.kibana_8.0.0_reindex_temp] metadata
[00:06:31]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] [.kibana_8.0.0_001] creating index, cause [clone_index], templates [], shards [1]/[1]
[00:06:31]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] updating number_of_replicas to [0] for indices [.kibana_8.0.0_001]
[00:06:31]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] [.kibana_8.0.0_001/wl-UaoBVQg-06rp69adJSg] create_mapping
[00:06:31]                 │ proc [kibana]   log   [13:54:38.291] [info][savedobjects-service] [.kibana] CLONE_TEMP_TO_TARGET -> OUTDATED_DOCUMENTS_SEARCH
[00:06:31]                 │ proc [kibana]   log   [13:54:38.310] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH -> OUTDATED_DOCUMENTS_TRANSFORM
[00:06:31]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] [.kibana_8.0.0_001/wl-UaoBVQg-06rp69adJSg] update_mapping [_doc]
[00:06:32]                 │ proc [kibana]   log   [13:54:39.240] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_TRANSFORM -> OUTDATED_DOCUMENTS_SEARCH
[00:06:32]                 │ proc [kibana]   log   [13:54:39.259] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH -> UPDATE_TARGET_MAPPINGS
[00:06:32]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] [.kibana_8.0.0_001/wl-UaoBVQg-06rp69adJSg] update_mapping [_doc]
[00:06:32]                 │ proc [kibana]   log   [13:54:39.296] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS -> UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK
[00:06:32]                 │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] 4089 finished with response BulkByScrollResponse[took=44.7ms,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:33]                 │ proc [kibana]   log   [13:54:39.403] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK -> MARK_VERSION_INDEX_READY
[00:06:33]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] [.kibana_8.0.0_reindex_temp/eK2IcYbkS2CCA8ptLkT4MA] deleting index
[00:06:33]                 │ proc [kibana]   log   [13:54:39.436] [info][savedobjects-service] [.kibana] MARK_VERSION_INDEX_READY -> DONE
[00:06:33]                 │ proc [kibana]   log   [13:54:39.437] [info][savedobjects-service] [.kibana] Migration completed after 1581ms
[00:06:33]                 │ debg [dashboard/current/kibana] Migrated Kibana index after loading Kibana data
[00:06:33]                 │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC","visualization:visualize:legacyChartsLibrary":true}
[00:06:33]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1617196768413105721] [.kibana_8.0.0_001/wl-UaoBVQg-06rp69adJSg] update_mapping [_doc]
[00:06:34]                 │ debg replacing kibana config doc: {"defaultIndex":"0bf35f60-3dc9-11e8-8660-4d65aa086b3c"}
[00:06:35]                 │ debg navigating to dashboard url: http://localhost:61201/app/dashboards#/list
[00:06:35]                 │ debg navigate to: http://localhost:61201/app/dashboards#/list
[00:06:36]                 │ debg browser[INFO] http://localhost:61201/app/dashboards?_t=1617198882265#/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:36]                 │
[00:06:36]                 │ debg browser[INFO] http://localhost:61201/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:06:36]                 │ debg ... sleep(700) start
[00:06:36]                 │ debg ... sleep(700) end
[00:06:36]                 │ debg returned from get, calling refresh
[00:06:37]                 │ debg browser[INFO] http://localhost:61201/app/dashboards?_t=1617198882265#/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:37]                 │
[00:06:37]                 │ debg browser[INFO] http://localhost:61201/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:06:37]                 │ debg currentUrl = http://localhost:61201/app/dashboards#/list
[00:06:37]                 │          appUrl = http://localhost:61201/app/dashboards#/list
[00:06:37]                 │ debg TestSubjects.find(kibanaChrome)
[00:06:37]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:06:37]                 │ debg ... sleep(501) start
[00:06:38]                 │ debg ... sleep(501) end
[00:06:38]                 │ debg in navigateTo url = http://localhost:61201/app/dashboards#/list?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:06:38]                 │ debg TestSubjects.exists(statusPageContainer)
[00:06:38]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:06:40]                 │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:06:41]                 │ debg isGlobalLoadingIndicatorVisible
[00:06:41]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:06:41]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:06:41]                 │ debg browser[INFO] http://localhost:61201/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:41]                 │
[00:06:41]                 │ debg browser[INFO] http://localhost:61201/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:06:43]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:06:43]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:06:43]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:06:43]                 │ debg gotoDashboardLandingPage
[00:06:43]                 │ debg onDashboardLandingPage
[00:06:43]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:06:43]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=5000
[00:08:47]               └-: using a pinned filter that excludes all data
[00:08:47]                 └-> "before all" hook for "filters on pie charts"
[00:08:47]                 └-> "before all" hook for "filters on pie charts"
[00:08:47]                   │ debg TestSubjects.exists(newItemButton)
[00:08:47]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:08:47]                   │ debg TestSubjects.click(newItemButton)
[00:08:47]                   │ debg Find.clickByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:08:47]                   │ debg Find.findByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:08:47]                   │ debg TestSubjects.exists(dashboardCreateConfirm)
[00:08:47]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardCreateConfirm"]') with timeout=2500
[00:08:49]                   │ debg --- retry.tryForTime error: [data-test-subj="dashboardCreateConfirm"] is not displayed
[00:08:50]                   │ debg waitForRenderComplete
[00:08:50]                   │ debg in getSharedItemsCount
[00:08:50]                   │ debg Find.findByCssSelector('[data-shared-items-count]') with timeout=10000
[00:08:50]                   │ debg Renderable.waitForRender for 0 elements
[00:08:50]                   │ debg Find.allByCssSelector('[data-render-complete="true"]') with timeout=10000
[00:09:00]                   │ debg Find.allByCssSelector('[data-loading]') with timeout=1000
[00:09:01]                   │ debg Setting absolute range to Jan 1, 2018 @ 00:00:00.000 to Apr 13, 2018 @ 00:00:00.000
[00:09:01]                   │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:09:01]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:09:01]                   │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:09:01]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:09:04]                   │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerShowDatesButton"] is not displayed
[00:09:04]                   │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:09:04]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:09:04]                   │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:09:04]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:09:04]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:09:04]                   │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:09:04]                   │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:09:04]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:09:04]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:09:04]                   │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:09:04]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:04]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:05]                   │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Apr 13, 2018 @ 00:00:00.000)
[00:09:05]                   │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:09:05]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:05]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:05]                   │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:09:05]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:09:05]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:09:05]                   │ debg Find.waitForElementStale with timeout=10000
[00:09:05]                   │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:09:05]                   │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:09:05]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:09:05]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:09:05]                   │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:09:05]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:05]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:05]                   │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Jan 1, 2018 @ 00:00:00.000)
[00:09:05]                   │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:09:05]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:05]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:06]                   │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:09:06]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:09:08]                   │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:09:09]                   │ debg TestSubjects.click(querySubmitButton)
[00:09:09]                   │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:09:09]                   │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:09:09]                   │ debg Find.waitForElementStale with timeout=10000
[00:09:09]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:09]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:09]                   │ debg DashboardAddPanel.addEveryVisualization
[00:09:09]                   │ debg DashboardAddPanel.ensureAddPanelIsShowing
[00:09:09]                   │ debg DashboardAddPanel.isAddPanelOpen
[00:09:09]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:09]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:09:12]                   │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:09:12]                   │ debg DashboardAddPanel.clickOpenAddPanel
[00:09:12]                   │ debg TestSubjects.click(dashboardAddPanelButton)
[00:09:12]                   │ debg Find.clickByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:09:12]                   │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:09:12]                   │ debg ... sleep(500) start
[00:09:13]                   │ debg ... sleep(500) end
[00:09:13]                   │ debg DashboardAddPanel.isAddPanelOpen
[00:09:13]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:13]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:09:13]                   │ debg DashboardAddPanel.addToFilter(visualization)
[00:09:13]                   │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:09:14]                   │ debg DashboardAddPanel.toggleFilter
[00:09:14]                   │ debg TestSubjects.click(savedObjectFinderFilterButton)
[00:09:14]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:09:14]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:09:14]                   │ debg TestSubjects.click(savedObjectFinderFilter-visualization)
[00:09:14]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilter-visualization"]') with timeout=10000
[00:09:14]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilter-visualization"]') with timeout=10000
[00:09:14]                   │ debg DashboardAddPanel.toggleFilter
[00:09:14]                   │ debg TestSubjects.click(savedObjectFinderFilterButton)
[00:09:14]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:09:14]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:09:14]                   │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:09:15]                   │ debg TestSubjects.setValue(savedObjectFinderSearchInput, "Filter Bytes Test")
[00:09:15]                   │ debg TestSubjects.click(savedObjectFinderSearchInput)
[00:09:15]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:09:15]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:09:15]                   │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:09:16]                   │ debg addEveryEmbeddableOnCurrentPage
[00:09:16]                   │ debg TestSubjects.find(savedObjectFinderItemList)
[00:09:16]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderItemList"]') with timeout=10000
[00:09:16]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:16]                   │ 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 --- retry.try error: stale element reference: element is not attached to the page document
[00:09:16]                   │        (Session info: headless chrome=89.0.4389.90)
[00:09:17]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:17]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:17]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:17]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:17]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:17]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:17]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:17]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:18]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:18]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:18]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:18]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:18]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:19]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:19]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:19]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:19]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:19]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:19]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:19]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:19]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:19]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:19]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:19]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:20]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:20]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:20]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:20]                   │ debg Find.findByCssSelector('.euiToast__closeButton') 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 Added 11 embeddables
[00:09:22]                   │ debg Find.allByCssSelector('.euiToast') with timeout=10000
[00:09:22]                   │ debg TestSubjects.exists(pagination-button-next)
[00:09:22]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="pagination-button-next"]') with timeout=2500
[00:09:22]                   │ debg TestSubjects.find(pagination-button-next)
[00:09:22]                   │ debg Find.findByCssSelector('[data-test-subj="pagination-button-next"]') with timeout=10000
[00:09:22]                   │ debg isGlobalLoadingIndicatorVisible
[00:09:22]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:09:22]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:09:24]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:09:24]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:24]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:24]                   │ debg isGlobalLoadingIndicatorVisible
[00:09:24]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:09:24]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:09:26]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:09:26]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:26]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:26]                   │ debg addEveryEmbeddableOnCurrentPage
[00:09:26]                   │ debg TestSubjects.find(savedObjectFinderItemList)
[00:09:26]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderItemList"]') with timeout=10000
[00:09:27]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:27]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:27]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:27]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:27]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:27]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:27]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:27]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:27]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:28]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:28]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:28]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:28]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:29]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:29]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:29]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:29]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:29]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:29]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:29]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:29]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:30]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:30]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:30]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:30]                   │ debg Added 6 embeddables
[00:09:30]                   │ debg Find.allByCssSelector('.euiToast') with timeout=10000
[00:09:30]                   │ warn WebElementWrapper.click: stale element reference: element is not attached to the page document
[00:09:30]                   │        (Session info: headless chrome=89.0.4389.90)
[00:09:30]                   │ debg finding element 'By(css selector, .euiToast__closeButton)' again, 2 attempts left
[00:09:40]                   │ debg TestSubjects.exists(pagination-button-next)
[00:09:40]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="pagination-button-next"]') with timeout=2500
[00:09:40]                   │ debg TestSubjects.find(pagination-button-next)
[00:09:40]                   │ debg Find.findByCssSelector('[data-test-subj="pagination-button-next"]') with timeout=10000
[00:09:40]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:40]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:09:40]                   │ debg Closing flyout dashboardAddPanel
[00:09:40]                   │ debg TestSubjects.find(dashboardAddPanel)
[00:09:40]                   │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=10000
[00:09:41]                   │ debg Waiting up to 20000ms for flyout closed...
[00:09:41]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:41]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:09:42]                   │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:09:42]                   │ debg DashboardAddPanel.addEverySavedSearch
[00:09:42]                   │ debg DashboardAddPanel.ensureAddPanelIsShowing
[00:09:42]                   │ debg DashboardAddPanel.isAddPanelOpen
[00:09:42]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:42]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:09:45]                   │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:09:45]                   │ debg DashboardAddPanel.clickOpenAddPanel
[00:09:45]                   │ debg TestSubjects.click(dashboardAddPanelButton)
[00:09:45]                   │ debg Find.clickByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:09:45]                   │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:09:46]                   │ debg ... sleep(500) start
[00:09:46]                   │ debg ... sleep(500) end
[00:09:46]                   │ debg DashboardAddPanel.isAddPanelOpen
[00:09:46]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:46]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:09:46]                   │ debg DashboardAddPanel.addToFilter(search)
[00:09:46]                   │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:09:47]                   │ debg DashboardAddPanel.toggleFilter
[00:09:47]                   │ debg TestSubjects.click(savedObjectFinderFilterButton)
[00:09:47]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:09:47]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:09:47]                   │ debg TestSubjects.click(savedObjectFinderFilter-search)
[00:09:47]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilter-search"]') with timeout=10000
[00:09:47]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilter-search"]') with timeout=10000
[00:09:47]                   │ debg DashboardAddPanel.toggleFilter
[00:09:47]                   │ debg TestSubjects.click(savedObjectFinderFilterButton)
[00:09:47]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:09:47]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:09:47]                   │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:09:48]                   │ debg TestSubjects.setValue(savedObjectFinderSearchInput, "Filter Bytes Test")
[00:09:48]                   │ debg TestSubjects.click(savedObjectFinderSearchInput)
[00:09:48]                   │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:09:48]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:09:48]                   │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:09:48]                   │ debg addEveryEmbeddableOnCurrentPage
[00:09:48]                   │ debg TestSubjects.find(savedObjectFinderItemList)
[00:09:48]                   │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderItemList"]') with timeout=10000
[00:09:49]                   │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:09:49]                   │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:09:49]                   │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:49]                   │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:09:49]                   │ debg Added 1 embeddables
[00:09:49]                   │ debg Find.allByCssSelector('.euiToast') with timeout=10000
[00:09:49]                   │ debg TestSubjects.exists(pagination-button-next)
[00:09:49]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="pagination-button-next"]') with timeout=2500
[00:09:49]                   │ debg --- retry.tryForTime error: [data-test-subj="pagination-button-next"] is not displayed
[00:09:50]                   │ debg --- retry.tryForTime failed again with the same message...
[00:09:50]                   │ debg --- retry.tryForTime failed again with the same message...
[00:09:51]                   │ debg --- retry.tryForTime failed again with the same message...
[00:09:51]                   │ debg --- retry.tryForTime failed again with the same message...
[00:09:52]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:52]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:09:52]                   │ debg Closing flyout dashboardAddPanel
[00:09:52]                   │ debg TestSubjects.find(dashboardAddPanel)
[00:09:52]                   │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=10000
[00:09:52]                   │ debg Waiting up to 20000ms for flyout closed...
[00:09:52]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:52]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:09:53]                   │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:09:54]                   │ debg TestSubjects.exists(dashboardAddPanel)
[00:09:54]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:09:55]                   │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:09:55]                   │ debg isGlobalLoadingIndicatorVisible
[00:09:55]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:09:55]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:09:57]                   │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:09:57]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:57]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:57]                   │ debg waitForRenderComplete
[00:09:57]                   │ debg in getSharedItemsCount
[00:09:57]                   │ debg Find.findByCssSelector('[data-shared-items-count]') with timeout=10000
[00:09:57]                   │ debg Renderable.waitForRender for 0 elements
[00:09:57]                   │ debg Find.allByCssSelector('[data-render-complete="true"]') with timeout=10000
[00:09:57]                   │ debg Find.allByCssSelector('[data-loading]') with timeout=1000
[00:09:58]                   │ debg TestSubjects.click(addFilter)
[00:09:58]                   │ debg Find.clickByCssSelector('[data-test-subj="addFilter"]') with timeout=10000
[00:09:58]                   │ debg Find.findByCssSelector('[data-test-subj="addFilter"]') with timeout=10000
[00:09:58]                   │ debg comboBox.set, comboBoxSelector: filterFieldSuggestionList
[00:09:58]                   │ debg TestSubjects.find(filterFieldSuggestionList)
[00:09:58]                   │ debg Find.findByCssSelector('[data-test-subj="filterFieldSuggestionList"]') with timeout=10000
[00:09:59]                   │ debg comboBox.setElement, value: bytes
[00:09:59]                   │ debg comboBox.isOptionSelected, value: bytes
[00:10:01]                   │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:10:01]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:10:01]                   │ debg Find.allByCssSelector('.euiFilterSelectItem[title^="bytes"]') with timeout=2500
[00:10:03]                   │ debg Find.findByCssSelector('.euiFilterSelectItem') with timeout=5000
[00:10:14]                   │ info Taking screenshot "/dev/shm/workspace/parallel/20/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:10:14]                   │ info Current URL is: http://localhost:61201/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:10:14]                   │ info Saving page source to: /dev/shm/workspace/parallel/20/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:10:14]                   └- ✖ 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:10:14]                   │      TimeoutError: Waiting for element to be located By(css selector, .euiFilterSelectItem)
[00:10:14]                   │ Wait timed out after 10056ms
[00:10:14]                   │       at /dev/shm/workspace/parallel/20/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
[00:10:14]                   │       at runMicrotasks (<anonymous>)
[00:10:14]                   │       at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:10:14]                   │ 
[00:10:14]                   │ 
[00:10:14]                   └-> "after all" hook for "vega is filtered"
[00:10:14]                     │ debg TestSubjects.click(~filter & ~filter-key-bytes)
[00:10:14]                     │ debg Find.clickByCssSelector('[data-test-subj~="filter"][data-test-subj~="filter-key-bytes"]') with timeout=10000
[00:10:14]                     │ debg Find.findByCssSelector('[data-test-subj~="filter"][data-test-subj~="filter-key-bytes"]') with timeout=10000
[00:10:24]                     │ 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:24]                     │      Wait timed out after 10045ms
[00:10:24]                     │ debg Find.findByCssSelector('[data-test-subj~="filter"][data-test-subj~="filter-key-bytes"]') with timeout=10000
[00:10:34]                     │ 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:34]                     │      Wait timed out after 10040ms
[00:10:35]                     │ debg Find.findByCssSelector('[data-test-subj~="filter"][data-test-subj~="filter-key-bytes"]') with timeout=10000
[00:10:45]                     │ 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:45]                     │      Wait timed out after 10030ms
[00:10:45]                     │ debg Find.findByCssSelector('[data-test-subj~="filter"][data-test-subj~="filter-key-bytes"]') with timeout=10000
[00:10:55]                     │ 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:55]                     │      Wait timed out after 10041ms
[00:10:56]                     │ debg Find.findByCssSelector('[data-test-subj~="filter"][data-test-subj~="filter-key-bytes"]') with timeout=10000
[00:11:06]                     │ 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:06]                     │      Wait timed out after 10029ms
[00:11:06]                     │ debg Find.findByCssSelector('[data-test-subj~="filter"][data-test-subj~="filter-key-bytes"]') with timeout=10000
[00:11:16]                     │ 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:16]                     │      Wait timed out after 10050ms
[00:11:17]                     │ debg Find.findByCssSelector('[data-test-subj~="filter"][data-test-subj~="filter-key-bytes"]') with timeout=10000
[00:11:27]                     │ 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:27]                     │      Wait timed out after 10015ms
[00:11:28]                     │ debg Find.findByCssSelector('[data-test-subj~="filter"][data-test-subj~="filter-key-bytes"]') with timeout=10000
[00:11:38]                     │ 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:38]                     │      Wait timed out after 10008ms
[00:11:38]                     │ debg Find.findByCssSelector('[data-test-subj~="filter"][data-test-subj~="filter-key-bytes"]') with timeout=10000
[00:11:48]                     │ 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:48]                     │      Wait timed out after 10029ms
[00:11:49]                     │ debg Find.findByCssSelector('[data-test-subj~="filter"][data-test-subj~="filter-key-bytes"]') with timeout=10000
[00:11:59]                     │ 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:59]                     │      Wait timed out after 10045ms
[00:11:59]                     │ debg Find.findByCssSelector('[data-test-subj~="filter"][data-test-subj~="filter-key-bytes"]') with timeout=10000
[00:12:09]                     │ 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:09]                     │      Wait timed out after 10052ms
[00:12:10]                     │ debg Find.findByCssSelector('[data-test-subj~="filter"][data-test-subj~="filter-key-bytes"]') with timeout=10000
[00:12:20]                     │ 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:20]                     │      Wait timed out after 10048ms
[00:12:20]                     │ info Taking screenshot "/dev/shm/workspace/parallel/20/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:20]                     │ info Current URL is: http://localhost:61201/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:20]                     │ info Saving page source to: /dev/shm/workspace/parallel/20/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:20]                     └- ✖ 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:20]                     │      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:20]                     │ Wait timed out after 10048ms
[00:12:20]                     │     at /dev/shm/workspace/parallel/20/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
[00:12:20]                     │     at runMicrotasks (<anonymous>)
[00:12:20]                     │     at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:12:20]                     │       at onFailure (test/common/services/retry/retry_for_success.ts:17:9)
[00:12:20]                     │       at retryForSuccess (test/common/services/retry/retry_for_success.ts:57:13)
[00:12:20]                     │       at Retry.try (test/common/services/retry/retry.ts:32:14)
[00:12:20]                     │       at Proxy.clickByCssSelector (test/functional/services/common/find.ts:420:7)
[00:12:20]                     │       at TestSubjects.click (test/functional/services/common/test_subjects.ts:109:7)
[00:12:20]                     │       at FilterBar.toggleFilterPinned (test/functional/services/filter_bar.ts:85:7)
[00:12:20]                     │       at Context.<anonymous> (test/functional/apps/dashboard/dashboard_filtering.ts:142:9)
[00:12:20]                     │       at Object.apply (node_modules/@kbn/test/src/functional_test_runner/lib/mocha/wrap_function.js:73:16)
[00:12:20]                     │ 
[00:12:20]                     │ 

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 10048ms
    at /dev/shm/workspace/parallel/20/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:420:7)
    at TestSubjects.click (test/functional/services/common/test_subjects.ts:109: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 (node_modules/@kbn/test/src/functional_test_runner/lib/mocha/wrap_function.js:73:16)

and 1 more failures, only showing the first 3.

Metrics [docs]

✅ unchanged

History

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

jloleysens added a commit that referenced this pull request Mar 31, 2021
* [Snapshot Restore] Migrate to new ES client (#95499)

* wip, migrated routes and plugins

* refactored all ES error handling to use handleEsError and new isEsError detection

* - fixed Jest tests for new es client
- updated routes in light of new responses

* remove unused import

* remove unecessary isEsError check in rest api route handlers

* mute all incorrect types from client lib using @ts-expect-error

* reordered and clean up imports, removed legacy client code

* update legacy test runner

* updated use of legacyES

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	x-pack/plugins/snapshot_restore/server/routes/api/repositories.ts
#	x-pack/plugins/snapshot_restore/server/routes/api/snapshots.test.ts
#	x-pack/plugins/snapshot_restore/server/routes/api/snapshots.ts

* update use of es client to conform to 7.x responses

* reinstated 404 response when snapshot is not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Snapshot and Restore Elasticsearch snapshots and repositories UI release_note:skip Skip the PR/issue when compiling release notes Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more v7.13.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants