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

[Security Solution][Flaky] /x-pack/plugins/security_solution/cypress/e2e/timelines/row_renderers.cy.ts/Row renderers -- Selected renderer can be disabled and enabled #153767

Closed
Tracked by #153667
MadameSheema opened this issue Mar 27, 2023 · 3 comments
Assignees
Labels
failed-test A test failure on a tracked branch, potentially flaky-test fixed Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. Team:Threat Hunting Security Solution Threat Hunting Team technical debt Improvement of the software architecture and operational architecture test-failure-flaky

Comments

@MadameSheema
Copy link
Member

1) Row renderers
--
  | proc [cypress]        Selected renderer can be disabled and enabled:
  | proc [cypress]      AssertionError: expected [] to include 'netflow'
  | proc [cypress]       at Context.eval (webpack:///./e2e/timelines/row_renderers.cy.ts:59:75)

Row renderers -- Selected renderer can be disabled and enabled (failed) (attempt 3)

@MadameSheema MadameSheema added test-failure-flaky Team:Threat Hunting Security Solution Threat Hunting Team Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. labels Mar 27, 2023
@elasticmachine
Copy link
Contributor

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

@elasticmachine
Copy link
Contributor

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

@MadameSheema MadameSheema added triage_needed failed-test A test failure on a tracked branch, potentially flaky-test labels May 23, 2023
@stephmilovic stephmilovic added technical debt Improvement of the software architecture and operational architecture and removed triage_needed labels May 25, 2023
@angorayc angorayc self-assigned this May 26, 2023
@angorayc
Copy link
Contributor

Have a draft PR up, will let it run a few more times to make sure it's stable before merging.

angorayc added a commit that referenced this issue Jun 19, 2023
## Summary

#153767

![Row renderers -- Selected renderer can be disabled and enabled
(failed) (attempt
3)](https://user-images.githubusercontent.com/17427073/227953233-76ebfafe-17b6-4d83-9b6a-ba647f6709ae.png)


The cause of the flakiness might originated from intercepting two
requests with the same name, therefore when running under the slow
internet, some weird behaviour might happen. I'm guessing that the
failure was caused as the second request had already sent while we were
expecting the first request.
Therefor I'm setting the two requests with different names, hopefully
this can reduce the flakiness.
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 fixed Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. Team:Threat Hunting Security Solution Threat Hunting Team technical debt Improvement of the software architecture and operational architecture test-failure-flaky
Projects
None yet
Development

No branches or pull requests

5 participants