-
Notifications
You must be signed in to change notification settings - Fork 148
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
chore: mark pino as flaky #1002
base: main
Are you sure you want to change the base?
Conversation
Marking `pino` as flaking since it's failing in many platforms for both `v18.x` and `v20.x` release lines. Refs: nodejs#988
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1002 +/- ##
==========================================
- Coverage 96.44% 93.17% -3.28%
==========================================
Files 28 28
Lines 2139 2139
==========================================
- Hits 2063 1993 -70
- Misses 76 146 +70 ☔ View full report in Codecov by Sentry. |
Should be fixed now. |
here is a rerun of the last one I've seen with pino failing: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/3304/ |
@ruyadorno my understanding is this is passing according to the current list of skipped environments: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/3305/. I don't expect it to pass on those other platforms, mostly because the errors are not in pino itself. |
I agree with @mcollina, it seems to be working as expected. New CITGM just for the sake of conscience https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/3307/ |
Pino is still failing on 2 platforms in the last run on v18.18 Any idea on what to do in this case? |
Either lets skip it there or wait a few days that I can take a look. |
I'd say, since Pino is such an important tool in the ecosystem, is better to have a failing CI for a few days and wait for a fix, rather than skipping the module. Thanks a lot for the help Matteo, super appreciated 🙏 |
Fresh run of v18.18 https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/3311/ |
Awesome Matteo, thanks for the quick fix 🚀 |
I think this is fixed. Let me know if there is anything else here. |
Well it doesn't look like it has been completely fixed as it's looking like it's still timing out on both rhel8-ppc64le and win-vs2019 even in that fresh run (#3311). We should keep an eye on future runs to see if it's just these platforms that can be marked flaky and then update this PR accordingly. |
Marking
pino
as flaking since it's failing in many platforms for bothv18.x
andv20.x
release lines.Refs: #988