-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Open
Labels
flaky-testIssues and PRs related to the tests with unstable failures on the CI.Issues and PRs related to the tests with unstable failures on the CI.fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.macosIssues and PRs related to the macOS platform / OSX.Issues and PRs related to the macOS platform / OSX.
Description
Test
test-fs-stat-bigint
Platform
macOS ARM64
Console output
node:internal/process/promises:289
triggerUncaughtException(err, true /* fromPromise */);
^
AssertionError [ERR_ASSERTION]: Number version atimeMs = 1669309618654.8481, BigInt version atimeMs = 1669309618653n, Allowable delta = 1
at verifyStats (/Users/ruyadorno/Documents/ruyadorno/node/test/parallel/test-fs-stat-bigint.js:71:7)
at /Users/ruyadorno/Documents/ruyadorno/node/test/parallel/test-fs-stat-bigint.js:213:3 {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}Build links
- Seen locally, reproduced during tests in preparation for a v19.x release, will update with a build link in case it happens during CI builds
Additional information
Failing consistently when running about 50 times in parallel execution, e.g:
hyperfine -m 50 "out/Release/node test/parallel/test-fs-stat-bigint.js"
Metadata
Metadata
Assignees
Labels
flaky-testIssues and PRs related to the tests with unstable failures on the CI.Issues and PRs related to the tests with unstable failures on the CI.fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.macosIssues and PRs related to the macOS platform / OSX.Issues and PRs related to the macOS platform / OSX.