-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
investigate flaky test-fs-utimes in CI on Pi2 #37692
Copy link
Copy link
Closed as not planned
Labels
armIssues and PRs related to the ARM architecture.Issues and PRs related to the ARM architecture.flaky-testIssues and PRs involving tests that fail intermittently in CI.Issues and PRs involving tests that fail intermittently in CI.fsIssues and PRs related to file-system APIs and the fs module.Issues and PRs related to file-system APIs and the fs module.staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.Issues and PRs marked stale due to inactivity and scheduled for automatic closure.
Description
Activity
Metadata
Metadata
Assignees
Labels
armIssues and PRs related to the ARM architecture.Issues and PRs related to the ARM architecture.flaky-testIssues and PRs involving tests that fail intermittently in CI.Issues and PRs involving tests that fail intermittently in CI.fsIssues and PRs related to file-system APIs and the fs module.Issues and PRs related to file-system APIs and the fs module.staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.Issues and PRs marked stale due to inactivity and scheduled for automatic closure.
Originally posted by @mhdawson in #36591 (comment)
Failed in CI as well: https://ci.nodejs.org/job/node-test-binary-arm-12+/lastCompletedBuild/RUN_SUBSET=0,label=pi2-docker/testReport/(root)/test/parallel_test_fs_utimes/ although with different error:
ode:assert:399 throw err; ^ AssertionError [ERR_ASSERTION]: FAILED: expect_errno [Arguments] { '0': 'futimesSync', '1': 22, '2': AssertionError [ERR_ASSERTION]: FAILED: expect_ok [Arguments] { '0': 'futimesSync', '1': 22, '2': undefined, '3': '123456', '4': -1 } check_mtime: 2.3949999809265137 at expect_ok (/home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-fs-utimes.js:64:3) at syncTests (/home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-fs-utimes.js:142:7) at /home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-fs-utimes.js:120:11 at /home/iojs/build/workspace/node-test-binary-arm/test/common/index.js:377:15 at FSReqCallback.oncomplete (node:fs:184:23) { generatedMessage: false, code: 'ERR_ASSERTION', actual: undefined, expected: true, operator: '==' }, '3': 'ENOSYS' } at expect_errno (/home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-fs-utimes.js:56:3) at syncTests (/home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-fs-utimes.js:144:7) at /home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-fs-utimes.js:120:11 at /home/iojs/build/workspace/node-test-binary-arm/test/common/index.js:377:15 at FSReqCallback.oncomplete (node:fs:184:23) { generatedMessage: false, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==' }