-
Notifications
You must be signed in to change notification settings - Fork 167
Reduce CI tests flakiness #3574
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
Reduce CI tests flakiness #3574
Conversation
|
Benchmarks [ profiler ]Benchmark execution time: 2026-01-14 12:51:37 Comparing candidate commit 65e5637 in PR branch Found 1 performance improvements and 1 performance regressions! Performance is the same for 28 metrics, 6 unstable metrics. scenario:php-profiler-timeline-memory-with-profiler-and-timeline
|
dc4603b to
e5e9236
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3574 +/- ##
==========================================
+ Coverage 61.91% 62.01% +0.10%
==========================================
Files 140 140
Lines 13311 13311
Branches 1762 1762
==========================================
+ Hits 8241 8255 +14
+ Misses 4280 4267 -13
+ Partials 790 789 -1 see 3 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
f6b9f95 to
618b303
Compare
8daff81 to
65e5637
Compare
65e5637 to
744d6a2
Compare
… before starting kafka Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
744d6a2 to
2b0af90
Compare
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
e200f81 to
0f1711b
Compare
bwoebi
left a comment
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 to me now, thanks :-)
Description
This PR fixes multiple sources of test flakiness in CI by implementing proper retry/wait logic and fixing dependency installation.