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

[7.x] Add Kea.js support to Enterprise Search plugin (#72160) #73372

Merged
merged 1 commit into from
Jul 27, 2020

Conversation

scottybollinger
Copy link
Contributor

Backports the following commits to 7.x:

* Add Kea packages

- kea and kea-waitfor

* Add Kea declarations and types

Hopefully TypeScript support coming soon from author

* Add Kea to entry point

* Add logic for overview

* Update components to use Kea

* Fix a couple of tests that weren’t getting complete coverage

* Remove kea-waitfor

Turns out we don’t need it

* Remove unused declaration

* Update x-pack/plugins/enterprise_search/public/applications/workplace_search/components/overview/overview_logic.ts

Co-authored-by: Constance <constancecchen@users.noreply.github.com>

* Update x-pack/plugins/enterprise_search/public/applications/workplace_search/components/overview/overview_logic.ts

Co-authored-by: Constance <constancecchen@users.noreply.github.com>

* Update x-pack/plugins/enterprise_search/public/applications/workplace_search/components/overview/__mocks__/overview_logic.mock.ts

Co-authored-by: Constance <constancecchen@users.noreply.github.com>

* Update x-pack/plugins/enterprise_search/public/applications/workplace_search/components/overview/overview_logic.test.ts

Co-authored-by: Constance <constancecchen@users.noreply.github.com>

* [Opinionated] Remove extra actions defs

- they're already being defined in IOverviewActions, so no need to repeat them

* DRY out a new reusable/generics IKeaLogic/Listeners interface

- Multiple logic files can now do IKeaListeners<SomeLogicActions> and not have to declare their own IListenerParams!

+ bonus IKeaSelectors just for consistency

* DRY out Kea reducers definitions to generics interface

* [Refactor] Improve KeaReducers generic to actually type-check/check key names

- Typescript will now throw an error if you put in a key name that isn't declared in your actions/values interface
- default & new states now will be type checked!! 🎉

* [Refactor] Update selectors() and listeners() to also check types and keys

* [Refactor] Move param defs to bottom of file instead of inline

- so that inline definitions mostly focus on type checks, and more boilerplate defs are DRYed out
- I played around with 2.1 obj definitions and got terrible results here :(

* Update tests and remove selectors per code review

* Remove last statsColumns instance

* Remove last instance of hideOnboarding

Co-authored-by: Constance <constancecchen@users.noreply.github.com>
Co-authored-by: Constance Chen <constance.chen.3@gmail.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Copy link
Member

@cee-chen cee-chen left a comment

Choose a reason for hiding this comment

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

Not that you need this, but :yolo:

@kibanamachine
Copy link
Contributor

💛 Build succeeded, but was flaky


Test Failures

Kibana Pipeline / kibana-xpack-agent / Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/graph/graph·ts.graph app graph should show venn when clicking a line

Link to Jenkins

Standard Out

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

[00:00:00]       │
[00:00:00]         └-: graph app
[00:00:00]           └-> "before all" hook
[00:03:11]           └-: graph
[00:03:11]             └-> "before all" hook
[00:03:11]             └-> "before all" hook
[00:03:11]               │ debg load graph/secrepo data
[00:03:11]               │ info [graph/secrepo] Loading "mappings.json"
[00:03:11]               │ info [graph/secrepo] Loading "data.json.gz"
[00:03:11]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1595887823543534609] [secrepo] creating index, cause [api], templates [], shards [1]/[1]
[00:03:11]               │ info [graph/secrepo] Created index "secrepo"
[00:03:11]               │ debg [graph/secrepo] "secrepo" settings {"index":{"number_of_replicas":"1","number_of_shards":"1"}}
[00:03:14]               │ info [graph/secrepo] Indexed 10000 docs into "secrepo"
[00:03:14]               │ info [empty_kibana] Loading "mappings.json"
[00:03:15]               │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xl-1595887823543534609] [.kibana_2/z29hLg5ASv6Ve4sIU_YvVg] deleting index
[00:03:15]               │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xl-1595887823543534609] [.kibana_1/dVEDpUBCT2Wtc24Byr7qNw] deleting index
[00:03:15]               │ info [empty_kibana] Deleted existing index [".kibana_2",".kibana_1"]
[00:03:15]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1595887823543534609] [.kibana] creating index, cause [api], templates [], shards [1]/[1]
[00:03:15]               │ info [empty_kibana] Created index ".kibana"
[00:03:15]               │ debg [empty_kibana] ".kibana" settings {"index":{"number_of_replicas":"1","number_of_shards":"1"}}
[00:03:15]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xl-1595887823543534609] [.kibana/oKMGo2SJRi2eeFDlAm9jww] update_mapping [_doc]
[00:03:15]               │ debg Migrating saved objects
[00:03:15]               │ proc [kibana]   log   [22:46:08.010] [info][savedobjects-service] Creating index .kibana_2.
[00:03:15]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1595887823543534609] [.kibana_2] creating index, cause [api], templates [], shards [1]/[1]
[00:03:15]               │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1595887823543534609] updating number_of_replicas to [0] for indices [.kibana_2]
[00:03:15]               │ proc [kibana]   log   [22:46:08.145] [info][savedobjects-service] Reindexing .kibana to .kibana_1
[00:03:15]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xl-1595887823543534609] [.kibana_1] creating index, cause [api], templates [], shards [1]/[1]
[00:03:15]               │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xl-1595887823543534609] updating number_of_replicas to [0] for indices [.kibana_1]
[00:03:15]               │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-centos-tests-xl-1595887823543534609] 3444 finished with response BulkByScrollResponse[took=6.2ms,timed_out=false,sliceId=null,updated=0,created=0,deleted=0,batches=0,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:03:15]               │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xl-1595887823543534609] [.kibana/oKMGo2SJRi2eeFDlAm9jww] deleting index
[00:03:15]               │ proc [kibana]   log   [22:46:08.603] [info][savedobjects-service] Migrating .kibana_1 saved objects to .kibana_2
[00:03:15]               │ proc [kibana]   log   [22:46:08.613] [info][savedobjects-service] Pointing alias .kibana to .kibana_2.
[00:03:16]               │ proc [kibana]   log   [22:46:08.663] [info][savedobjects-service] Finished in 656ms.
[00:03:16]               │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC"}
[00:03:16]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xl-1595887823543534609] [.kibana_2/i8n9oWaHRq2UKcIIFhHg5Q] update_mapping [_doc]
[00:03:16]               │ proc [kibana]   log   [22:46:08.792] [error][data][elasticsearch] [version_conflict_engine_exception]: [space:default]: version conflict, document already exists (current version [1])
[00:03:16]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xl-1595887823543534609] [.kibana_2/i8n9oWaHRq2UKcIIFhHg5Q] update_mapping [_doc]
[00:03:17]               │ debg navigating to settings url: http://localhost:6121/app/management
[00:03:17]               │ debg navigate to: http://localhost:6121/app/management
[00:03:17]               │ debg browser[INFO] http://localhost:6121/app/management?_t=1595889970135 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:03:17]               │
[00:03:17]               │ debg browser[INFO] http://localhost:6121/bundles/app/core/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:03:17]               │ debg ... sleep(700) start
[00:03:18]               │ debg ... sleep(700) end
[00:03:18]               │ debg returned from get, calling refresh
[00:03:18]               │ debg browser[INFO] http://localhost:6121/app/management?_t=1595889970135 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:03:18]               │
[00:03:18]               │ debg browser[INFO] http://localhost:6121/bundles/app/core/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:03:18]               │ debg currentUrl = http://localhost:6121/app/management
[00:03:18]               │          appUrl = http://localhost:6121/app/management
[00:03:18]               │ debg TestSubjects.find(kibanaChrome)
[00:03:18]               │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:03:21]               │ debg browser[INFO] http://localhost:6121/33673/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-07-27T22:46:12Z
[00:03:21]               │        Adding connection to http://localhost:6121/elasticsearch
[00:03:21]               │
[00:03:21]               │      "
[00:03:21]               │ debg ... sleep(501) start
[00:03:21]               │ debg ... sleep(501) end
[00:03:21]               │ debg in navigateTo url = http://localhost:6121/app/management
[00:03:21]               │ debg TestSubjects.exists(statusPageContainer)
[00:03:21]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:03:24]               │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:03:24]               │ debg create secrepo index pattern
[00:03:24]               │ debg isGlobalLoadingIndicatorVisible
[00:03:24]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:03:24]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:03:26]               │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:03:26]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:03:26]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:03:26]               │ debg clickKibanaIndexPatterns link
[00:03:26]               │ debg TestSubjects.click(indexPatterns)
[00:03:26]               │ debg Find.clickByCssSelector('[data-test-subj="indexPatterns"]') with timeout=10000
[00:03:26]               │ debg Find.findByCssSelector('[data-test-subj="indexPatterns"]') with timeout=10000
[00:03:27]               │ debg isGlobalLoadingIndicatorVisible
[00:03:27]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:03:27]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:03:27]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:03:27]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:03:27]               │ debg Waiting up to 20000ms for index pattern info flyout...
[00:03:27]               │ debg TestSubjects.exists(CreateIndexPatternPrompt)
[00:03:27]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="CreateIndexPatternPrompt"]') with timeout=2500
[00:03:27]               │ debg TestSubjects.click(CreateIndexPatternPrompt > euiFlyoutCloseButton)
[00:03:27]               │ debg Find.clickByCssSelector('[data-test-subj="CreateIndexPatternPrompt"] [data-test-subj="euiFlyoutCloseButton"]') with timeout=10000
[00:03:27]               │ debg Find.findByCssSelector('[data-test-subj="CreateIndexPatternPrompt"] [data-test-subj="euiFlyoutCloseButton"]') with timeout=10000
[00:03:28]               │ debg TestSubjects.exists(CreateIndexPatternPrompt)
[00:03:28]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="CreateIndexPatternPrompt"]') with timeout=2500
[00:03:30]               │ debg --- retry.tryForTime error: [data-test-subj="CreateIndexPatternPrompt"] is not displayed
[00:03:31]               │ debg isGlobalLoadingIndicatorVisible
[00:03:31]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:03:31]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:03:32]               │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:03:33]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:03:33]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:03:33]               │ debg TestSubjects.click(createIndexPatternButton)
[00:03:33]               │ debg Find.clickByCssSelector('[data-test-subj="createIndexPatternButton"]') with timeout=10000
[00:03:33]               │ debg Find.findByCssSelector('[data-test-subj="createIndexPatternButton"]') with timeout=10000
[00:03:33]               │ debg isGlobalLoadingIndicatorVisible
[00:03:33]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:03:33]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:03:33]               │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:03:35]               │ debg --- retry.tryForTime failed again with the same message...
[00:03:36]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:03:36]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:03:36]               │ debg setIndexPatternField(secrepo)
[00:03:36]               │ debg TestSubjects.find(createIndexPatternNameInput)
[00:03:36]               │ debg Find.findByCssSelector('[data-test-subj="createIndexPatternNameInput"]') with timeout=10000
[00:03:37]               │ debg setIndexPatternField set to secrepo
[00:03:37]               │ debg ... sleep(2000) start
[00:03:39]               │ debg ... sleep(2000) end
[00:03:39]               │ debg TestSubjects.find(createIndexPatternGoToStep2Button)
[00:03:39]               │ debg Find.findByCssSelector('[data-test-subj="createIndexPatternGoToStep2Button"]') with timeout=10000
[00:03:39]               │ debg ... sleep(2000) start
[00:03:41]               │ debg ... sleep(2000) end
[00:03:41]               │ debg TestSubjects.click(createIndexPatternTimeFieldSelect)
[00:03:41]               │ debg Find.clickByCssSelector('[data-test-subj="createIndexPatternTimeFieldSelect"]') with timeout=10000
[00:03:41]               │ debg Find.findByCssSelector('[data-test-subj="createIndexPatternTimeFieldSelect"]') with timeout=10000
[00:03:41]               │ debg TestSubjects.click(createIndexPatternTimeFieldSelect)
[00:03:41]               │ debg Find.clickByCssSelector('[data-test-subj="createIndexPatternTimeFieldSelect"]') with timeout=10000
[00:03:41]               │ debg Find.findByCssSelector('[data-test-subj="createIndexPatternTimeFieldSelect"]') with timeout=10000
[00:03:41]               │ debg isGlobalLoadingIndicatorVisible
[00:03:41]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:03:41]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:03:43]               │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:03:43]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:03:43]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:03:43]               │ debg selectTimeFieldOption(@timestamp)
[00:03:43]               │ debg Find.displayedByCssSelector(option[value="@timestamp"])
[00:03:43]               │ debg Find.findByCssSelector('option[value="@timestamp"]') with timeout=10000
[00:03:43]               │ debg Wait for element become visible: option[value="@timestamp"] with timeout=10000
[00:03:44]               │ debg TestSubjects.find(createIndexPatternButton)
[00:03:44]               │ debg Find.findByCssSelector('[data-test-subj="createIndexPatternButton"]') with timeout=10000
[00:03:44]               │ debg isGlobalLoadingIndicatorVisible
[00:03:44]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:03:44]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:03:44]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:03:44]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:03:44]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xl-1595887823543534609] [.kibana_2/i8n9oWaHRq2UKcIIFhHg5Q] update_mapping [_doc]
[00:03:45]               │ info currentUrl http://localhost:6121/app/management/kibana/indexPatterns/patterns/071cf100-d05b-11ea-aa17-ebb45b7f996a
[00:03:45]               │ debg --- retry.try error: Index pattern not created
[00:03:46]               │ info currentUrl http://localhost:6121/app/management/kibana/indexPatterns/patterns/071cf100-d05b-11ea-aa17-ebb45b7f996a
[00:03:46]               │ debg --- retry.try failed again with the same message...
[00:03:46]               │ info currentUrl http://localhost:6121/app/management/kibana/indexPatterns/patterns/071cf100-d05b-11ea-aa17-ebb45b7f996a#/?_a=(tab:indexedFields)
[00:03:46]               │ debg Index pattern created: http://localhost:6121/app/management/kibana/indexPatterns/patterns/071cf100-d05b-11ea-aa17-ebb45b7f996a#/?_a=(tab:indexedFields)
[00:03:46]               │ debg index pattern ID:  ?_a=(tab:indexedFields)
[00:03:46]               │ debg navigateTo graph
[00:03:46]               │ debg navigating to graph url: http://localhost:6121/app/graph
[00:03:46]               │ debg navigate to: http://localhost:6121/app/graph
[00:03:47]               │ debg browser[INFO] http://localhost:6121/app/graph?_t=1595889999551 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:03:47]               │
[00:03:47]               │ debg browser[INFO] http://localhost:6121/bundles/app/core/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:03:47]               │ debg ... sleep(700) start
[00:03:47]               │ debg ... sleep(700) end
[00:03:47]               │ debg returned from get, calling refresh
[00:03:49]               │ debg browser[INFO] http://localhost:6121/app/graph?_t=1595889999551 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:03:49]               │
[00:03:49]               │ debg browser[INFO] http://localhost:6121/bundles/app/core/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:03:49]               │ debg currentUrl = http://localhost:6121/app/graph
[00:03:49]               │          appUrl = http://localhost:6121/app/graph
[00:03:49]               │ debg TestSubjects.find(kibanaChrome)
[00:03:49]               │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:03:52]               │ debg browser[INFO] http://localhost:6121/33673/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 452:106112 "INFO: 2020-07-27T22:46:43Z
[00:03:52]               │        Adding connection to http://localhost:6121/elasticsearch
[00:03:52]               │
[00:03:52]               │      "
[00:03:52]               │ debg ... sleep(501) start
[00:03:53]               │ debg ... sleep(501) end
[00:03:53]               │ debg in navigateTo url = http://localhost:6121/app/graph#/home
[00:03:53]               │ debg --- retry.try error: URL changed, waiting for it to settle
[00:03:53]               │ debg ... sleep(501) start
[00:03:54]               │ debg ... sleep(501) end
[00:03:54]               │ debg in navigateTo url = http://localhost:6121/app/graph#/home
[00:03:54]               │ debg TestSubjects.exists(statusPageContainer)
[00:03:54]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:03:56]               │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:03:57]               │ debg TestSubjects.click(graphCreateGraphPromptButton)
[00:03:57]               │ debg Find.clickByCssSelector('[data-test-subj="graphCreateGraphPromptButton"]') with timeout=10000
[00:03:57]               │ debg Find.findByCssSelector('[data-test-subj="graphCreateGraphPromptButton"]') with timeout=10000
[00:03:57]             └-> should show correct node labels
[00:03:57]               └-> "before each" hook: global before each
[00:03:57]               │ debg TestSubjects.click(graphDatasourceButton)
[00:03:57]               │ debg Find.clickByCssSelector('[data-test-subj="graphDatasourceButton"]') with timeout=10000
[00:03:57]               │ debg Find.findByCssSelector('[data-test-subj="graphDatasourceButton"]') with timeout=10000
[00:03:58]               │ debg TestSubjects.click(savedObjectTitlesecrepo)
[00:03:58]               │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitlesecrepo"]') with timeout=10000
[00:03:58]               │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitlesecrepo"]') with timeout=10000
[00:03:58]               │ debg Find.waitForAttributeToChange('[data-test-subj="graph-add-field-button"]', 'aria-disabled', 'false')
[00:03:58]               │ debg Waiting up to 20000ms for aria-disabled to equal "false"...
[00:03:58]               │ debg Find.findByCssSelector('[data-test-subj="graph-add-field-button"]') with timeout=10000
[00:03:59]               │ debg Find.findByCssSelector('[data-test-subj="graph-add-field-button"]') with timeout=10000
[00:03:59]               │ debg click Add Field icon
[00:03:59]               │ debg TestSubjects.click(graph-add-field-button)
[00:03:59]               │ debg Find.clickByCssSelector('[data-test-subj="graph-add-field-button"]') with timeout=10000
[00:03:59]               │ debg Find.findByCssSelector('[data-test-subj="graph-add-field-button"]') with timeout=10000
[00:03:59]               │ debg TestSubjects.exists(graph-field-search)
[00:03:59]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="graph-field-search"]') with timeout=3000
[00:03:59]               │ debg select field url.parts
[00:03:59]               │ debg TestSubjects.setValue(graph-field-search, url.parts)
[00:03:59]               │ debg TestSubjects.click(graph-field-search)
[00:03:59]               │ debg Find.clickByCssSelector('[data-test-subj="graph-field-search"]') with timeout=10000
[00:03:59]               │ debg Find.findByCssSelector('[data-test-subj="graph-field-search"]') with timeout=10000
[00:03:59]               │ debg Find.clickDisplayedByCssSelector('[title="url.parts"]') with timeout=10000
[00:03:59]               │ debg Find.displayedByCssSelector([title="url.parts"])
[00:03:59]               │ debg Find.findByCssSelector('[title="url.parts"]') with timeout=10000
[00:03:59]               │ debg Wait for element become visible: [title="url.parts"] with timeout=10000
[00:04:00]               │ debg select field url
[00:04:00]               │ debg TestSubjects.setValue(graph-field-search, url)
[00:04:00]               │ debg TestSubjects.click(graph-field-search)
[00:04:00]               │ debg Find.clickByCssSelector('[data-test-subj="graph-field-search"]') with timeout=10000
[00:04:00]               │ debg Find.findByCssSelector('[data-test-subj="graph-field-search"]') with timeout=10000
[00:04:00]               │ debg Find.clickDisplayedByCssSelector('[title="url"]') with timeout=10000
[00:04:00]               │ debg Find.displayedByCssSelector([title="url"])
[00:04:00]               │ debg Find.findByCssSelector('[title="url"]') with timeout=10000
[00:04:00]               │ debg Wait for element become visible: [title="url"] with timeout=10000
[00:04:01]               │ debg select field params
[00:04:01]               │ debg TestSubjects.setValue(graph-field-search, params)
[00:04:01]               │ debg TestSubjects.click(graph-field-search)
[00:04:01]               │ debg Find.clickByCssSelector('[data-test-subj="graph-field-search"]') with timeout=10000
[00:04:01]               │ debg Find.findByCssSelector('[data-test-subj="graph-field-search"]') with timeout=10000
[00:04:01]               │ debg Find.clickDisplayedByCssSelector('[title="params"]') with timeout=10000
[00:04:01]               │ debg Find.displayedByCssSelector([title="params"])
[00:04:01]               │ debg Find.findByCssSelector('[title="params"]') with timeout=10000
[00:04:01]               │ debg Wait for element become visible: [title="params"] with timeout=10000
[00:04:01]               │ debg select field src
[00:04:01]               │ debg TestSubjects.setValue(graph-field-search, src)
[00:04:01]               │ debg TestSubjects.click(graph-field-search)
[00:04:01]               │ debg Find.clickByCssSelector('[data-test-subj="graph-field-search"]') with timeout=10000
[00:04:01]               │ debg Find.findByCssSelector('[data-test-subj="graph-field-search"]') with timeout=10000
[00:04:01]               │ debg Find.clickDisplayedByCssSelector('[title="src"]') with timeout=10000
[00:04:01]               │ debg Find.displayedByCssSelector([title="src"])
[00:04:01]               │ debg Find.findByCssSelector('[title="src"]') with timeout=10000
[00:04:01]               │ debg Wait for element become visible: [title="src"] with timeout=10000
[00:04:02]               │ debg TestSubjects.click(queryInput)
[00:04:02]               │ debg Find.clickByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:04:02]               │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:04:02]               │ debg TestSubjects.setValue(queryInput, admin)
[00:04:02]               │ debg TestSubjects.click(queryInput)
[00:04:02]               │ debg Find.clickByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:04:02]               │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:04:02]               │ debg TestSubjects.click(graph-explore-button)
[00:04:02]               │ debg Find.clickByCssSelector('[data-test-subj="graph-explore-button"]') with timeout=10000
[00:04:02]               │ debg Find.findByCssSelector('[data-test-subj="graph-explore-button"]') with timeout=10000
[00:04:02]               │ debg ... sleep(8000) start
[00:04:10]               │ debg ... sleep(8000) end
[00:04:10]               │ debg TestSubjects.exists(graphPauseLayout)
[00:04:10]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="graphPauseLayout"]') with timeout=2500
[00:04:11]               │ debg TestSubjects.click(graphPauseLayout)
[00:04:11]               │ debg Find.clickByCssSelector('[data-test-subj="graphPauseLayout"]') with timeout=10000
[00:04:11]               │ debg Find.findByCssSelector('[data-test-subj="graphPauseLayout"]') with timeout=10000
[00:04:11]               │ debg Find.allByCssSelector('#graphSvg line, #graphSvg circle, #graphSvg text.gphNode__label') with timeout=10000
[00:04:14]               │ debg TestSubjects.exists(graphResumeLayout)
[00:04:14]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="graphResumeLayout"]') with timeout=2500
[00:04:14]               │ debg TestSubjects.click(graphResumeLayout)
[00:04:14]               │ debg Find.clickByCssSelector('[data-test-subj="graphResumeLayout"]') with timeout=10000
[00:04:14]               │ debg Find.findByCssSelector('[data-test-subj="graphResumeLayout"]') with timeout=10000
[00:04:14]               └- ✓ pass  (16.9s) "graph app graph should show correct node labels"
[00:04:14]             └-> should show correct connections
[00:04:14]               └-> "before each" hook: global before each
[00:04:14]               │ debg TestSubjects.exists(graphPauseLayout)
[00:04:14]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="graphPauseLayout"]') with timeout=2500
[00:04:14]               │ debg TestSubjects.click(graphPauseLayout)
[00:04:14]               │ debg Find.clickByCssSelector('[data-test-subj="graphPauseLayout"]') with timeout=10000
[00:04:14]               │ debg Find.findByCssSelector('[data-test-subj="graphPauseLayout"]') with timeout=10000
[00:04:14]               │ debg Find.allByCssSelector('#graphSvg line, #graphSvg circle, #graphSvg text.gphNode__label') with timeout=10000
[00:04:17]               │ debg TestSubjects.exists(graphResumeLayout)
[00:04:17]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="graphResumeLayout"]') with timeout=2500
[00:04:17]               │ debg TestSubjects.click(graphResumeLayout)
[00:04:17]               │ debg Find.clickByCssSelector('[data-test-subj="graphResumeLayout"]') with timeout=10000
[00:04:17]               │ debg Find.findByCssSelector('[data-test-subj="graphResumeLayout"]') with timeout=10000
[00:04:17]               └- ✓ pass  (3.1s) "graph app graph should show correct connections"
[00:04:17]             └-> should save Graph workspace
[00:04:17]               └-> "before each" hook: global before each
[00:04:17]               │ debg TestSubjects.click(graphSaveButton)
[00:04:17]               │ debg Find.clickByCssSelector('[data-test-subj="graphSaveButton"]') with timeout=10000
[00:04:17]               │ debg Find.findByCssSelector('[data-test-subj="graphSaveButton"]') with timeout=10000
[00:04:17]               │ debg TestSubjects.exists(savedObjectTitle)
[00:04:17]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=3000
[00:04:18]               │ debg TestSubjects.setValue(savedObjectTitle, my Graph workspace name 1595889772203)
[00:04:18]               │ debg TestSubjects.click(savedObjectTitle)
[00:04:18]               │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:04:18]               │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:04:18]               │ debg TestSubjects.click(confirmSaveSavedObjectButton)
[00:04:18]               │ debg Find.clickByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:04:18]               │ debg Find.findByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:04:19]               │ debg TestSubjects.exists(saveGraphSuccess)
[00:04:19]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="saveGraphSuccess"]') with timeout=2500
[00:04:19]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xl-1595887823543534609] [.kibana_2/i8n9oWaHRq2UKcIIFhHg5Q] update_mapping [_doc]
[00:04:19]               └- ✓ pass  (2.3s) "graph app graph should save Graph workspace"
[00:04:19]             └-> should open Graph workspace
[00:04:19]               └-> "before each" hook: global before each
[00:04:19]               │ debg TestSubjects.click(breadcrumb graphHomeBreadcrumb first)
[00:04:19]               │ debg Find.clickByCssSelector('[data-test-subj="breadcrumb graphHomeBreadcrumb first"]') with timeout=10000
[00:04:19]               │ debg Find.findByCssSelector('[data-test-subj="breadcrumb graphHomeBreadcrumb first"]') with timeout=10000
[00:04:20]               │ warn WebElementWrapper.click: stale element reference: element is not attached to the page document
[00:04:20]               │        (Session info: headless chrome=84.0.4147.89)
[00:04:20]               │ debg finding element 'By(css selector, [data-test-subj="breadcrumb graphHomeBreadcrumb first"])' again, 2 attempts left
[00:04:20]               │ debg TestSubjects.exists(graphLandingPage)
[00:04:20]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="graphLandingPage"]') with timeout=3000
[00:04:20]               │ debg Find.allByCssSelector('.euiFieldSearch') with timeout=10000
[00:04:21]               │ debg Find.waitForDeletedByCssSelector('.euiBasicTable-loading') with timeout=5000
[00:04:22]               │ debg isGlobalLoadingIndicatorVisible
[00:04:22]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:04:22]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:04:23]               │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:04:24]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:04:24]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:04:24]               │ debg Find.clickByLinkText('my Graph workspace name 1595889772203') with timeout=10000
[00:04:24]               │ debg Find.byLinkText('my Graph workspace name 1595889772203') with timeout=10000
[00:04:24]               │ debg Find.existsByCssSelector('.gphNode') with timeout=10000
[00:04:25]               │ debg ... sleep(5000) start
[00:04:30]               │ debg ... sleep(5000) end
[00:04:30]               │ debg TestSubjects.exists(graphPauseLayout)
[00:04:30]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="graphPauseLayout"]') with timeout=2500
[00:04:30]               │ debg TestSubjects.click(graphPauseLayout)
[00:04:30]               │ debg Find.clickByCssSelector('[data-test-subj="graphPauseLayout"]') with timeout=10000
[00:04:30]               │ debg Find.findByCssSelector('[data-test-subj="graphPauseLayout"]') with timeout=10000
[00:04:30]               │ debg Find.allByCssSelector('#graphSvg line, #graphSvg circle, #graphSvg text.gphNode__label') with timeout=10000
[00:04:33]               │ debg TestSubjects.exists(graphResumeLayout)
[00:04:33]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="graphResumeLayout"]') with timeout=2500
[00:04:33]               │ debg TestSubjects.click(graphResumeLayout)
[00:04:33]               │ debg Find.clickByCssSelector('[data-test-subj="graphResumeLayout"]') with timeout=10000
[00:04:33]               │ debg Find.findByCssSelector('[data-test-subj="graphResumeLayout"]') with timeout=10000
[00:04:33]               │ debg Looking for /wordpress/wp-admin/
[00:04:33]               │ debg Looking for blog
[00:04:33]               │ debg Looking for 202.136.75.194
[00:04:33]               │ debg Looking for 190.154.27.54
[00:04:33]               │ debg Looking for 187.131.21.37
[00:04:33]               │ debg Looking for wp
[00:04:33]               │ debg Looking for 80.5.27.16
[00:04:33]               │ debg Looking for 181.113.155.46
[00:04:33]               │ debg Looking for login.php
[00:04:33]               │ debg Looking for admin
[00:04:33]               │ debg Looking for /test/wp-admin/
[00:04:33]               │ debg Looking for wordpress
[00:04:33]               │ debg Looking for test
[00:04:33]               │ debg Looking for /wp-login.php
[00:04:33]               │ debg Looking for /blog/wp-admin/
[00:04:33]               └- ✓ pass  (14.1s) "graph app graph should open Graph workspace"
[00:04:33]             └-> should create new Graph workspace
[00:04:33]               └-> "before each" hook: global before each
[00:04:33]               │ debg Click New Workspace
[00:04:33]               │ debg TestSubjects.click(graphNewButton)
[00:04:33]               │ debg Find.clickByCssSelector('[data-test-subj="graphNewButton"]') with timeout=10000
[00:04:33]               │ debg Find.findByCssSelector('[data-test-subj="graphNewButton"]') with timeout=10000
[00:04:34]               │ debg TestSubjects.exists(confirmModal)
[00:04:34]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="confirmModal"]') with timeout=3000
[00:04:34]               │ debg Clicking modal confirm
[00:04:34]               │ debg TestSubjects.exists(confirmModalTitleText)
[00:04:34]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="confirmModalTitleText"]') with timeout=2500
[00:04:34]               │ debg TestSubjects.click(confirmModalConfirmButton)
[00:04:34]               │ debg Find.clickByCssSelector('[data-test-subj="confirmModalConfirmButton"]') with timeout=10000
[00:04:34]               │ debg Find.findByCssSelector('[data-test-subj="confirmModalConfirmButton"]') with timeout=10000
[00:04:34]               │ debg TestSubjects.exists(confirmModalTitleText)
[00:04:34]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="confirmModalTitleText"]') with timeout=2500
[00:04:37]               │ debg --- retry.tryForTime error: [data-test-subj="confirmModalTitleText"] is not displayed
[00:04:37]               │ debg TestSubjects.exists(graphGuidancePanel)
[00:04:37]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="graphGuidancePanel"]') with timeout=120000
[00:04:37]               │ debg TestSubjects.click(graphDatasourceButton)
[00:04:37]               │ debg Find.clickByCssSelector('[data-test-subj="graphDatasourceButton"]') with timeout=10000
[00:04:37]               │ debg Find.findByCssSelector('[data-test-subj="graphDatasourceButton"]') with timeout=10000
[00:04:37]               │ debg TestSubjects.click(savedObjectTitlesecrepo)
[00:04:37]               │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitlesecrepo"]') with timeout=10000
[00:04:37]               │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitlesecrepo"]') with timeout=10000
[00:04:38]               │ debg Find.waitForAttributeToChange('[data-test-subj="graph-add-field-button"]', 'aria-disabled', 'false')
[00:04:38]               │ debg Waiting up to 20000ms for aria-disabled to equal "false"...
[00:04:38]               │ debg Find.findByCssSelector('[data-test-subj="graph-add-field-button"]') with timeout=10000
[00:04:38]               │ debg TestSubjects.exists(graphPauseLayout)
[00:04:38]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="graphPauseLayout"]') with timeout=2500
[00:04:40]               │ debg --- retry.tryForTime error: [data-test-subj="graphPauseLayout"] is not displayed
[00:04:41]               │ debg Find.allByCssSelector('#graphSvg line, #graphSvg circle, #graphSvg text.gphNode__label') with timeout=10000
[00:04:51]               │ debg TestSubjects.exists(graphResumeLayout)
[00:04:51]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="graphResumeLayout"]') with timeout=2500
[00:04:53]               │ debg --- retry.tryForTime error: [data-test-subj="graphResumeLayout"] is not displayed
[00:04:54]               └- ✓ pass  (20.4s) "graph app graph should create new Graph workspace"
[00:04:54]             └-> should show venn when clicking a line
[00:04:54]               └-> "before each" hook: global before each
[00:04:54]               │ debg click Add Field icon
[00:04:54]               │ debg TestSubjects.click(graph-add-field-button)
[00:04:54]               │ debg Find.clickByCssSelector('[data-test-subj="graph-add-field-button"]') with timeout=10000
[00:04:54]               │ debg Find.findByCssSelector('[data-test-subj="graph-add-field-button"]') with timeout=10000
[00:04:54]               │ debg TestSubjects.exists(graph-field-search)
[00:04:54]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="graph-field-search"]') with timeout=3000
[00:04:54]               │ debg select field url.parts
[00:04:54]               │ debg TestSubjects.setValue(graph-field-search, url.parts)
[00:04:54]               │ debg TestSubjects.click(graph-field-search)
[00:04:54]               │ debg Find.clickByCssSelector('[data-test-subj="graph-field-search"]') with timeout=10000
[00:04:54]               │ debg Find.findByCssSelector('[data-test-subj="graph-field-search"]') with timeout=10000
[00:04:54]               │ debg Find.clickDisplayedByCssSelector('[title="url.parts"]') with timeout=10000
[00:04:54]               │ debg Find.displayedByCssSelector([title="url.parts"])
[00:04:54]               │ debg Find.findByCssSelector('[title="url.parts"]') with timeout=10000
[00:04:54]               │ debg Wait for element become visible: [title="url.parts"] with timeout=10000
[00:04:54]               │ debg select field url
[00:04:54]               │ debg TestSubjects.setValue(graph-field-search, url)
[00:04:54]               │ debg TestSubjects.click(graph-field-search)
[00:04:54]               │ debg Find.clickByCssSelector('[data-test-subj="graph-field-search"]') with timeout=10000
[00:04:54]               │ debg Find.findByCssSelector('[data-test-subj="graph-field-search"]') with timeout=10000
[00:04:55]               │ debg Find.clickDisplayedByCssSelector('[title="url"]') with timeout=10000
[00:04:55]               │ debg Find.displayedByCssSelector([title="url"])
[00:04:55]               │ debg Find.findByCssSelector('[title="url"]') with timeout=10000
[00:04:55]               │ debg Wait for element become visible: [title="url"] with timeout=10000
[00:04:55]               │ debg select field params
[00:04:55]               │ debg TestSubjects.setValue(graph-field-search, params)
[00:04:55]               │ debg TestSubjects.click(graph-field-search)
[00:04:55]               │ debg Find.clickByCssSelector('[data-test-subj="graph-field-search"]') with timeout=10000
[00:04:55]               │ debg Find.findByCssSelector('[data-test-subj="graph-field-search"]') with timeout=10000
[00:04:55]               │ debg Find.clickDisplayedByCssSelector('[title="params"]') with timeout=10000
[00:04:55]               │ debg Find.displayedByCssSelector([title="params"])
[00:04:55]               │ debg Find.findByCssSelector('[title="params"]') with timeout=10000
[00:04:55]               │ debg Wait for element become visible: [title="params"] with timeout=10000
[00:04:55]               │ debg select field src
[00:04:55]               │ debg TestSubjects.setValue(graph-field-search, src)
[00:04:55]               │ debg TestSubjects.click(graph-field-search)
[00:04:55]               │ debg Find.clickByCssSelector('[data-test-subj="graph-field-search"]') with timeout=10000
[00:04:55]               │ debg Find.findByCssSelector('[data-test-subj="graph-field-search"]') with timeout=10000
[00:04:56]               │ debg Find.clickDisplayedByCssSelector('[title="src"]') with timeout=10000
[00:04:56]               │ debg Find.displayedByCssSelector([title="src"])
[00:04:56]               │ debg Find.findByCssSelector('[title="src"]') with timeout=10000
[00:04:56]               │ debg Wait for element become visible: [title="src"] with timeout=10000
[00:04:56]               │ debg TestSubjects.click(queryInput)
[00:04:56]               │ debg Find.clickByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:04:56]               │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:04:56]               │ debg TestSubjects.setValue(queryInput, admin)
[00:04:56]               │ debg TestSubjects.click(queryInput)
[00:04:56]               │ debg Find.clickByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:04:56]               │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:04:56]               │ debg TestSubjects.click(graph-explore-button)
[00:04:56]               │ debg Find.clickByCssSelector('[data-test-subj="graph-explore-button"]') with timeout=10000
[00:04:56]               │ debg Find.findByCssSelector('[data-test-subj="graph-explore-button"]') with timeout=10000
[00:04:56]               │ debg ... sleep(8000) start
[00:05:04]               │ debg ... sleep(8000) end
[00:05:04]               │ debg TestSubjects.exists(graphPauseLayout)
[00:05:04]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="graphPauseLayout"]') with timeout=2500
[00:05:04]               │ debg TestSubjects.click(graphPauseLayout)
[00:05:04]               │ debg Find.clickByCssSelector('[data-test-subj="graphPauseLayout"]') with timeout=10000
[00:05:04]               │ debg Find.findByCssSelector('[data-test-subj="graphPauseLayout"]') with timeout=10000
[00:05:04]               │ debg Find.allByCssSelector('#graphSvg line, #graphSvg circle, #graphSvg text.gphNode__label') with timeout=10000
[00:05:08]               │ debg TestSubjects.exists(graphResumeLayout)
[00:05:08]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="graphResumeLayout"]') with timeout=2500
[00:05:08]               │ debg TestSubjects.click(graphResumeLayout)
[00:05:08]               │ debg Find.clickByCssSelector('[data-test-subj="graphResumeLayout"]') with timeout=10000
[00:05:08]               │ debg Find.findByCssSelector('[data-test-subj="graphResumeLayout"]') with timeout=10000
[00:05:08]               │ debg TestSubjects.click(graphSelectAll)
[00:05:08]               │ debg Find.clickByCssSelector('[data-test-subj="graphSelectAll"]') with timeout=10000
[00:05:08]               │ debg Find.findByCssSelector('[data-test-subj="graphSelectAll"]') with timeout=10000
[00:05:08]               │ debg Find.allByCssSelector('.gphSelectionList__field') with timeout=10000
[00:05:08]               │ debg Looking at selection /wordpress/wp-admin/
[00:05:08]               │ debg ... sleep(200) start
[00:05:09]               │ debg ... sleep(200) end
[00:05:09]               │ debg Looking at selection blog
[00:05:09]               │ debg ... sleep(200) start
[00:05:09]               │ debg ... sleep(200) end
[00:05:09]               │ debg Looking at selection 202.136.75.194
[00:05:09]               │ debg ... sleep(200) start
[00:05:09]               │ debg ... sleep(200) end
[00:05:09]               │ debg Looking at selection 190.154.27.54
[00:05:10]               │ debg ... sleep(200) start
[00:05:10]               │ debg ... sleep(200) end
[00:05:10]               │ debg Looking at selection 187.131.21.37
[00:05:10]               │ debg ... sleep(200) start
[00:05:10]               │ debg ... sleep(200) end
[00:05:10]               │ debg Looking at selection wp
[00:05:10]               │ debg ... sleep(200) start
[00:05:11]               │ debg ... sleep(200) end
[00:05:11]               │ debg Looking at selection 80.5.27.16
[00:05:11]               │ debg ... sleep(200) start
[00:05:11]               │ debg ... sleep(200) end
[00:05:11]               │ debg Looking at selection 181.113.155.46
[00:05:11]               │ debg ... sleep(200) start
[00:05:11]               │ debg ... sleep(200) end
[00:05:11]               │ debg Looking at selection login.php
[00:05:11]               │ debg ... sleep(200) start
[00:05:12]               │ debg ... sleep(200) end
[00:05:12]               │ debg Looking at selection admin
[00:05:12]               │ debg ... sleep(200) start
[00:05:12]               │ debg ... sleep(200) end
[00:05:12]               │ debg Looking at selection /test/wp-admin/
[00:05:12]               │ debg Looking at selection wordpress
[00:05:12]               │ debg ... sleep(200) start
[00:05:12]               │ debg ... sleep(200) end
[00:05:12]               │ debg Looking at selection test
[00:05:12]               │ debg Looking at selection /wp-login.php
[00:05:12]               │ debg ... sleep(200) start
[00:05:13]               │ debg ... sleep(200) end
[00:05:13]               │ debg Looking at selection /blog/wp-admin/
[00:05:13]               │ debg ... sleep(200) start
[00:05:13]               │ debg ... sleep(200) end
[00:05:13]               │ debg TestSubjects.click(graphInvertSelection)
[00:05:13]               │ debg Find.clickByCssSelector('[data-test-subj="graphInvertSelection"]') with timeout=10000
[00:05:13]               │ debg Find.findByCssSelector('[data-test-subj="graphInvertSelection"]') with timeout=10000
[00:05:13]               │ debg TestSubjects.click(graphRemoveSelection)
[00:05:13]               │ debg Find.clickByCssSelector('[data-test-subj="graphRemoveSelection"]') with timeout=10000
[00:05:13]               │ debg Find.findByCssSelector('[data-test-subj="graphRemoveSelection"]') with timeout=10000
[00:05:13]               │ debg TestSubjects.exists(graphPauseLayout)
[00:05:13]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="graphPauseLayout"]') with timeout=2500
[00:05:13]               │ debg TestSubjects.click(graphPauseLayout)
[00:05:13]               │ debg Find.clickByCssSelector('[data-test-subj="graphPauseLayout"]') with timeout=10000
[00:05:13]               │ debg Find.findByCssSelector('[data-test-subj="graphPauseLayout"]') with timeout=10000
[00:05:13]               │ debg ... sleep(1000) start
[00:05:14]               │ debg ... sleep(1000) end
[00:05:14]               │ info Taking screenshot "/dev/shm/workspace/kibana/x-pack/test/functional/screenshots/failure/graph app graph should show venn when clicking a line.png"
[00:05:15]               │ info Current URL is: http://localhost:6121/app/graph#/workspace/
[00:05:15]               │ info Saving page source to: /dev/shm/workspace/kibana/x-pack/test/functional/failure_debug/html/graph app graph should show venn when clicking a line.html
[00:05:15]               └- ✖ fail: graph app graph should show venn when clicking a line
[00:05:15]               │      ElementNotInteractableError: element not interactable: element has zero size
[00:05:15]               │   (Session info: headless chrome=84.0.4147.89)
[00:05:15]               │       at Object.throwDecodedError (/dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/error.js:550:15)
[00:05:15]               │       at parseHttpResponse (/dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/http.js:565:13)
[00:05:15]               │       at Executor.execute (/dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/http.js:491:26)
[00:05:15]               │       at process._tickCallback (internal/process/next_tick.js:68:7)
[00:05:15]               │ 
[00:05:15]               │ 

Stack Trace

{ ElementNotInteractableError: element not interactable: element has zero size
  (Session info: headless chrome=84.0.4147.89)
    at Object.throwDecodedError (/dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/error.js:550:15)
    at parseHttpResponse (/dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/http.js:565:13)
    at Executor.execute (/dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/http.js:491:26)
    at process._tickCallback (internal/process/next_tick.js:68:7)
  name: 'ElementNotInteractableError',
  remoteStacktrace: '#0 0x56292b129ea9 <unknown>\n' }

Build metrics

@kbn/optimizer bundle module count

id value diff baseline
enterpriseSearch 102 +40 62

async chunks size

id value diff baseline
enterpriseSearch 259.8KB +115.9KB 143.9KB

page load bundle size

id value diff baseline
enterpriseSearch 17.3KB +27.0B 17.3KB

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

@scottybollinger scottybollinger merged commit 9c4b3e0 into elastic:7.x Jul 27, 2020
@scottybollinger scottybollinger deleted the backport/7.x/pr-72160 branch July 27, 2020 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants