-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
investigate flaky test-fs-stat-bigint #31727
Comments
It seems like I can't make it fail on test-digitalocean-freebsd11-x64-1 but can easily make it fail on test-digitalocean-freebsd11-x64-2. @nodejs/build @nodejs/platform-freebsd |
results on test-digitalocean-freebsd11-x64-2 showing 3 failures in 10000 runs for a failure rate of 0.03%. Maybe saying I can "easily" make it fail on that host was an overstatement. I can't seem to get CI to kick off a stress test with test-digitalocean-freebsd11-x64-1 even though it's idle right now, but take my "it doesn't fail on that host" with a grain of salt. Maybe it's just failing at the same low rate. |
Refs: nodejs#31727 PR-URL: nodejs#31728 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
When I run |
Stress test on FreeBSD showing 1 failure in 1000 runs: https://ci.nodejs.org/view/All/job/node-stress-single-test/85/nodes=freebsd11-x64/console |
Is this issue stale, or still relevant? |
Is it the case that file(s) used in this test are only from |
Searching the automatically-generated test failure reports in the issues at https://github.com/nodejs/reliability/issues, I don't see this test failing any time recently. (Those reports were broken for a while but they started working again a two or three months ago.) I think we can close this (and re-open it if we see the problem recurring). |
Refs: #31727 (comment) PR-URL: #51735 Reviewed-By: Michael Dawson <midawson@redhat.com>
Refs: #31727 (comment) PR-URL: #51735 Reviewed-By: Michael Dawson <midawson@redhat.com>
Refs: #31727 (comment) PR-URL: #51735 Reviewed-By: Michael Dawson <midawson@redhat.com>
Refs: #31727 (comment) PR-URL: #51735 Reviewed-By: Michael Dawson <midawson@redhat.com>
Refs: #31727 (comment) PR-URL: #51735 Reviewed-By: Michael Dawson <midawson@redhat.com>
Refs: nodejs#31727 (comment) PR-URL: nodejs#51735 Reviewed-By: Michael Dawson <midawson@redhat.com>
What steps will reproduce the bug?
Run test-fs-stat-bigint many times on FreeBSD.
How often does it reproduce? Is there a required condition?
It reproduces probably about 1% of the time.
What is the expected behavior?
The test should always pass.
What do you see instead?
The test sometimes fails with a block count of 1 vs 9:
Additional information
Seems to only reproduce on FreeBSD in CI, but I'm running a stress test to confirm.
https://ci.nodejs.org/job/node-stress-single-test/48/
The text was updated successfully, but these errors were encountered: