-
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
Fix cloud test failures for 8.4 #139155
Fix cloud test failures for 8.4 #139155
Conversation
x-pack/test/reporting_api_integration/reporting_and_security/usage/api_counters.ts
Show resolved
Hide resolved
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.
Code only review - added security roles to recently added Dashboard tests. Thanks so much for fixing this - everything looks good! 👍
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: cc @liza-mae |
@@ -43,7 +43,7 @@ export default function ({ getService }: FtrProviderContext) { | |||
{ jobParams: createPdfV2Params(1541.5999755859375) } | |||
); | |||
|
|||
await retry.tryForTime(48000, async () => { | |||
await retry.tryForTime(60000, async () => { |
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.
Is this to resolve #139142 ?
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.
Yes I noticed this test takes a bit longer on cloud, so I increased the retry.
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
Co-authored-by: Kibana Machine <[email protected]> (cherry picked from commit 6e87b01)
Co-authored-by: Kibana Machine <[email protected]>
Fixes
Reporting
Dashboard Tests
Management Test