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

Remove LP deprecations #76536

Merged
merged 7 commits into from
Sep 4, 2020
Merged

Conversation

mshustov
Copy link
Contributor

@mshustov mshustov commented Sep 2, 2020

Summary

The remaining legacy plugins do not deprecation mechanism, therefore we can remove it as a part of the legacy platform cleanup.

@mshustov mshustov added chore Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc release_note:skip Skip the PR/issue when compiling release notes v7.10.0 labels Sep 2, 2020
@mshustov mshustov marked this pull request as ready for review September 3, 2020 07:06
@mshustov mshustov requested review from a team as code owners September 3, 2020 07:06
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-platform (Team:Platform)

Copy link
Contributor

@pgayvallet pgayvallet left a comment

Choose a reason for hiding this comment

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

LGTM

Comment on lines -44 to -50
// transform deprecated plugin settings
for (let i = 0; i < pluginSpecs.length; i++) {
const spec = pluginSpecs[i];
const transform = await getTransform(spec);
const prefix = spec.getConfigPrefix();

// nested plugin prefixes (a.b) translate to nested objects
Copy link
Contributor

Choose a reason for hiding this comment

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

So glad this finally goes away.

@mshustov mshustov added the v8.0.0 label Sep 3, 2020
Copy link
Contributor

@spalger spalger left a comment

Choose a reason for hiding this comment

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

FTR changes LGTM

@kibanamachine
Copy link
Contributor

💛 Build succeeded, but was flaky


Test Failures

Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/discover/async_scripted_fields·js.discover async search with scripted fields query return results with valid scripted field

Link to Jenkins

Standard Out

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

[00:00:00]       │
[00:00:00]         └-: discover
[00:00:00]           └-> "before all" hook
[00:00:00]             │ info [o.e.x.i.IndexLifecycleTransition] [kibana-ci-immutable-centos-tests-xxl-1599200432161605905] moving index [ilm-history-3-000001] from [{"phase":"new","action":"complete","name":"complete"}] to [{"phase":"hot","action":"unfollow","name":"wait-for-indexing-complete"}] in policy [ilm-history-ilm-policy]
[00:08:39]           └-: async search with scripted fields
[00:08:39]             └-> "before all" hook
[00:08:39]             └-> "before all" hook
[00:08:39]               │ info [kibana_scripted_fields_on_logstash] Loading "mappings.json"
[00:08:39]               │ info [kibana_scripted_fields_on_logstash] Loading "data.json.gz"
[00:08:39]               │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xxl-1599200432161605905] [.kibana_2/99DoA1Y-RVCHlVwBdlUMYw] deleting index
[00:08:39]               │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xxl-1599200432161605905] [.kibana_1/Vn2w8EMcQ7yyrbx_c6pryA] deleting index
[00:08:39]               │ info [kibana_scripted_fields_on_logstash] Deleted existing index [".kibana_2",".kibana_1"]
[00:08:39]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1599200432161605905] [.kibana_1] creating index, cause [api], templates [], shards [1]/[0]
[00:08:39]               │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1599200432161605905] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_1][0]]])." previous.health="YELLOW" reason="shards started [[.kibana_1][0]]"
[00:08:39]               │ info [kibana_scripted_fields_on_logstash] Created index ".kibana_1"
[00:08:39]               │ debg [kibana_scripted_fields_on_logstash] ".kibana_1" settings {"index":{"auto_expand_replicas":"0-1","number_of_replicas":"0","number_of_shards":"1"}}
[00:08:39]               │ info [kibana_scripted_fields_on_logstash] Indexed 19 docs into ".kibana_1"
[00:08:39]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1599200432161605905] [.kibana_1/QCLiobfeTKGaQ90SUwidQA] update_mapping [_doc]
[00:08:39]               │ debg Migrating saved objects
[00:08:39]               │ proc [kibana]   log   [07:00:17.187] [error][data][elasticsearch] [version_conflict_engine_exception]: [task:session_cleanup]: version conflict, document already exists (current version [4])
[00:08:39]               │ proc [kibana]   log   [07:00:17.207] [info][savedobjects-service] Creating index .kibana_2.
[00:08:39]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1599200432161605905] [.kibana_2] creating index, cause [api], templates [], shards [1]/[1]
[00:08:39]               │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1599200432161605905] updating number_of_replicas to [0] for indices [.kibana_2]
[00:08:39]               │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1599200432161605905] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_2][0]]])." previous.health="YELLOW" reason="shards started [[.kibana_2][0]]"
[00:08:39]               │ proc [kibana]   log   [07:00:17.274] [info][savedobjects-service] Migrating .kibana_1 saved objects to .kibana_2
[00:08:39]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1599200432161605905] [.kibana_2/8eoqfEm7R06Jj-tTPCAEvQ] update_mapping [_doc]
[00:08:39]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1599200432161605905] [.kibana_2/8eoqfEm7R06Jj-tTPCAEvQ] update_mapping [_doc]
[00:08:39]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1599200432161605905] [.kibana_2/8eoqfEm7R06Jj-tTPCAEvQ] update_mapping [_doc]
[00:08:39]               │ info [o.e.i.s.IndexShard] [kibana-ci-immutable-centos-tests-xxl-1599200432161605905] [.kibana_1][0] onPreQueryPhase listener [org.elasticsearch.xpack.security.authz.SecuritySearchOperationListener@28c330fb] failed
[00:08:39]               │      org.elasticsearch.ElasticsearchSecurityException: Unexpected null indices access control for search context [[lWHqV3QBZ7k9aLWjdLT8][437]] for request [shardId[[.kibana_1][0]]] with source [search]
[00:08:39]               │      	at org.elasticsearch.xpack.security.authz.SecuritySearchOperationListener.ensureIndicesAccessControlForScrollThreadContext(SecuritySearchOperationListener.java:111) ~[?:?]
[00:08:39]               │      	at org.elasticsearch.xpack.security.authz.SecuritySearchOperationListener.onPreQueryPhase(SecuritySearchOperationListener.java:101) ~[?:?]
[00:08:39]               │      	at org.elasticsearch.index.shard.SearchOperationListener$CompositeListener.onPreQueryPhase(SearchOperationListener.java:134) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:08:39]               │      	at org.elasticsearch.search.SearchService$SearchOperationListenerExecutor.<init>(SearchService.java:1324) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:08:39]               │      	at org.elasticsearch.search.SearchService$SearchOperationListenerExecutor.<init>(SearchService.java:1313) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:08:39]               │      	at org.elasticsearch.search.SearchService.lambda$executeFetchPhase$2(SearchService.java:581) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:08:39]               │      	at org.elasticsearch.action.ActionRunnable.lambda$supply$0(ActionRunnable.java:58) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:08:39]               │      	at org.elasticsearch.action.ActionRunnable$2.doRun(ActionRunnable.java:73) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:08:39]               │      	at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:706) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:08:39]               │      	at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:08:39]               │      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) [?:?]
[00:08:39]               │      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) [?:?]
[00:08:39]               │      	at java.lang.Thread.run(Thread.java:832) [?:?]
[00:08:39]               │ proc [kibana]   log   [07:00:17.437] [info][savedobjects-service] Pointing alias .kibana to .kibana_2.
[00:08:39]               │ proc [kibana]   log   [07:00:17.477] [info][savedobjects-service] Finished in 272ms.
[00:08:39]               │ proc [kibana]   log   [07:00:17.498] [error][data][elasticsearch] [version_conflict_engine_exception]: [task:session_cleanup]: version conflict, document already exists (current version [4])
[00:08:39]               │ info [logstash_functional] Loading "mappings.json"
[00:08:39]               │ info [logstash_functional] Loading "data.json.gz"
[00:08:39]               │ info [logstash_functional] Skipped restore for existing index "logstash-2015.09.22"
[00:08:39]               │ info [logstash_functional] Skipped restore for existing index "logstash-2015.09.20"
[00:08:40]               │ info [logstash_functional] Skipped restore for existing index "logstash-2015.09.21"
[00:08:41]               │ debg set roles = test_logstash_reader,global_discover_read
[00:08:41]               │ debg creating user test_user
[00:08:41]               │ info [o.e.x.s.a.u.TransportPutUserAction] [kibana-ci-immutable-centos-tests-xxl-1599200432161605905] updated user [test_user]
[00:08:41]               │ debg created user test_user
[00:08:41]               │ debg TestSubjects.exists(kibanaChrome)
[00:08:41]               │ debg Find.existsByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=2500
[00:08:41]               │ debg TestSubjects.find(kibanaChrome)
[00:08:41]               │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=100000
[00:08:41]               │ debg browser[INFO] http://localhost:6151/spaces/space_selector#/view/3df56830-ee7c-11ea-a8e6-d1d9a073eec7?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))&_a=(columns:!(_source),filters:!(),index:'logstash-*',interval:auto,query:(language:kuery,query:''),sort:!()) 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:08:41]               │
[00:08:41]               │ debg browser[INFO] http://localhost:6151/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:08:43]               │ debg applying update to kibana config: {"timepicker:timeDefaults":"{  \"from\": \"Sep 18, 2015 @ 19:37:13.000\",  \"to\": \"Sep 23, 2015 @ 02:30:09.000\"}"}
[00:08:43]             └-> query should show failed shards pop up
[00:08:43]               └-> "before each" hook: global before each
[00:08:43]               │ debg navigating to discover url: http://localhost:6151/app/discover#/
[00:08:43]               │ debg navigate to: http://localhost:6151/app/discover#/
[00:08:43]               │ERROR browser[SEVERE] http://localhost:6151/api/saved_objects/_bulk_get - Failed to load resource: the server responded with a status of 403 (Forbidden)
[00:08:43]               │ debg browser[INFO] http://localhost:6151/36056/bundles/core/core.entry.js 83:273123 "Detected an unhandled Promise rejection.
[00:08:43]               │      Error: Forbidden"
[00:08:43]               │ERROR browser[SEVERE] http://localhost:6151/36056/bundles/core/core.entry.js 27:9914 
[00:08:43]               │ debg browser[INFO] http://localhost:6151/app/discover?_t=1599202821273#/ 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:08:43]               │
[00:08:43]               │ debg browser[INFO] http://localhost:6151/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:08:43]               │ debg ... sleep(700) start
[00:08:44]               │ debg ... sleep(700) end
[00:08:44]               │ debg returned from get, calling refresh
[00:08:45]               │ERROR browser[SEVERE] http://localhost:6151/36056/bundles/core/core.entry.js 83:272044 TypeError: Failed to fetch
[00:08:45]               │          at Fetch._callee3$ (http://localhost:6151/36056/bundles/core/core.entry.js:34:105572)
[00:08:45]               │          at l (http://localhost:6151/36056/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:368:186861)
[00:08:45]               │          at Generator._invoke (http://localhost:6151/36056/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:368:186614)
[00:08:45]               │          at Generator.forEach.e.<computed> [as throw] (http://localhost:6151/36056/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:368:187218)
[00:08:45]               │          at fetch_asyncGeneratorStep (http://localhost:6151/36056/bundles/core/core.entry.js:34:99665)
[00:08:45]               │          at _throw (http://localhost:6151/36056/bundles/core/core.entry.js:34:100073)
[00:08:45]               │ debg browser[INFO] http://localhost:6151/app/discover?_t=1599202821273#/ 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:08:45]               │
[00:08:45]               │ debg browser[INFO] http://localhost:6151/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:08:45]               │ debg currentUrl = http://localhost:6151/app/discover#/
[00:08:45]               │          appUrl = http://localhost:6151/app/discover#/
[00:08:45]               │ debg TestSubjects.find(kibanaChrome)
[00:08:45]               │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:08:47]               │ debg ... sleep(501) start
[00:08:47]               │ERROR browser[SEVERE] http://localhost:6151/api/saved_objects/_bulk_get - Failed to load resource: the server responded with a status of 403 (Forbidden)
[00:08:47]               │ debg browser[INFO] http://localhost:6151/36056/bundles/core/core.entry.js 83:273123 "Detected an unhandled Promise rejection.
[00:08:47]               │      Error: Forbidden"
[00:08:47]               │ERROR browser[SEVERE] http://localhost:6151/36056/bundles/core/core.entry.js 27:9914 
[00:08:47]               │ debg ... sleep(501) end
[00:08:47]               │ debg browser[WARNING] http://localhost:6151/36056/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 20:70019 "Deprecation warning: value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.
[00:08:47]               │      Arguments: 
[00:08:47]               │      [0] _isAMomentObject: true, _isUTC: false, _useUTC: false, _l: undefined, _i: Sep 18, 2015 @ 19:37:13.000, _f: undefined, _strict: undefined, _locale: [object Object]
[00:08:47]               │      Error
[00:08:47]               │          at Function.createFromInputFallback (http://localhost:6151/36056/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:21:70427)
[00:08:47]               │          at http://localhost:6151/36056/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:21:90169
[00:08:47]               │          at http://localhost:6151/36056/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:21:90220
[00:08:47]               │          at Et (http://localhost:6151/36056/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:21:90514)
[00:08:47]               │          at Ct (http://localhost:6151/36056/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:21:90891)
[00:08:47]               │          at wt (http://localhost:6151/36056/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:21:90973)
[00:08:47]               │          at r (http://localhost:6151/36056/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:21:67265)
[00:08:47]               │          at Object.parse (http://localhost:6151/36056/bundles/plugin/data/data.plugin.js:9:313972)
[00:08:47]               │          at validateTimeRange (http://localhost:6151/36056/bundles/plugin/data/data.plugin.js:9:187328)
[00:08:47]               │          at t._next (http://localhost:6151/36056/bundles/plugin/data/data.plugin.js:9:208725)"
[00:08:47]               │ debg in navigateTo url = http://localhost:6151/app/discover#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:%27Sep%2018,%202015%20@%2019:37:13.000%27,to:%27Sep%2023,%202015%20@%2002:30:09.000%27))&_a=(columns:!(_source),filters:!(),index:eddf62c0-85bb-11ea-a555-0b6139dddc19,interval:auto,query:(language:kuery,query:%27%27),sort:!())
[00:08:47]               │ debg --- retry.try error: URL changed, waiting for it to settle
[00:08:48]               │ debg ... sleep(501) start
[00:08:48]               │ debg ... sleep(501) end
[00:08:48]               │ debg in navigateTo url = http://localhost:6151/app/discover#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:%27Sep%2018,%202015%20@%2019:37:13.000%27,to:%27Sep%2023,%202015%20@%2002:30:09.000%27))&_a=(columns:!(_source),filters:!(),index:eddf62c0-85bb-11ea-a555-0b6139dddc19,interval:auto,query:(language:kuery,query:%27%27),sort:!())
[00:08:48]               │ debg TestSubjects.exists(statusPageContainer)
[00:08:48]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:08:51]               │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:08:52]               │ debg TestSubjects.click(indexPattern-switch-link)
[00:08:52]               │ debg Find.clickByCssSelector('[data-test-subj="indexPattern-switch-link"]') with timeout=10000
[00:08:52]               │ debg Find.findByCssSelector('[data-test-subj="indexPattern-switch-link"]') with timeout=10000
[00:08:52]               │ debg Find.setValue('[data-test-subj="indexPattern-switcher"] input', 'logsta*')
[00:08:52]               │ debg Find.findByCssSelector('[data-test-subj="indexPattern-switcher"] input') with timeout=10000
[00:08:52]               │ info [o.e.x.i.IndexLifecycleTransition] [kibana-ci-immutable-centos-tests-xxl-1599200432161605905] moving index [ilm-history-3-000001] from [{"phase":"hot","action":"unfollow","name":"wait-for-follow-shard-tasks"}] to [{"phase":"hot","action":"unfollow","name":"pause-follower-index"}] in policy [ilm-history-ilm-policy]
[00:08:52]               │ info [o.e.x.i.IndexLifecycleTransition] [kibana-ci-immutable-centos-tests-xxl-1599200432161605905] moving index [.kibana-event-log-8.0.0-000001] from [{"phase":"hot","action":"unfollow","name":"wait-for-follow-shard-tasks"}] to [{"phase":"hot","action":"unfollow","name":"pause-follower-index"}] in policy [kibana-event-log-policy]
[00:08:52]               │ debg Find.clickByCssSelector('[data-test-subj="indexPattern-switcher"] [title="logsta*"]') with timeout=10000
[00:08:52]               │ debg Find.findByCssSelector('[data-test-subj="indexPattern-switcher"] [title="logsta*"]') with timeout=10000
[00:08:52]               │ info [o.e.x.i.IndexLifecycleTransition] [kibana-ci-immutable-centos-tests-xxl-1599200432161605905] moving index [ilm-history-3-000001] from [{"phase":"hot","action":"unfollow","name":"pause-follower-index"}] to [{"phase":"hot","action":"unfollow","name":"close-follower-index"}] in policy [ilm-history-ilm-policy]
[00:08:52]               │ info [o.e.x.i.IndexLifecycleTransition] [kibana-ci-immutable-centos-tests-xxl-1599200432161605905] moving index [.kibana-event-log-8.0.0-000001] from [{"phase":"hot","action":"unfollow","name":"pause-follower-index"}] to [{"phase":"hot","action":"unfollow","name":"close-follower-index"}] in policy [kibana-event-log-policy]
[00:08:52]               │ info [o.e.x.i.IndexLifecycleTransition] [kibana-ci-immutable-centos-tests-xxl-1599200432161605905] moving index [ilm-history-3-000001] from [{"phase":"hot","action":"unfollow","name":"close-follower-index"}] to [{"phase":"hot","action":"unfollow","name":"unfollow-follower-index"}] in policy [ilm-history-ilm-policy]
[00:08:52]               │ info [o.e.x.i.IndexLifecycleTransition] [kibana-ci-immutable-centos-tests-xxl-1599200432161605905] moving index [.kibana-event-log-8.0.0-000001] from [{"phase":"hot","action":"unfollow","name":"close-follower-index"}] to [{"phase":"hot","action":"unfollow","name":"unfollow-follower-index"}] in policy [kibana-event-log-policy]
[00:08:52]               │ info [o.e.x.i.IndexLifecycleTransition] [kibana-ci-immutable-centos-tests-xxl-1599200432161605905] moving index [ilm-history-3-000001] from [{"phase":"hot","action":"unfollow","name":"unfollow-follower-index"}] to [{"phase":"hot","action":"unfollow","name":"open-follower-index"}] in policy [ilm-history-ilm-policy]
[00:08:52]               │ info [o.e.x.i.IndexLifecycleTransition] [kibana-ci-immutable-centos-tests-xxl-1599200432161605905] moving index [.kibana-event-log-8.0.0-000001] from [{"phase":"hot","action":"unfollow","name":"unfollow-follower-index"}] to [{"phase":"hot","action":"unfollow","name":"open-follower-index"}] in policy [kibana-event-log-policy]
[00:08:52]               │ info [o.e.x.i.IndexLifecycleTransition] [kibana-ci-immutable-centos-tests-xxl-1599200432161605905] moving index [ilm-history-3-000001] from [{"phase":"hot","action":"unfollow","name":"open-follower-index"}] to [{"phase":"hot","action":"unfollow","name":"wait-for-yellow-step"}] in policy [ilm-history-ilm-policy]
[00:08:52]               │ debg isGlobalLoadingIndicatorVisible
[00:08:52]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:08:52]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:08:52]               │ info [o.e.x.i.IndexLifecycleTransition] [kibana-ci-immutable-centos-tests-xxl-1599200432161605905] moving index [.kibana-event-log-8.0.0-000001] from [{"phase":"hot","action":"unfollow","name":"open-follower-index"}] to [{"phase":"hot","action":"unfollow","name":"wait-for-yellow-step"}] in policy [kibana-event-log-policy]
[00:08:52]               │ info [o.e.x.i.IndexLifecycleTransition] [kibana-ci-immutable-centos-tests-xxl-1599200432161605905] moving index [ilm-history-3-000001] from [{"phase":"hot","action":"unfollow","name":"wait-for-yellow-step"}] to [{"phase":"hot","action":"rollover","name":"check-rollover-ready"}] in policy [ilm-history-ilm-policy]
[00:08:52]               │ info [o.e.x.i.IndexLifecycleTransition] [kibana-ci-immutable-centos-tests-xxl-1599200432161605905] moving index [.kibana-event-log-8.0.0-000001] from [{"phase":"hot","action":"unfollow","name":"wait-for-yellow-step"}] to [{"phase":"hot","action":"rollover","name":"check-rollover-ready"}] in policy [kibana-event-log-policy]
[00:08:53]               │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:08:55]               │ debg --- retry.tryForTime failed again with the same message...
[00:08:55]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:08:55]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:08:55]               │ debg TestSubjects.getVisibleText(euiToastHeader)
[00:08:55]               │ debg TestSubjects.find(euiToastHeader)
[00:08:55]               │ debg Find.findByCssSelector('[data-test-subj="euiToastHeader"]') with timeout=10000
[00:08:55]               │ debg 1 of 3 shards failed
[00:08:55]               └- ✓ pass  (11.8s) "discover async search with scripted fields query should show failed shards pop up"
[00:08:55]             └-> query return results with valid scripted field
[00:08:55]               └-> "before each" hook: global before each
[00:08:55]               │ debg TestSubjects.click(indexPattern-switch-link)
[00:08:55]               │ debg Find.clickByCssSelector('[data-test-subj="indexPattern-switch-link"]') with timeout=10000
[00:08:55]               │ debg Find.findByCssSelector('[data-test-subj="indexPattern-switch-link"]') with timeout=10000
[00:08:55]               │ debg Find.setValue('[data-test-subj="indexPattern-switcher"] input', 'logstash-*')
[00:08:55]               │ debg Find.findByCssSelector('[data-test-subj="indexPattern-switcher"] input') with timeout=10000
[00:08:55]               │ debg Find.clickByCssSelector('[data-test-subj="indexPattern-switcher"] [title="logstash-*"]') with timeout=10000
[00:08:55]               │ debg Find.findByCssSelector('[data-test-subj="indexPattern-switcher"] [title="logstash-*"]') with timeout=10000
[00:08:56]               │ debg isGlobalLoadingIndicatorVisible
[00:08:56]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:08:56]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:08:56]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:08:56]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:08:58]               │ debg QueryBar.setQuery(php* OR *jpg OR *css*)
[00:08:58]               │ debg TestSubjects.click(queryInput)
[00:08:58]               │ debg Find.clickByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:08:58]               │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:08:59]               │ debg TestSubjects.getAttribute(queryInput, value)
[00:08:59]               │ debg TestSubjects.find(queryInput)
[00:08:59]               │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:08:59]               │ debg TestSubjects.click(querySubmitButton)
[00:08:59]               │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:08:59]               │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:08:59]               │ debg isGlobalLoadingIndicatorVisible
[00:08:59]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:08:59]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:08:59]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:08:59]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:05]               │ info [o.e.x.c.a.AsyncResultsService] [kibana-ci-immutable-centos-tests-xxl-1599200432161605905] failed to update expiration time for async-search [FkdoeHNvaVZnVHdTX194SW5SY3J3clEcakdEV0ptcTRTWi1lU2NTc2xnek1WQToxMTM4MQ==]
[00:09:05]               │      org.elasticsearch.transport.RemoteTransportException: [kibana-ci-immutable-centos-tests-xxl-1599200432161605905][127.0.0.1:6153][indices:data/write/update[s]]
[00:09:05]               │      Caused by: org.elasticsearch.index.engine.VersionConflictEngineException: [GhxsoiVgTwS__xInRcrwrQ]: version conflict, required seqNo [35], primary term [1]. current document has seqNo [36] and primary term [1]
[00:09:05]               │      	at org.elasticsearch.index.engine.InternalEngine.planIndexingAsPrimary(InternalEngine.java:1014) ~[elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:05]               │      	at org.elasticsearch.index.engine.InternalEngine.indexingStrategyForOperation(InternalEngine.java:977) ~[elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:05]               │      	at org.elasticsearch.index.engine.InternalEngine.index(InternalEngine.java:866) ~[elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:05]               │      	at org.elasticsearch.index.shard.IndexShard.index(IndexShard.java:819) ~[elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:05]               │      	at org.elasticsearch.index.shard.IndexShard.applyIndexOperation(IndexShard.java:791) ~[elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:05]               │      	at org.elasticsearch.index.shard.IndexShard.applyIndexOperationOnPrimary(IndexShard.java:756) ~[elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:05]               │      	at org.elasticsearch.action.bulk.TransportShardBulkAction.executeBulkItemRequest(TransportShardBulkAction.java:279) ~[elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:05]               │      	at org.elasticsearch.action.bulk.TransportShardBulkAction$2.doRun(TransportShardBulkAction.java:168) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:05]               │      	at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:05]               │      	at org.elasticsearch.action.bulk.TransportShardBulkAction.performOnPrimary(TransportShardBulkAction.java:214) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:05]               │      	at org.elasticsearch.action.bulk.TransportShardBulkAction.dispatchedShardOperationOnPrimary(TransportShardBulkAction.java:118) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:05]               │      	at org.elasticsearch.action.bulk.TransportShardBulkAction.dispatchedShardOperationOnPrimary(TransportShardBulkAction.java:83) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:05]               │      	at org.elasticsearch.action.support.replication.TransportWriteAction$1.doRun(TransportWriteAction.java:159) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:05]               │      	at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:706) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:05]               │      	at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
[00:09:05]               │      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) [?:?]
[00:09:05]               │      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) [?:?]
[00:09:05]               │      	at java.lang.Thread.run(Thread.java:832) [?:?]
[00:09:05]               │ proc [kibana]   log   [07:00:42.691] [error][data][elasticsearch] [resource_not_found_exception]: FkdoeHNvaVZnVHdTX194SW5SY3J3clEcakdEV0ptcTRTWi1lU2NTc2xnek1WQToxMTM4MQ==
[00:09:05]               │ERROR browser[SEVERE] http://localhost:6151/internal/search/ese/FkdoeHNvaVZnVHdTX194SW5SY3J3clEcakdEV0ptcTRTWi1lU2NTc2xnek1WQToxMTM4MQ== - Failed to load resource: the server responded with a status of 404 (Not Found)
[00:09:05]               │ debg TestSubjects.getVisibleText(discoverQueryHits)
[00:09:05]               │ debg TestSubjects.find(discoverQueryHits)
[00:09:05]               │ debg Find.findByCssSelector('[data-test-subj="discoverQueryHits"]') with timeout=10000
[00:09:05]               │ debg --- retry.tryForTime error: expected '14,005' to equal '13,301'
[00:09:05]               │ debg isGlobalLoadingIndicatorVisible
[00:09:05]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:09:05]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:09:07]               │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:09:07]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:07]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:07]               │ debg TestSubjects.getVisibleText(discoverQueryHits)
[00:09:07]               │ debg TestSubjects.find(discoverQueryHits)
[00:09:07]               │ debg Find.findByCssSelector('[data-test-subj="discoverQueryHits"]') with timeout=10000
[00:09:07]               │ debg --- retry.tryForTime failed again with the same message...
[00:09:08]               │ debg isGlobalLoadingIndicatorVisible
[00:09:08]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:09:08]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:09:09]               │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:09:10]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:10]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:10]               │ debg TestSubjects.getVisibleText(discoverQueryHits)
[00:09:10]               │ debg TestSubjects.find(discoverQueryHits)
[00:09:10]               │ debg Find.findByCssSelector('[data-test-subj="discoverQueryHits"]') with timeout=10000
[00:09:10]               │ debg --- retry.tryForTime failed again with the same message...
[00:09:11]               │ debg isGlobalLoadingIndicatorVisible
[00:09:11]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:09:11]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:09:12]               │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:09:13]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:13]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:13]               │ debg TestSubjects.getVisibleText(discoverQueryHits)
[00:09:13]               │ debg TestSubjects.find(discoverQueryHits)
[00:09:13]               │ debg Find.findByCssSelector('[data-test-subj="discoverQueryHits"]') with timeout=10000
[00:09:13]               │ debg --- retry.tryForTime failed again with the same message...
[00:09:13]               │ debg isGlobalLoadingIndicatorVisible
[00:09:13]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:09:13]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:09:15]               │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:09:15]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:15]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:15]               │ debg TestSubjects.getVisibleText(discoverQueryHits)
[00:09:15]               │ debg TestSubjects.find(discoverQueryHits)
[00:09:15]               │ debg Find.findByCssSelector('[data-test-subj="discoverQueryHits"]') with timeout=10000
[00:09:15]               │ debg --- retry.tryForTime failed again with the same message...
[00:09:16]               │ debg isGlobalLoadingIndicatorVisible
[00:09:16]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:09:16]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:09:17]               │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:09:18]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:18]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:18]               │ debg TestSubjects.getVisibleText(discoverQueryHits)
[00:09:18]               │ debg TestSubjects.find(discoverQueryHits)
[00:09:18]               │ debg Find.findByCssSelector('[data-test-subj="discoverQueryHits"]') with timeout=10000
[00:09:18]               │ debg --- retry.tryForTime failed again with the same message...
[00:09:18]               │ debg isGlobalLoadingIndicatorVisible
[00:09:18]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:09:18]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:09:20]               │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:09:20]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:20]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:20]               │ debg TestSubjects.getVisibleText(discoverQueryHits)
[00:09:20]               │ debg TestSubjects.find(discoverQueryHits)
[00:09:20]               │ debg Find.findByCssSelector('[data-test-subj="discoverQueryHits"]') with timeout=10000
[00:09:20]               │ debg --- retry.tryForTime failed again with the same message...
[00:09:21]               │ debg isGlobalLoadingIndicatorVisible
[00:09:21]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:09:21]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:09:22]               │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:09:23]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:23]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:23]               │ debg TestSubjects.getVisibleText(discoverQueryHits)
[00:09:23]               │ debg TestSubjects.find(discoverQueryHits)
[00:09:23]               │ debg Find.findByCssSelector('[data-test-subj="discoverQueryHits"]') with timeout=10000
[00:09:23]               │ debg --- retry.tryForTime failed again with the same message...
[00:09:23]               │ debg isGlobalLoadingIndicatorVisible
[00:09:23]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:09:23]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:09:25]               │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:09:25]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:25]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:25]               │ debg TestSubjects.getVisibleText(discoverQueryHits)
[00:09:25]               │ debg TestSubjects.find(discoverQueryHits)
[00:09:25]               │ debg Find.findByCssSelector('[data-test-subj="discoverQueryHits"]') with timeout=10000
[00:09:26]               │ debg --- retry.tryForTime failed again with the same message...
[00:09:26]               │ debg isGlobalLoadingIndicatorVisible
[00:09:26]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:09:26]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:09:28]               │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:09:28]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:28]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:28]               │ debg TestSubjects.getVisibleText(discoverQueryHits)
[00:09:28]               │ debg TestSubjects.find(discoverQueryHits)
[00:09:28]               │ debg Find.findByCssSelector('[data-test-subj="discoverQueryHits"]') with timeout=10000
[00:09:28]               │ debg --- retry.tryForTime failed again with the same message...
[00:09:29]               │ debg isGlobalLoadingIndicatorVisible
[00:09:29]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:09:29]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:09:30]               │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:09:31]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:31]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:31]               │ debg TestSubjects.getVisibleText(discoverQueryHits)
[00:09:31]               │ debg TestSubjects.find(discoverQueryHits)
[00:09:31]               │ debg Find.findByCssSelector('[data-test-subj="discoverQueryHits"]') with timeout=10000
[00:09:31]               │ debg --- retry.tryForTime failed again with the same message...
[00:09:31]               │ info Taking screenshot "/dev/shm/workspace/parallel/5/kibana/x-pack/test/functional/screenshots/failure/discover async search with scripted fields query return results with valid scripted field.png"
[00:09:31]               │ info Current URL is: http://localhost:6151/app/discover#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:%27Sep%2018,%202015%20@%2019:37:13.000%27,to:%27Sep%2023,%202015%20@%2002:30:09.000%27))&_a=(columns:!(_source),filters:!(),index:eddf62c0-85bb-11ea-a555-0b6139dddc19,interval:auto,query:(language:kuery,query:%27php*%20OR%20*jpg%20OR%20*css*%27),sort:!())
[00:09:32]               │ info Saving page source to: /dev/shm/workspace/parallel/5/kibana/x-pack/test/functional/failure_debug/html/discover async search with scripted fields query return results with valid scripted field.html
[00:09:32]               └- ✖ fail: discover async search with scripted fields query return results with valid scripted field
[00:09:32]               │      Error: retry.tryForTime timeout: Error: expected '14,005' to equal '13,301'
[00:09:32]               │     at Assertion.assert (/dev/shm/workspace/parallel/5/kibana/packages/kbn-expect/expect.js:100:11)
[00:09:32]               │     at Assertion.be.Assertion.equal (/dev/shm/workspace/parallel/5/kibana/packages/kbn-expect/expect.js:227:8)
[00:09:32]               │     at Assertion.be (/dev/shm/workspace/parallel/5/kibana/packages/kbn-expect/expect.js:69:22)
[00:09:32]               │     at /dev/shm/workspace/parallel/5/kibana/x-pack/test/functional/apps/discover/async_scripted_fields.js:122:61
[00:09:32]               │     at process._tickCallback (internal/process/next_tick.js:68:7)
[00:09:32]               │       at onFailure (/dev/shm/workspace/parallel/5/kibana/test/common/services/retry/retry_for_success.ts:28:9)
[00:09:32]               │       at retryForSuccess (/dev/shm/workspace/parallel/5/kibana/test/common/services/retry/retry_for_success.ts:68:13)
[00:09:32]               │ 
[00:09:32]               │ 

