-
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
[EDR Workflows] Reenable and improve endpoint FTR tests on serverless #189248
[EDR Workflows] Reenable and improve endpoint FTR tests on serverless #189248
Conversation
/ci |
Flaky Test Runner Stats🟠 Some tests failed. - kibana-flaky-test-suite-runner#6633[❌] x-pack/test/security_solution_endpoint/configs/serverless.integrations.config.ts: 0/25 tests passed. |
f8d2386
to
a25bd6d
Compare
/ci |
1 similar comment
/ci |
0ccf506
to
248e027
Compare
/ci |
577aad3
to
8a306c4
Compare
/ci |
@elasticmachine merge upstream |
/ci |
/ci |
/ci |
@elasticmachine merge upstream |
/ci |
Flaky Test Runner Stats🎉 All tests passed! - kibana-flaky-test-suite-runner#6678[✅] x-pack/test/security_solution_endpoint/configs/serverless.integrations.config.ts: 25/25 tests passed. |
Pinging @elastic/security-defend-workflows (Team:Defend Workflows) |
@@ -41,6 +41,7 @@ export const generateConfig = async ({ | |||
kbnServerArgs?: string[]; | |||
target: keyof typeof SUITE_TAGS; | |||
services: any; | |||
pageObjects: any; |
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.
:(
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.
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.
Looks good, thanks for addressing this.
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
nah, it's not worth to merge it to 8.15 manually and fixing conflits, as this PR only affects serverless testing, which is only relevant to the |
Summary
This PR re-enables our
endpoint
FTRs, and tries to address the serverless login/forceLogout flakiness both inendpoint
andintegration
FTRs, by using a newsvlCommonPage.loginWithRole()
login functionality, suggested in this comment: #184202 (comment)flaky runner: https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/6678
closes: #186089
closes: #186086