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/test/security_solution_cypress/cypress/e2e/investigations/timelines/url_state·cy·ts - Open timeline open timeline from url exclusively "before all" hook for "should open a timeline via url alone without a saved object id" "before all" hook for "should open a timeline via url alone without a saved object id" #172503

Closed
kibanamachine opened this issue Dec 4, 2023 · 5 comments
Assignees
Labels
failed-test A test failure on a tracked branch, potentially flaky-test skipped-test Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. Team:Threat Hunting:Investigations Security Solution Investigations Team Team:Threat Hunting Security Solution Threat Hunting Team triage_needed v8.13.0

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Dec 4, 2023

A test failed on a tracked branch

Error: Timed out while retrying, last result was: {false}

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

Although you have test retries enabled, we do not retry tests when `before all` or `after all` hooks fail
    at Context.completeOrRetry (webpack:///./support/commands.js:64:12)

First failure: CI Build - main

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Dec 4, 2023
@botelastic botelastic bot added the needs-team Issues missing a team label label Dec 4, 2023
@dej611 dej611 added the Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. label Dec 5, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/security-solution (Team: SecuritySolution)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Dec 5, 2023
@MadameSheema MadameSheema added triage_needed Team:Threat Hunting Security Solution Threat Hunting Team Team:Threat Hunting:Investigations Security Solution Investigations Team labels Dec 5, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/security-threat-hunting (Team:Threat Hunting)

@kibanamachine
Copy link
Contributor Author

New failure: CI Build - main

@PhilippeOberti
Copy link
Contributor

The test is being skipped in this PR.

The problem doesn't seem to be happening from the content of the test itself though, but is more likely related to what's happening within the before method. Looking at the screenshot of the failure shows that the test fails while loading Kibana, way before running any timeline-related tests.

It seems that it could be related to the createRule call taking too much time. The UI is kinda stuck in loading mode for too long, then the test fails...

@PhilippeOberti
Copy link
Contributor

Fixed in this PR

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 skipped-test Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. Team:Threat Hunting:Investigations Security Solution Investigations Team Team:Threat Hunting Security Solution Threat Hunting Team triage_needed v8.13.0
Projects
None yet
Development

No branches or pull requests

7 participants