Stack Trace

Error: retry.tryForTime timeout: Error: expected '14,005' to equal '13,301'
    at Assertion.assert (/dev/shm/workspace/parallel/5/kibana/packages/kbn-expect/expect.js:100:11)
    at Assertion.be.Assertion.equal (/dev/shm/workspace/parallel/5/kibana/packages/kbn-expect/expect.js:227:8)
    at Assertion.be (/dev/shm/workspace/parallel/5/kibana/packages/kbn-expect/expect.js:69:22)
    at /dev/shm/workspace/parallel/5/kibana/x-pack/test/functional/apps/discover/async_scripted_fields.js:122:61
    at process._tickCallback (internal/process/next_tick.js:68:7)
    at onFailure (/dev/shm/workspace/parallel/5/kibana/test/common/services/retry/retry_for_success.ts:28:9)
    at retryForSuccess (/dev/shm/workspace/parallel/5/kibana/test/common/services/retry/retry_for_success.ts:68:13)

Build metrics

oss distributable file count

id value diff baseline
total 27286 -6 27292

distributable file count

id value diff baseline
total 45463 -6 45469

History

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

@mshustov mshustov merged commit 74499c4 into elastic:master Sep 4, 2020
@mshustov mshustov deleted the remove-deprecations-legacy branch September 4, 2020 09:31
mshustov added a commit to mshustov/kibana that referenced this pull request Sep 4, 2020
* inline deprecations in kbn-test

* remove LP deprecations

* remove test

* inline log call

* remove unnecessary deprecations for the test config
mshustov added a commit that referenced this pull request Sep 4, 2020
* inline deprecations in kbn-test

* remove LP deprecations

* remove test

* inline log call

* remove unnecessary deprecations for the test config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore release_note:skip Skip the PR/issue when compiling release notes Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc v7.10.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants