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

Failing test: X-Pack Jest Tests.x-pack/plugins/uptime/public/components/monitor/synthetics/__tests__ - ExecutedStep renders a link to the step detail view #85899

Closed
kibanamachine opened this issue Dec 15, 2020 · 6 comments · Fixed by #88105
Assignees
Labels
blocker failed-test A test failure on a tracked branch, potentially flaky-test skipped-test Team:Uptime - DEPRECATED Synthetics & RUM sub-team of Application Observability v8.0.0

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Dec 15, 2020

A test failed on a tracked branch

Error: expect(received).toMatchInlineSnapshot(snapshot)

Snapshot name: `ExecutedStep renders a link to the step detail view 1`

- Snapshot  - 0
+ Received  + 1

@@ -3,10 +3,11 @@
    stepIndex={4}
  >
    <EuiLink>
      <button
        className="euiLink euiLink--primary"
+       disabled={false}
        type="button"
      >
        <Link
          data-test-subj="step-detail-link"
          to="/journey/fake-group/step/4"
    at Object.<anonymous> (/dev/shm/workspace/parallel/5/kibana/x-pack/plugins/uptime/public/components/monitor/synthetics/__tests__/executed_step.test.tsx:70:7)
    at Promise.then.completed (/dev/shm/workspace/kibana/node_modules/jest-circus/build/utils.js:276:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/dev/shm/workspace/kibana/node_modules/jest-circus/build/utils.js:216:10)
    at _callCircusTest (/dev/shm/workspace/kibana/node_modules/jest-circus/build/run.js:212:40)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at _runTest (/dev/shm/workspace/kibana/node_modules/jest-circus/build/run.js:149:3)
    at _runTestsForDescribeBlock (/dev/shm/workspace/kibana/node_modules/jest-circus/build/run.js:63:9)
    at _runTestsForDescribeBlock (/dev/shm/workspace/kibana/node_modules/jest-circus/build/run.js:57:9)
    at run (/dev/shm/workspace/kibana/node_modules/jest-circus/build/run.js:25:3)
    at runAndTransformResultsToJestFormat (/dev/shm/workspace/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:176:21)
    at jestAdapter (/dev/shm/workspace/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:109:19)
    at runTestInternal (/dev/shm/workspace/kibana/node_modules/jest-runner/build/runTest.js:380:16)
    at runTest (/dev/shm/workspace/kibana/node_modules/jest-runner/build/runTest.js:472:34)
    at Object.worker (/dev/shm/workspace/kibana/node_modules/jest-runner/build/testWorker.js:133:12)

First failure: Jenkins Build

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Dec 15, 2020
@mistic mistic added the Team:Uptime - DEPRECATED Synthetics & RUM sub-team of Application Observability label Dec 15, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/uptime (Team:uptime)

@mistic
Copy link
Member

mistic commented Dec 15, 2020

I believe that was a valid failure. Closing for now.

@mistic mistic closed this as completed Dec 15, 2020
@kibanamachine kibanamachine reopened this Dec 15, 2020
@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

mistic added a commit that referenced this issue Dec 15, 2020
mistic added a commit that referenced this issue Dec 15, 2020
@mistic
Copy link
Member

mistic commented Dec 15, 2020

This test keep failing. Skipping for now to unblock the CI.

master/8.0: 47ffefe
7.x/7.11: 53cb053

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker failed-test A test failure on a tracked branch, potentially flaky-test skipped-test Team:Uptime - DEPRECATED Synthetics & RUM sub-team of Application Observability v8.0.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants