Skip to content

test-fs-write-file AssertionError #36090

@rickyes

Description

@rickyes
  • Test: test-fs-write-file
  • Platform: arm-fanned
  • Console Output:
(node:24314) ExperimentalWarning: AbortController is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
node:assert:107
  throw new AssertionError(obj);
  ^

AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:

839 !== 0

    at /home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-fs-write-file.js:64:16
    at /home/iojs/build/workspace/node-test-binary-arm/test/common/index.js:342:17
    at /home/iojs/build/workspace/node-test-binary-arm/test/common/index.js:377:15
    at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read_file_context:73:3) {
  generatedMessage: true,
  code: 'ERR_ASSERTION',
  actual: 839,
  expected: 0,
  operator: 'strictEqual'
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    flaky-testIssues and PRs related to the tests with unstable failures on the CI.fsIssues and PRs related to the fs subsystem / file system.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions