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: Jest Tests.x-pack/plugins/watcher/__jest__/client_integration - <ThresholdWatchEditPage /> create route on component mount create actions should simulate a webhook action #163531

Open
kibanamachine opened this issue Aug 9, 2023 · 6 comments
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Feature:Watcher skipped-test Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Aug 9, 2023

A test failed on a tracked branch

Error: thrown: "Exceeded timeout of 5000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
    at test (/var/lib/buildkite-agent/builds/kb-n2-4-spot-10a8459d56feee49/elastic/kibana-on-merge/kibana/x-pack/plugins/watcher/__jest__/client_integration/watch_create_threshold_page.test.tsx:520:9)
    at _dispatchDescribe (/var/lib/buildkite-agent/builds/kb-n2-4-spot-10a8459d56feee49/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/index.js:91:26)
    at describe (/var/lib/buildkite-agent/builds/kb-n2-4-spot-10a8459d56feee49/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/index.js:55:5)
    at describe (/var/lib/buildkite-agent/builds/kb-n2-4-spot-10a8459d56feee49/elastic/kibana-on-merge/kibana/x-pack/plugins/watcher/__jest__/client_integration/watch_create_threshold_page.test.tsx:236:7)
    at _dispatchDescribe (/var/lib/buildkite-agent/builds/kb-n2-4-spot-10a8459d56feee49/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/index.js:91:26)
    at describe (/var/lib/buildkite-agent/builds/kb-n2-4-spot-10a8459d56feee49/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/index.js:55:5)
    at describe (/var/lib/buildkite-agent/builds/kb-n2-4-spot-10a8459d56feee49/elastic/kibana-on-merge/kibana/x-pack/plugins/watcher/__jest__/client_integration/watch_create_threshold_page.test.tsx:133:5)
    at _dispatchDescribe (/var/lib/buildkite-agent/builds/kb-n2-4-spot-10a8459d56feee49/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/index.js:91:26)
    at describe (/var/lib/buildkite-agent/builds/kb-n2-4-spot-10a8459d56feee49/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/index.js:55:5)
    at describe (/var/lib/buildkite-agent/builds/kb-n2-4-spot-10a8459d56feee49/elastic/kibana-on-merge/kibana/x-pack/plugins/watcher/__jest__/client_integration/watch_create_threshold_page.test.tsx:126:3)
    at _dispatchDescribe (/var/lib/buildkite-agent/builds/kb-n2-4-spot-10a8459d56feee49/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/index.js:91:26)
    at describe (/var/lib/buildkite-agent/builds/kb-n2-4-spot-10a8459d56feee49/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/index.js:55:5)
    at Object.describe (/var/lib/buildkite-agent/builds/kb-n2-4-spot-10a8459d56feee49/elastic/kibana-on-merge/kibana/x-pack/plugins/watcher/__jest__/client_integration/watch_create_threshold_page.test.tsx:101:1)
    at Runtime._execModule (/var/lib/buildkite-agent/builds/kb-n2-4-spot-10a8459d56feee49/elastic/kibana-on-merge/kibana/node_modules/jest-runtime/build/index.js:1430:24)
    at Runtime._loadModule (/var/lib/buildkite-agent/builds/kb-n2-4-spot-10a8459d56feee49/elastic/kibana-on-merge/kibana/node_modules/jest-runtime/build/index.js:1013:12)
    at Runtime.requireModule (/var/lib/buildkite-agent/builds/kb-n2-4-spot-10a8459d56feee49/elastic/kibana-on-merge/kibana/node_modules/jest-runtime/build/index.js:873:12)
    at jestAdapter (/var/lib/buildkite-agent/builds/kb-n2-4-spot-10a8459d56feee49/elastic/kibana-on-merge/kibana/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:77:13)
    at runTestInternal (/var/lib/buildkite-agent/builds/kb-n2-4-spot-10a8459d56feee49/elastic/kibana-on-merge/kibana/node_modules/jest-runner/build/runTest.js:367:16)
    at runTest (/var/lib/buildkite-agent/builds/kb-n2-4-spot-10a8459d56feee49/elastic/kibana-on-merge/kibana/node_modules/jest-runner/build/runTest.js:444:34)

First failure: CI Build - main

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Aug 9, 2023
@botelastic botelastic bot added the needs-team Issues missing a team label label Aug 9, 2023
@kibanamachine kibanamachine added the Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more label Aug 9, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/platform-deployment-management (Team:Deployment Management)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Aug 9, 2023
@kibanamachine
Copy link
Contributor Author

New failure: CI Build - main

@mistic
Copy link
Member

mistic commented Aug 14, 2023

Skipped.

main: 3b70152

@alisonelizabeth
Copy link
Contributor

Removing the blocker tag; these tests were recently re-enabled via #162592. Looks like there's still some flakiness we need to address.

bryce-b pushed a commit that referenced this issue Aug 22, 2023
@bhavyarm bhavyarm added v8.11.0 and removed v8.10.0 labels Oct 3, 2023
@alisonelizabeth alisonelizabeth removed the Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more label Sep 17, 2024
@botelastic botelastic bot added the needs-team Issues missing a team label label Sep 17, 2024
@alisonelizabeth alisonelizabeth added the Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more label Sep 17, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-management (Team:Kibana Management)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Sep 17, 2024
@alisonelizabeth
Copy link
Contributor

This test still exists in code and is being skipped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Feature:Watcher skipped-test Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Projects
None yet
Development

No branches or pull requests

6 participants