Skip to content

fs-watch-recursive-delete-race consistently failing on AIX #65697

Description

@aduh95

Test

parallel.test-fs-watch-recursive-delete-race

Platform

AIX

Console output

---
duration_ms: 469.499
exitcode: 1
severity: fail
stack: |-
  node:internal/fs/recursive_watch:287
          throw error;
          ^

  Error: ENODEV: no such device, watch '/home/iojs/build/.tmp.1968/parent/child/test.tmp'
      at FSWatcher.<computed> (node:internal/fs/watchers:323:19)
      at watch (node:fs:3156:36)
      at fs.watch (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-power9/test/parallel/test-fs-watch-recursive-delete-race.js:25:27)
      at #watch (node:internal/fs/recursive_watch:142:17)
      at #addEntry (node:internal/fs/recursive_watch:194:18)
      at #scanFolder (node:internal/fs/recursive_watch:175:23)
      at #addEntry (node:internal/fs/recursive_watch:192:23)
      at #scanFolder (node:internal/fs/recursive_watch:175:23)
      at [kFSWatchStart] (node:internal/fs/recursive_watch:279:25)
      at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-power9/test/parallel/test-fs-watch-recursive-delete-race.js:39:25) {
    errno: -19,
    syscall: 'watch',
    code: 'ENODEV',
    path: '/home/iojs/build/.tmp.1968/parent/child/test.tmp',
    filename: '/home/iojs/build/.tmp.1968/parent'
  }

  Node.js v27.0.0-pre

Build links

Additional information

#65683 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    aixIssues and PRs related to the AIX platform.flaky-testIssues and PRs involving tests that fail intermittently in CI.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions