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

adjusts timeout, only report 1 issue #156287

Merged
merged 3 commits into from
May 3, 2023

Conversation

TinaHeiligers
Copy link
Contributor

fix #156244

Adjust timeout, only report one issue.

@TinaHeiligers TinaHeiligers added Feature:Saved Objects release_note:skip Skip the PR/issue when compiling release notes test-failure-flaky backport:skip This commit does not require backporting labels May 1, 2023
@TinaHeiligers
Copy link
Contributor Author

@elasticmachine merge upstream

@TinaHeiligers TinaHeiligers marked this pull request as ready for review May 1, 2023 20:12
@TinaHeiligers TinaHeiligers requested a review from a team as a code owner May 1, 2023 20:12
@@ -7,6 +7,7 @@
*/

module.exports = {
bail: true, // only report 1 issue
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I'm not sure about this.

Yes, when the test suite fails during setup, it avoid our GH notifications being flooded.

BUT it also means that in case of real failures (e.g when developing on the domain), we can't rely on the CI to list all the failures and we must run the suite(s) manually locally.

So... yeah, idk

Copy link
Contributor Author

@TinaHeiligers TinaHeiligers May 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yea, I was testing different ways to resolve the failures.
@pgayvallet I've removed bail

Copy link
Contributor Author

@TinaHeiligers TinaHeiligers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

report all issues

@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

Metrics [docs]

Unknown metric groups

ESLint disabled line counts

id before after diff
enterpriseSearch 19 21 +2
securitySolution 399 402 +3
total +5

Total ESLint disabled count

id before after diff
enterpriseSearch 20 22 +2
securitySolution 479 482 +3
total +5

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@TinaHeiligers TinaHeiligers merged commit 264b0f6 into elastic:main May 3, 2023
@TinaHeiligers TinaHeiligers deleted the failing-test-fix-156244 branch May 3, 2023 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting Feature:Saved Objects release_note:skip Skip the PR/issue when compiling release notes test-failure-flaky v8.9.0
Projects
None yet
4 participants