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: Security Solution Cypress.x-pack/plugins/security_solution/public/management/cypress/e2e/mocked_data/responder·cy·ts - When accessing Endpoint Response Console from Cases "before all" hook for "should display responder option in take action menu" "before all" hook for "should display responder option in take action menu" #163874

Closed
kibanamachine opened this issue Aug 14, 2023 · 6 comments
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Team:Defend Workflows “EDR Workflows” sub-team of Security Solution

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Aug 14, 2023

A test failed on a tracked branch

CypressError: `cy.task('indexEndpointHosts')` timed out after waiting `240000ms`.

https://on.cypress.io/api/task

Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `from Cases`

Although you have test retries enabled, we do not retry tests when `before all` or `after all` hooks fail
    at <unknown> (http://localhost:5676/__cypress/runner/cypress_runner.js:150950:78)
    at tryCatcher (http://localhost:5676/__cypress/runner/cypress_runner.js:18744:23)
    at <unknown> (http://localhost:5676/__cypress/runner/cypress_runner.js:13866:41)
    at tryCatcher (http://localhost:5676/__cypress/runner/cypress_runner.js:18744:23)
    at Promise._settlePromiseFromHandler (http://localhost:5676/__cypress/runner/cypress_runner.js:16679:31)
    at Promise._settlePromise (http://localhost:5676/__cypress/runner/cypress_runner.js:16736:18)
    at Promise._settlePromise0 (http://localhost:5676/__cypress/runner/cypress_runner.js:16781:10)
    at Promise._settlePromises (http://localhost:5676/__cypress/runner/cypress_runner.js:16857:18)
    at _drainQueueStep (http://localhost:5676/__cypress/runner/cypress_runner.js:13451:12)
    at _drainQueue (http://localhost:5676/__cypress/runner/cypress_runner.js:13444:9)
    at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:5676/__cypress/runner/cypress_runner.js:13460:5)
    at Async.drainQueues (http://localhost:5676/__cypress/runner/cypress_runner.js:13330:14)
From Your Spec Code:
    at indexEndpointHosts (webpack:///./cypress/tasks/index_endpoint_hosts.ts:22:12)
    at Context.eval (webpack:///./cypress/e2e/mocked_data/responder.cy.ts:61:24)

First failure: CI Build - main

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Aug 14, 2023
@botelastic botelastic bot added the needs-team Issues missing a team label label Aug 14, 2023
@kibanamachine kibanamachine added the Team:Defend Workflows “EDR Workflows” sub-team of Security Solution label Aug 14, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/security-defend-workflows (Team:Defend Workflows)

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

New failure: CI Build - main

@kibanamachine
Copy link
Contributor Author

New failure: CI Build - main

@kibanamachine
Copy link
Contributor Author

New failure: CI Build - main

@kibanamachine
Copy link
Contributor Author

New failure: CI Build - main

@kevinlog
Copy link
Contributor

kevinlog commented Aug 16, 2023

fixed after the package fix: elastic/endpoint-package#412

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 Team:Defend Workflows “EDR Workflows” sub-team of Security Solution
Projects
None yet
Development

No branches or pull requests

3 participants