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

Upgrade EUI to v27.2.0 #72993

Closed
wants to merge 27 commits into from
Closed

Upgrade EUI to v27.2.0 #72993

wants to merge 27 commits into from

Conversation

thompsongl
Copy link
Contributor

@thompsongl thompsongl commented Jul 23, 2020

Summary

v26.3.1v27.2.0

  • Changed underlying list virtualization library. Some EuiComboBox and EuiFilter* lists will technically render one fewer item, although no real change occurs because the item was not visible initially without scrolling.
  • Changed underlying focus trap library. Better screen reader and keyboard navigation experience

27.2.0

  • Added analyzeEvent glyph in EuiIcon (#3729)
  • Updated EuiComboBox to allow the options list to open for single selection custom options (#3706)
  • Added useEuiI18n hook for localization (#3749)

Bug fixes

  • Fixed EuiComboBox always showing a scrollbar (#3744)
  • Replaced react-focus-lock with react-focus-on (#3631)
  • Fixed errors in EuiSuperDatePicker related to invalid and null date formatting (#3750)
  • Fixed type definitions for findTestSubject and takeMountedSnapshot (#3763)
  • Fixed EuiComboBox not allowing clicks on previously virtualized items when inside of EuiFormRow (#3784)
  • Removed [Space] as a way to select options in EuiSelectable (#3784)
  • Fixed type definition for windowProps in EuiSelectable (#3787)

27.1.0

  • Added titleElement and descriptionElement props to EuiStat (#3693)
  • Updated securityAnalyticsApp app icon (#3720)
  • Removed src/test and @types/enzyme references from eui.d.ts (#3715)
  • Added index.d.ts file to lib/test and es/test (#3715)
  • Added descriptionFlexItemProps and fieldFlexItemProps props to EuiDescribedFormGroup (#3717)
  • Expanded EuiBasicTable's default action's name configuration to accept a function that returns a React node (#3739)
  • Added internal use only button building blocks for reusability in other button components (#3730)

27.0.0

  • Added paddingSize prop to EuiCard (#3638)
  • Added isClearable and placeholder options to EuiColorPicker (#3689)
  • Added SASS helper files for EUI theme globals (#3691)
  • Add label, labelProps and valueText props to EuiProgress (#3661)

Bug fixes

  • Fixed a bug in EuiResizableContainer preventing nested containers (#3699)
  • Fixed a bug in EuiResizableContainer preventing resizing by arrow keys in some cases (#3699)
  • Fixed EuiHorizontalSteps rendering over EuiHeader (#3707)
  • Fixed bug where EuiSuperSelect lost focus after a value selection (#3734)

Breaking changes

  • Significant accessibility refactor of EuiSelectable (#3169)
    • react-virtualized replaced with react-window
    • virtualizedProps on EuiSelectableOptionsList renamed to windowProps
    • Removed rootId and added makeOptionId, listId, and setActiveOptionIndex to EuiSelectableList
    • Added listId to EuiSelectableSearch
    • options passed into EuiSelectable cannot have an id
    • Requires an onChange to be passed into EuiSelectableSearch

@thompsongl thompsongl added v8.0.0 release_note:skip Skip the PR/issue when compiling release notes EUI v7.10.0 labels Jul 23, 2020
@@ -34,7 +34,7 @@ export default function ({ getService, getPageObjects }) {

it('should fetch new options when string field is filtered', async () => {
const initialOptions = await comboBox.getOptionsList('listControlSelect0');
expect(initialOptions.trim().split('\n').join()).to.equal('BD,BR,CN,ID,IN,JP,NG,PK,RU,US');
expect(initialOptions.trim().split('\n').join()).to.equal('BD,BR,CN,ID,IN,JP,NG,PK,RU');
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Changed underlying list virtualization library. Some EuiComboBox and EuiFilter* lists will technically render one fewer item, although no real change occurs because the item was not visible initially without scrolling.

@@ -67,7 +67,7 @@ export default function ({ getService, getPageObjects }) {

it('uses default index pattern on an empty dashboard', async () => {
await testSubjects.click('addFilter');
await dashboardExpect.fieldSuggestions(['bytes']);
await dashboardExpect.fieldSuggestions(['agent']);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Changed underlying list virtualization library. Some EuiComboBox and EuiFilter* lists will technically render one fewer item, although no real change occurs because the item was not visible initially without scrolling.

Comment on lines +274 to +283
windowProps: {
onScroll: ({ scrollOffset }) =>
handleOnScroll(
timelines.filter((t) => !hideUntitled || t.title !== '').length,
timelineCount,
scrollOffset
),
outerRef: selectableListOuterRef,
innerRef: selectableListInnerRef,
},
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The underlying virtualization library changed and the onScroll API along with it. All the pieces were still available to perform handleOnScroll as expected, but it required a "roll your own" approach.

@kibanamachine
Copy link
Contributor

kibanamachine commented Jul 29, 2020

💔 Build Failed

Failed CI Steps


Test Failures

Kibana Pipeline / kibana-oss-agent / Firefox UI Functional Tests.test/functional/apps/visualize/input_control_vis/chained_controls·js.visualize app input controls chained controls "before all" hook for "should disable child control when parent control is not set"

Link to Jenkins

Standard Out

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

[00:00:00]       │
[00:13:19]         └-: visualize app
[00:13:19]           └-> "before all" hook
[00:13:19]           └-> "before all" hook
[00:13:19]             │ debg Starting visualize before method
[00:13:19]             │ info [logstash_functional] Loading "mappings.json"
[00:13:19]             │ info [logstash_functional] Loading "data.json.gz"
[00:13:19]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-18-tests-xl-1596057327614119645] [logstash-2015.09.22] creating index, cause [api], templates [], shards [1]/[0]
[00:13:20]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-18-tests-xl-1596057327614119645] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.22][0]]])." previous.health="YELLOW" reason="shards started [[logstash-2015.09.22][0]]"
[00:13:20]             │ info [logstash_functional] Created index "logstash-2015.09.22"
[00:13:20]             │ debg [logstash_functional] "logstash-2015.09.22" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:13:20]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-18-tests-xl-1596057327614119645] [logstash-2015.09.20] creating index, cause [api], templates [], shards [1]/[0]
[00:13:20]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-18-tests-xl-1596057327614119645] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.20][0]]])." previous.health="YELLOW" reason="shards started [[logstash-2015.09.20][0]]"
[00:13:20]             │ info [logstash_functional] Created index "logstash-2015.09.20"
[00:13:20]             │ debg [logstash_functional] "logstash-2015.09.20" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:13:20]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-18-tests-xl-1596057327614119645] [logstash-2015.09.21] creating index, cause [api], templates [], shards [1]/[0]
[00:13:20]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-18-tests-xl-1596057327614119645] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.21][0]]])." previous.health="YELLOW" reason="shards started [[logstash-2015.09.21][0]]"
[00:13:20]             │ info [logstash_functional] Created index "logstash-2015.09.21"
[00:13:20]             │ debg [logstash_functional] "logstash-2015.09.21" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:13:29]             │ info progress: 12038
[00:13:31]             │ info [logstash_functional] Indexed 4633 docs into "logstash-2015.09.22"
[00:13:31]             │ info [logstash_functional] Indexed 4757 docs into "logstash-2015.09.20"
[00:13:31]             │ info [logstash_functional] Indexed 4614 docs into "logstash-2015.09.21"
[00:13:31]             │ info [long_window_logstash] Loading "mappings.json"
[00:13:31]             │ info [long_window_logstash] Loading "data.json.gz"
[00:13:31]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-18-tests-xl-1596057327614119645] [long-window-logstash-0] creating index, cause [api], templates [], shards [1]/[0]
[00:13:31]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-18-tests-xl-1596057327614119645] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[long-window-logstash-0][0]]])." previous.health="YELLOW" reason="shards started [[long-window-logstash-0][0]]"
[00:13:31]             │ info [long_window_logstash] Created index "long-window-logstash-0"
[00:13:31]             │ debg [long_window_logstash] "long-window-logstash-0" settings {"index":{"analysis":{"analyzer":{"makelogs_url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:13:41]             │ info progress: 11361
[00:13:44]             │ info [long_window_logstash] Indexed 14005 docs into "long-window-logstash-0"
[00:13:44]             │ info [visualize] Loading "mappings.json"
[00:13:44]             │ info [visualize] Loading "data.json"
[00:13:44]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-ubuntu-18-tests-xl-1596057327614119645] [.kibana_1/EL-ns7oORcqkRmWbsVUZfQ] deleting index
[00:13:44]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-ubuntu-18-tests-xl-1596057327614119645] [.kibana_2/uyFFEBPPTzykqSR-reCFNg] deleting index
[00:13:44]             │ info [visualize] Deleted existing index [".kibana_2",".kibana_1"]
[00:13:44]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-18-tests-xl-1596057327614119645] [.kibana] creating index, cause [api], templates [], shards [1]/[1]
[00:13:44]             │ info [visualize] Created index ".kibana"
[00:13:44]             │ debg [visualize] ".kibana" settings {"index":{"number_of_replicas":"1","number_of_shards":"1"}}
[00:13:44]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-18-tests-xl-1596057327614119645] [.kibana/OieT11EsQ7uUJm1gvcy2cg] update_mapping [_doc]
[00:13:44]             │ info [visualize] Indexed 12 docs into ".kibana"
[00:13:44]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-18-tests-xl-1596057327614119645] [.kibana/OieT11EsQ7uUJm1gvcy2cg] update_mapping [_doc]
[00:13:44]             │ debg Migrating saved objects
[00:13:44]             │ proc [kibana]   log   [21:52:09.480] [info][savedobjects-service] Creating index .kibana_2.
[00:13:44]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-18-tests-xl-1596057327614119645] [.kibana_2] creating index, cause [api], templates [], shards [1]/[1]
[00:13:44]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-18-tests-xl-1596057327614119645] updating number_of_replicas to [0] for indices [.kibana_2]
[00:13:44]             │ proc [kibana]   log   [21:52:09.530] [info][savedobjects-service] Reindexing .kibana to .kibana_1
[00:13:44]             │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-ubuntu-18-tests-xl-1596057327614119645] [.kibana_1] creating index, cause [api], templates [], shards [1]/[1]
[00:13:44]             │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-ubuntu-18-tests-xl-1596057327614119645] updating number_of_replicas to [0] for indices [.kibana_1]
[00:13:44]             │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-ubuntu-18-tests-xl-1596057327614119645] 10194 finished with response BulkByScrollResponse[took=32.4ms,timed_out=false,sliceId=null,updated=0,created=12,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:13:45]             │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-ubuntu-18-tests-xl-1596057327614119645] [.kibana/OieT11EsQ7uUJm1gvcy2cg] deleting index
[00:13:45]             │ proc [kibana]   log   [21:52:09.865] [info][savedobjects-service] Migrating .kibana_1 saved objects to .kibana_2
[00:13:45]             │ proc [kibana]   log   [21:52:09.882] [error][savedobjects-service] Error: Unable to migrate the corrupt Saved Object document index-pattern:test_index*. To prevent Kibana from performing a migration on every restart, please delete or fix this document by ensuring that the namespace and type in the document's id matches the values in the namespace and type fields.
[00:13:45]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-18-tests-xl-1596057327614119645] [.kibana_2/-CYM_hqVRqyrGBcQlNB7BA] update_mapping [_doc]
[00:13:45]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-18-tests-xl-1596057327614119645] [.kibana_2/-CYM_hqVRqyrGBcQlNB7BA] update_mapping [_doc]
[00:13:45]             │ proc [kibana]   log   [21:52:09.974] [info][savedobjects-service] Pointing alias .kibana to .kibana_2.
[00:13:45]             │ proc [kibana]   log   [21:52:10.022] [info][savedobjects-service] Finished in 544ms.
[00:13:45]             │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC"}
[00:13:45]             │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-ubuntu-18-tests-xl-1596057327614119645] [.kibana_2/-CYM_hqVRqyrGBcQlNB7BA] update_mapping [_doc]
[00:13:46]             │ debg replacing kibana config doc: {"defaultIndex":"logstash-*","format:bytes:defaultPattern":"0,0.[000]b"}
[00:13:47]           └-: 
[00:13:47]             └-> "before all" hook
[00:13:47]             └-: input controls
[00:13:47]               └-> "before all" hook
[00:13:47]               └-: chained controls
[00:13:47]                 └-> "before all" hook
[00:13:47]                 └-> "before all" hook
[00:13:47]                   │ debg navigating to visualize url: http://localhost:6111/app/visualize#/
[00:13:47]                   │ debg navigate to: http://localhost:6111/app/visualize#/
[00:13:47]                   │ debg browser[log] "^ A single error about an inline script not firing due to content security policy is expected!"
[00:13:48]                   │ debg ... sleep(700) start
[00:13:48]                   │ debg ... sleep(700) end
[00:13:48]                   │ debg returned from get, calling refresh
[00:13:49]                   │ debg browser[info] "INFO: 2020-07-29T21:52:14Z
[00:13:49]                   │        Adding connection to http://localhost:6111/elasticsearch
[00:13:49]                   │
[00:13:49]                   │      "
[00:13:50]                   │ERROR browser[error] (new TypeError("NetworkError when attempting to fetch resource.", ""))
[00:13:50]                   │ debg browser[log] "^ A single error about an inline script not firing due to content security policy is expected!"
[00:13:50]                   │ debg currentUrl = http://localhost:6111/app/visualize#/
[00:13:50]                   │          appUrl = http://localhost:6111/app/visualize#/
[00:13:50]                   │ debg TestSubjects.find(kibanaChrome)
[00:13:50]                   │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:13:52]                   │ debg browser[info] "INFO: 2020-07-29T21:52:16Z
[00:13:52]                   │        Adding connection to http://localhost:6111/elasticsearch
[00:13:52]                   │
[00:13:52]                   │      "
[00:13:52]                   │ debg ... sleep(501) start
[00:13:53]                   │ debg ... sleep(501) end
[00:13:53]                   │ debg in navigateTo url = http://localhost:6111/app/visualize#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:13:53]                   │ debg --- retry.try error: URL changed, waiting for it to settle
[00:13:53]                   │ debg ... sleep(501) start
[00:13:54]                   │ debg ... sleep(501) end
[00:13:54]                   │ debg in navigateTo url = http://localhost:6111/app/visualize#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:13:54]                   │ debg TestSubjects.exists(statusPageContainer)
[00:13:54]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:13:56]                   │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:13:57]                   │ debg TestSubjects.click(visListingTitleLink-chained-input-control)
[00:13:57]                   │ debg Find.clickByCssSelector('[data-test-subj="visListingTitleLink-chained-input-control"]') with timeout=20000
[00:13:57]                   │ debg Find.findByCssSelector('[data-test-subj="visListingTitleLink-chained-input-control"]') with timeout=20000
[00:13:57]                   │ debg isGlobalLoadingIndicatorVisible
[00:13:57]                   │ debg TestSubjects.exists(globalLoadingIndicator)
[00:13:57]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:13:57]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:13:57]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:13:57]                   │ debg TestSubjects.find(addFilter)
[00:13:57]                   │ debg Find.findByCssSelector('[data-test-subj="addFilter"]') with timeout=10000
[00:13:58]                   │ proc [kibana]   log   [21:52:23.053] [error][data][elasticsearch] [version_conflict_engine_exception]: [index-pattern:logstash-*]: version conflict, required seqNo [0], primary term [1]. current document has seqNo [22] and primary term [1]
[00:13:58]                   │ proc [kibana]   log   [21:52:23.066] [error][data][elasticsearch] [version_conflict_engine_exception]: [index-pattern:logstash-*]: version conflict, required seqNo [0], primary term [1]. current document has seqNo [22] and primary term [1]
[00:13:58]                   │ proc [kibana]   log   [21:52:23.080] [error][data][elasticsearch] [version_conflict_engine_exception]: [index-pattern:logstash-*]: version conflict, required seqNo [0], primary term [1]. current document has seqNo [22] and primary term [1]
[00:13:58]                   │ proc [kibana]   log   [21:52:23.116] [error][data][elasticsearch] [version_conflict_engine_exception]: [index-pattern:logstash-*]: version conflict, required seqNo [0], primary term [1]. current document has seqNo [22] and primary term [1]
[00:13:58]                   │ proc [kibana]   log   [21:52:23.313] [info][data][data][plugins] Get strategy es
[00:13:58]                   │ proc [kibana]   log   [21:52:23.314] [info][data][data][plugins] search {"index":"logstash-*","body":{"timeout":"1000ms","terminate_after":100000,"size":0,"aggs":{"termsAgg":{"terms":{"order":{"_count":"desc"},"field":"geo.src"}}},"stored_fields":["*"],"script_fields":{},"docvalue_fields":[{"field":"@timestamp","format":"date_time"},{"field":"relatedContent.article:modified_time","format":"date_time"},{"field":"relatedContent.article:published_time","format":"date_time"},{"field":"utc_time","format":"date_time"}],"_source":{"excludes":[]},"query":{"bool":{"must":[],"filter":[],"should":[],"must_not":[]}}},"rest_total_hits_as_int":true,"ignore_unavailable":true,"ignore_throttled":true,"preference":1596059536671,"timeout":"30000ms"}
[00:13:58]                   │ proc [kibana]   log   [21:52:23.475] [error][data][elasticsearch] [version_conflict_engine_exception]: [index-pattern:logstash-*]: version conflict, required seqNo [22], primary term [1]. current document has seqNo [24] and primary term [1]
[00:13:58]                   │ proc [kibana]   log   [21:52:23.477] [error][data][elasticsearch] [version_conflict_engine_exception]: [index-pattern:logstash-*]: version conflict, required seqNo [22], primary term [1]. current document has seqNo [24] and primary term [1]
[00:13:58]                   │ proc [kibana]   log   [21:52:23.478] [error][data][elasticsearch] [version_conflict_engine_exception]: [index-pattern:logstash-*]: version conflict, required seqNo [22], primary term [1]. current document has seqNo [24] and primary term [1]
[00:13:58]                   │ proc [kibana]   log   [21:52:23.717] [error][data][elasticsearch] [version_conflict_engine_exception]: [index-pattern:logstash-*]: version conflict, required seqNo [24], primary term [1]. current document has seqNo [25] and primary term [1]
[00:13:58]                   │ proc [kibana]   log   [21:52:23.721] [error][data][elasticsearch] [version_conflict_engine_exception]: [index-pattern:logstash-*]: version conflict, required seqNo [24], primary term [1]. current document has seqNo [25] and primary term [1]
[00:13:59]                   │ proc [kibana]   log   [21:52:23.874] [error][data][elasticsearch] [version_conflict_engine_exception]: [index-pattern:logstash-*]: version conflict, required seqNo [25], primary term [1]. current document has seqNo [26] and primary term [1]
[00:13:59]                   │ debg browser[log] "Detected an unhandled Promise rejection.
[00:13:59]                   │      TypeError: this.uiSettings is undefined"
[00:14:07]                   │ debg --- retry.tryForTime error: Waiting for element to be located By(css selector, [data-test-subj="addFilter"])
[00:14:07]                   │      Wait timed out after 10056ms
[00:14:08]                   │ info Taking screenshot "/dev/shm/workspace/kibana/test/functional/screenshots/failure/visualize app  input controls chained controls _before all_ hook.png"
[00:14:08]                   │ info Current URL is: http://localhost:6111/app/visualize#/edit/68305470-87bc-11e9-a991-3b492a7c3e09?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))&_a=(filters:!(),linked:!f,query:(language:kuery,query:%27%27),uiState:(),vis:(aggs:!(),params:(controls:!((fieldName:geo.src,id:%271559757816862%27,indexPattern:%27logstash-*%27,label:%27%27,options:(dynamicOptions:!t,multiselect:!t,order:desc,size:5,type:terms),parent:%27%27,type:list),(fieldName:clientip,id:%271559757836347%27,indexPattern:%27logstash-*%27,label:%27%27,options:(dynamicOptions:!t,multiselect:!t,order:desc,size:5,type:terms),parent:%271559757816862%27,type:list)),pinFilters:!f,updateFiltersOnChange:!f,useTimeFilter:!f),title:%27chained%20input%20control%27,type:input_control_vis))
[00:14:08]                   │ info Saving page source to: /dev/shm/workspace/kibana/test/functional/failure_debug/html/visualize app  input controls chained controls _before all_ hook.html
[00:14:08]                   └- ✖ fail: visualize app  input controls chained controls "before all" hook for "should disable child control when parent control is not set"
[00:14:08]                   │      Error: retry.tryForTime timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="addFilter"])
[00:14:08]                   │ Wait timed out after 10056ms
[00:14:08]                   │     at /dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
[00:14:08]                   │     at process._tickCallback (internal/process/next_tick.js:68:7)
[00:14:08]                   │       at onFailure (test/common/services/retry/retry_for_success.ts:28:9)
[00:14:08]                   │       at retryForSuccess (test/common/services/retry/retry_for_success.ts:68:13)
[00:14:08]                   │ 
[00:14:08]                   │ 

