-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
ci: Fix flaky tests #8468
ci: Fix flaky tests #8468
Conversation
Thanks for opening this pull request! |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## alpha #8468 +/- ##
==========================================
+ Coverage 94.30% 94.34% +0.03%
==========================================
Files 183 183
Lines 14484 14515 +31
==========================================
+ Hits 13659 13694 +35
+ Misses 825 821 -4
... and 4 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
I will reformat the title to use the proper commit message syntax. |
Postgres tests can still be occasionally flaky, but should resolve most of the test related flakiness |
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 is also making changes in source files, not only test or CI files. We need to either separate that into another PR or change the focus of this PR to describe the source changes.
The source changes are related to the internal |
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!
🎉 This change has been released in version 6.1.0-alpha.8 |
🎉 This change has been released in version 6.1.0-beta.2 |
🎉 This change has been released in version 6.1.0 |
Pull Request
Issue
Closes: #7180
Approach
Tasks