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

special build of eui for testing https://github.com/elastic/eui/pull/… #93489

Closed
wants to merge 1 commit into from

Conversation

chandlerprall
Copy link
Contributor

Ignore, this is purely to run functional tests against changes in elastic/eui#4551

cc @myasonik

@kibanamachine
Copy link
Contributor

kibanamachine commented Mar 3, 2021

💔 Build Failed

Failed CI Steps


Test Failures

Kibana Pipeline / jest / Jest Tests.x-pack/plugins/security_solution/public/common/components/paginated_table.Paginated Table Component rendering it renders the default load more table

Link to Jenkins

Standard Out

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


Stack Trace

Error: expect(received).toMatchSnapshot()

Snapshot name: `Paginated Table Component rendering it renders the default load more table 1`

- Snapshot  - 1
+ Received  + 1

@@ -96,11 +96,11 @@
            data-test-subj="loadingMoreSizeRowPopover"
            display="inlineBlock"
            hasArrow={true}
            id="customizablePagination"
            isOpen={false}
-           ownFocus={false}
+           ownFocus={true}
            panelPaddingSize="none"
            repositionOnScroll={true}
          >
            <EuiContextMenuPanel
              data-test-subj="loadingMorePickSizeRow"
    at Object.<anonymous> (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/x-pack/plugins/security_solution/public/common/components/paginated_table/index.test.tsx:70:23)
    at Promise.then.completed (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/utils.js:276:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/utils.js:216:10)
    at _callCircusTest (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/run.js:212:40)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at _runTest (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/run.js:149:3)
    at _runTestsForDescribeBlock (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/run.js:63:9)
    at _runTestsForDescribeBlock (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/run.js:57:9)
    at _runTestsForDescribeBlock (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/run.js:57:9)
    at run (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/run.js:25:3)
    at runAndTransformResultsToJestFormat (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:176:21)
    at jestAdapter (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:109:19)
    at runTestInternal (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-runner/build/runTest.js:380:16)
    at runTest (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-runner/build/runTest.js:472:34)
    at Object.worker (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-runner/build/testWorker.js:133:12)

Kibana Pipeline / jest / Jest Tests.x-pack/plugins/index_lifecycle_management/__jest__.extend index management ilm summary extension should return extension when index has lifecycle error

Link to Jenkins

Standard Out

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


Stack Trace

Error: expect(received).toMatchSnapshot()

Snapshot name: `extend index management ilm summary extension should return extension when index has lifecycle error 1`

- Snapshot  - 71
+ Received  + 53

@@ -246,67 +246,58 @@
              closePopover={[Function]}
              display="inlineBlock"
              hasArrow={true}
              id="stackPopover"
              isOpen={false}
-             ownFocus={false}
+             ownFocus={true}
              panelPaddingSize="m"
            >
-             <EuiOutsideClickDetector
-               onOutsideClick={[Function]}
+             <div
+               className="euiPopover euiPopover--anchorDownCenter"
+               id="stackPopover"
              >
                <div
-                 className="euiPopover euiPopover--anchorDownCenter"
-                 id="stackPopover"
-                 onKeyDown={[Function]}
-                 onMouseDown={[Function]}
-                 onMouseUp={[Function]}
-                 onTouchEnd={[Function]}
-                 onTouchStart={[Function]}
+                 className="euiPopover__anchor"
                >
-                 <div
-                   className="euiPopover__anchor"
+                 <EuiButtonEmpty
+                   onClick={[Function]}
                  >
-                   <EuiButtonEmpty
+                   <button
+                     className="euiButtonEmpty euiButtonEmpty--primary"
+                     disabled={false}
                      onClick={[Function]}
+                     type="button"
                    >
-                     <button
-                       className="euiButtonEmpty euiButtonEmpty--primary"
-                       disabled={false}
-                       onClick={[Function]}
-                       type="button"
+                     <EuiButtonContent
+                       className="euiButtonEmpty__content"
+                       iconSide="left"
+                       textProps={
+                         Object {
+                           "className": "euiButtonEmpty__text",
+                         }
+                       }
                      >
-                       <EuiButtonContent
-                         className="euiButtonEmpty__content"
-                         iconSide="left"
-                         textProps={
-                           Object {
-                             "className": "euiButtonEmpty__text",
-                           }
-                         }
+                       <span
+                         className="euiButtonContent euiButtonEmpty__content"
                        >
                          <span
-                           className="euiButtonContent euiButtonEmpty__content"
+                           className="euiButtonEmpty__text"
                          >
-                           <span
-                             className="euiButtonEmpty__text"
+                           <FormattedMessage
+                             defaultMessage="Stack trace"
+                             id="xpack.indexLifecycleMgmt.indexLifecycleMgmtSummary.stackTraceButton"
+                             values={Object {}}
                            >
-                             <FormattedMessage
-                               defaultMessage="Stack trace"
-                               id="xpack.indexLifecycleMgmt.indexLifecycleMgmtSummary.stackTraceButton"
-                               values={Object {}}
-                             >
-                               Stack trace
-                             </FormattedMessage>
-                           </span>
+                             Stack trace
+                           </FormattedMessage>
                          </span>
-                       </EuiButtonContent>
-                     </button>
-                   </EuiButtonEmpty>
-                 </div>
+                       </span>
+                     </EuiButtonContent>
+                   </button>
+                 </EuiButtonEmpty>
                </div>
-             </EuiOutsideClickDetector>
+             </div>
            </EuiPopover>
          </div>
        </EuiText>
      </div>
    </EuiCallOut>
@@ -495,49 +486,40 @@
                      display="inlineBlock"
                      hasArrow={true}
                      id="phaseExecutionPopover"
                      isOpen={false}
                      key="phaseExecutionPopover"
-                     ownFocus={false}
+                     ownFocus={true}
                      panelPaddingSize="m"
                    >
-                     <EuiOutsideClickDetector
-                       onOutsideClick={[Function]}
+                     <div
+                       className="euiPopover euiPopover--anchorDownCenter"
+                       id="phaseExecutionPopover"
                      >
                        <div
-                         className="euiPopover euiPopover--anchorDownCenter"
-                         id="phaseExecutionPopover"
-                         onKeyDown={[Function]}
-                         onMouseDown={[Function]}
-                         onMouseUp={[Function]}
-                         onTouchEnd={[Function]}
-                         onTouchStart={[Function]}
+                         className="euiPopover__anchor"
                        >
-                         <div
-                           className="euiPopover__anchor"
+                         <EuiLink
+                           onClick={[Function]}
                          >
-                           <EuiLink
+                           <button
+                             className="euiLink euiLink--primary"
+                             disabled={false}
                              onClick={[Function]}
+                             type="button"
                            >
-                             <button
-                               className="euiLink euiLink--primary"
-                               disabled={false}
-                               onClick={[Function]}
-                               type="button"
+                             <FormattedMessage
+                               defaultMessage="Show definition"
+                               id="xpack.indexLifecycleMgmt.indexLifecycleMgmtSummary.showPhaseDefinitionButton"
+                               values={Object {}}
                              >
-                               <FormattedMessage
-                                 defaultMessage="Show definition"
-                                 id="xpack.indexLifecycleMgmt.indexLifecycleMgmtSummary.showPhaseDefinitionButton"
-                                 values={Object {}}
-                               >
-                                 Show definition
-                               </FormattedMessage>
-                             </button>
-                           </EuiLink>
-                         </div>
+                               Show definition
+                             </FormattedMessage>
+                           </button>
+                         </EuiLink>
                        </div>
-                     </EuiOutsideClickDetector>
+                     </div>
                    </EuiPopover>
                  </dd>
                </EuiDescriptionListDescription>
              </dl>
            </EuiDescriptionList>
    at Object.<anonymous> (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/x-pack/plugins/index_lifecycle_management/__jest__/extend_index_management.test.tsx:264:24)
    at Promise.then.completed (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/utils.js:276:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/utils.js:216:10)
    at _callCircusTest (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/run.js:212:40)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at _runTest (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/run.js:149:3)
    at _runTestsForDescribeBlock (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/run.js:63:9)
    at _runTestsForDescribeBlock (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/run.js:57:9)
    at _runTestsForDescribeBlock (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/run.js:57:9)
    at run (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/run.js:25:3)
    at runAndTransformResultsToJestFormat (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:176:21)
    at jestAdapter (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:109:19)
    at runTestInternal (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-runner/build/runTest.js:380:16)
    at runTest (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-runner/build/runTest.js:472:34)
    at Object.worker (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-runner/build/testWorker.js:133:12)

Kibana Pipeline / jest / Jest Tests.x-pack/plugins/spaces/public/copy_saved_objects_to_space/components.ResolveAllConflicts should render as expected

Link to Jenkins

Standard Out

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


Stack Trace

Error: expect(received).toMatchInlineSnapshot(snapshot)

Snapshot name: `ResolveAllConflicts should render as expected 1`

- Snapshot  - 1
+ Received  + 1

@@ -15,11 +15,11 @@
    closePopover={[Function]}
    display="inlineBlock"
    hasArrow={true}
    id="resolveAllConflictsVisibilityPopover"
    isOpen={false}
-   ownFocus={false}
+   ownFocus={true}
    panelPaddingSize="none"
  >
    <EuiContextMenuPanel
      hasFocus={true}
      items={
    at Object.<anonymous> (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/x-pack/plugins/spaces/public/copy_saved_objects_to_space/components/resolve_all_conflicts.test.tsx:88:21)
    at Promise.then.completed (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/utils.js:276:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/utils.js:216:10)
    at _callCircusTest (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/run.js:212:40)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at _runTest (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/run.js:149:3)
    at _runTestsForDescribeBlock (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/run.js:63:9)
    at _runTestsForDescribeBlock (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/run.js:57:9)
    at run (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/run.js:25:3)
    at runAndTransformResultsToJestFormat (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:176:21)
    at jestAdapter (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:109:19)
    at runTestInternal (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-runner/build/runTest.js:380:16)
    at runTest (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-runner/build/runTest.js:472:34)
    at Object.worker (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-runner/build/testWorker.js:133:12)

and 33 more failures, only showing the first 3.

Metrics [docs]

Async chunks

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

id before after diff
triggersActionsUi 1.6MB 1.5MB -23.9KB

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
triggersActionsUi 104.1KB 104.2KB +82.0B
Unknown metric groups

@kbn/ui-shared-deps asset size

id before after diff
[email protected] 2.5MB 2.5MB -120.0B

async chunk count

id before after diff
triggersActionsUi 41 42 +1

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

@chandlerprall
Copy link
Contributor Author

Thanks Jenkins!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants