-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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] Unskipping x-pack/test/security_solution_cypress/cypress/e2e/explore/dashboards/
working tests on serverless
#167916
Conversation
x-pack/test/security_solution_cypress/cypress/e2e/explore/dashboards/
working tests on serverless
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
Pinging @elastic/security-solution (Team: SecuritySolution) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good. I would not expect the lifecycle values in the es_archives mappings to have an impact on the tests.
💔 Build FailedFailed CI StepsMetrics [docs]
History
To update your PR or re-run it, just comment with: |
…/cypress/e2e/explore/dashboards/` working tests on serverless (elastic#167916) (cherry picked from commit 3c4a597)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…/cypress/e2e/explore/dashboards/` working tests on serverless (elastic#167916)
## Fix enrichments cypress tests [Related PR with removing ILM](#167916) as it not supported in serverless. Here the [error](https://buildkite.com/elastic/kibana-pull-request/builds/179121) in the CI related to that --------- Co-authored-by: Kibana Machine <[email protected]>
## Fix enrichments cypress tests [Related PR with removing ILM](elastic#167916) as it not supported in serverless. Here the [error](https://buildkite.com/elastic/kibana-pull-request/builds/179121) in the CI related to that --------- Co-authored-by: Kibana Machine <[email protected]>
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
9 similar comments
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
1 similar comment
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Summary
https://github.com/elastic/security-team/issues/7696
In this PR we are making the following changes regarding the tests living in
x-pack/test/security_solution_cypress/cypress/e2e/explore/dashboards/
regarding their execution on the first quality gate for serverless:enable_risk_score_redirect.cy.ts
entity_analytics.cy.ts
we have deleted theclearSerachBar()
methods andclearDates
ones. This is becauseclearSerachBar
method has been demonstrated to be extremely problematic in the serverless environment. Also we don't need clean-up methods at the end of the execution of tests because Cypress by default clears the cache between tests, namely cookies, local storage, and session storage.entity_analytics_serverless_splash_screen.cy.ts
upgrade_risk_score.cy.ts
date_pickers
methods I had to force the click to make them work, since I don't know why seems to have a layer on top in serverless.es_archives
folder, are around removing thelifecycle
entry since we don't support ILM in serverless.Note that the unskipped tests have been executed several times and are passing consistently :)
Also, the tests that were marked before with .skip remain skipped in both executions.