Stack Trace

Error: retry.tryForTime timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="addFilter"])
Wait timed out after 10056ms
    at /dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
    at process._tickCallback (internal/process/next_tick.js:68:7)
    at onFailure (test/common/services/retry/retry_for_success.ts:28:9)
    at retryForSuccess (test/common/services/retry/retry_for_success.ts:68:13)

Kibana Pipeline / x-pack-intake-agent / X-Pack Jest Tests.x-pack/plugins/snapshot_restore/__jest__/client_integration. on component mount form validation snapshot settings (step 2) should correctly indicate data streams with a badge

Link to Jenkins

Standard Out

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


Stack Trace

Error: expect(received).toBe(expected) // Object.is equality

Expected: 2
Received: 0
    at Object.test (/dev/shm/workspace/kibana/x-pack/plugins/snapshot_restore/__jest__/client_integration/policy_add.test.ts:133:50)

Kibana Pipeline / x-pack-intake-agent / X-Pack Jest Tests.x-pack/plugins/uptime/public/components/overview/filter_group/__tests__.FilterPopover component expands on button click

Link to Jenkins

Standard Out

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


Stack Trace

Error: expect(jest.fn()).toHaveBeenCalledTimes(expected)

Expected number of calls: 1
Received number of calls: 2
    at Object.it (/dev/shm/workspace/kibana/x-pack/plugins/uptime/public/components/overview/filter_group/__tests__/filter_popover.test.tsx:46:22)
    at Promise (/dev/shm/workspace/kibana/node_modules/jest-circus/build/utils.js:198:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/dev/shm/workspace/kibana/node_modules/jest-circus/build/utils.js:162:10)
    at _callCircusTest (/dev/shm/workspace/kibana/node_modules/jest-circus/build/run.js:205:40)
    at process._tickCallback (internal/process/next_tick.js:68:7)

and 2 more failures, only showing the first 3.

Build metrics

async chunks size

id value diff baseline
rollup 330.3KB -2.0B 330.3KB
securitySolution 7.3MB +620.0B 7.3MB
watcher 599.8KB -2.0B 599.8KB
total - +616.0B -

History

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

@thompsongl
Copy link
Contributor Author

Closing this run at an upgrade. We discovered some dependencies that should be moved to devDependencies and have a fixed release upcoming.

Will open a fresh PR with the new release version.

@thompsongl thompsongl closed this Jul 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EUI release_note:skip Skip the PR/issue when compiling release notes v7.10.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants