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] Advanced settings component registry ⇒ kibana platform plugin (#55940) #56784

Closed
wants to merge 1 commit into from

Conversation

mattkime
Copy link
Contributor

@mattkime mattkime commented Feb 4, 2020

Backports the following commits to 7.x:

…c#55940)

* advanced settings component registry to new platform
@kibanamachine
Copy link
Contributor

💔 Build Failed


Test Failures

Kibana Pipeline / x-pack-intake-agent / X-Pack Jest Tests.x-pack/legacy/plugins/monitoring/public/components/alerts/configuration.Step1 should render normally

Link to Jenkins

Standard Out

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


Stack Trace

Error: expect(received).toMatchSnapshot()

Snapshot name: `Step1 should render normally 1`

- Snapshot
+ Received

@@ -2,10 +2,11 @@
    <EuiSuperSelect
      compressed={false}
      fullWidth={false}
      hasDividers={true}
      isInvalid={false}
+     isLoading={false}
      onChange={[Function]}
      options={
        Array [
          Object {
            "dropdownDisplay": <EuiText>
    at Object.it (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/x-pack/legacy/plugins/monitoring/public/components/alerts/configuration/step1.test.tsx:63:23)
    at Object.asyncJestTest (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-jasmine2/build/jasmineAsyncInstall.js:102:37)
    at resolve (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-jasmine2/build/queueRunner.js:43:12)
    at new Promise (<anonymous>)
    at mapper (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-jasmine2/build/queueRunner.js:26:19)
    at promise.then (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-jasmine2/build/queueRunner.js:73:41)
    at process._tickCallback (internal/process/next_tick.js:68:7)

Kibana Pipeline / x-pack-intake-agent / X-Pack Jest Tests.x-pack/legacy/plugins/monitoring/public/components/alerts/configuration.Step1 testing should show a successful test

Link to Jenkins

Standard Out

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


Stack Trace

Error: expect(received).toMatchSnapshot()

Snapshot name: `Step1 testing should show a successful test 1`

- Snapshot
+ Received

@@ -2,10 +2,11 @@
    <EuiSuperSelect
      compressed={false}
      fullWidth={false}
      hasDividers={true}
      isInvalid={false}
+     isLoading={false}
      onChange={[Function]}
      options={
        Array [
          Object {
            "dropdownDisplay": <EuiText>
    at Object.it (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/x-pack/legacy/plugins/monitoring/public/components/alerts/configuration/step1.test.tsx:253:25)
    at process._tickCallback (internal/process/next_tick.js:68:7)

Kibana Pipeline / x-pack-intake-agent / X-Pack Jest Tests.x-pack/legacy/plugins/monitoring/public/components/alerts/configuration.Step1 testing should show a failed test error

Link to Jenkins

Standard Out

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


Stack Trace

Error: expect(received).toMatchSnapshot()

Snapshot name: `Step1 testing should show a failed test error 1`

- Snapshot
+ Received

@@ -2,10 +2,11 @@
    <EuiSuperSelect
      compressed={false}
      fullWidth={false}
      hasDividers={true}
      isInvalid={false}
+     isLoading={false}
      onChange={[Function]}
      options={
        Array [
          Object {
            "dropdownDisplay": <EuiText>
    at Object.it (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/x-pack/legacy/plugins/monitoring/public/components/alerts/configuration/step1.test.tsx:276:25)
    at process._tickCallback (internal/process/next_tick.js:68:7)

and 1 more failures, only showing the first 3.

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

@mattkime mattkime closed this Feb 4, 2020
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.

2 participants