-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
test: move test-fs-utimes to sequential #54844
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #54844 +/- ##
=======================================
Coverage 88.07% 88.07%
=======================================
Files 651 651
Lines 183396 183375 -21
Branches 35795 35802 +7
=======================================
- Hits 161523 161507 -16
+ Misses 15161 15150 -11
- Partials 6712 6718 +6 |
This comment was marked as outdated.
This comment was marked as outdated.
Did you get a timeout in #37692 (comment)? Because that is what was happening in our CI and only on ppc64le. |
Yes. When I ran enough concurrently load the test timed out locally. It wasn't easy but I was able to reproduce. |
Attempt to deal with flaky failures in CI by moving this to the sequential suite rather than the parallel suite
21957c4
to
dc88b56
Compare
This comment was marked as outdated.
This comment was marked as outdated.
Some tests time out due to a deadlock during process shutdown, see #52550 (comment). I think that the underlying issue is the same here. We could revert this when a fix lands. |
Closing this while we see if fixes to the deadlock resolve the issue |
The issue is likely the same as other tests that time out. Refs: nodejs#54918 Refs: nodejs#54844
The issue is likely the same as other tests that time out. Refs: nodejs#54918 Refs: nodejs#54844 Refs: nodejs#54802
The issue is likely the same as other tests that time out. Refs: nodejs#54918 Refs: nodejs#54844 Refs: nodejs#54802
Attempt to deal with flaky failures in CI by moving this to the sequential suite rather than the parallel suite