v20.19.0 proposal #61671
Annotations
2 errors and 1 notice
Test:
test/parallel/test-runner-watch-mode.mjs#L72
--- stdout ---
βΆ test runner watch mode
β should run tests repeatedly (1426.943551ms)
::debug::starting to run test runner watch mode
::debug::starting to run should run tests repeatedly
::debug::completed running should run tests repeatedly
β should run tests with dependency repeatedly (1432.21294ms)
::debug::starting to run should run tests with dependency repeatedly
::debug::completed running should run tests with dependency repeatedly
β should run tests with ESM dependency (1423.797347ms)
::debug::starting to run should run tests with ESM dependency
::debug::completed running should run tests with ESM dependency
β should support running tests without a file (1453.174839ms)
::debug::starting to run should support running tests without a file
::debug::completed running should support running tests without a file
β should support a watched test file rename (2142.971018ms)
Error: ENOENT: no such file or directory, rename '/Users/runner/work/node/node/test/.tmp.2468/test.js' -> '/Users/runner/work/node/node/test/.tmp.2468/test-renamed-test.js'
at renameSync (node:fs:1033:11)
at Timeout._onTimeout (file:///Users/runner/work/node/node/test/parallel/test-runner-watch-mode.mjs:72:40)
at listOnTimeout (node:internal/timers:581:17)
at process.processTimers (node:internal/timers:519:7) {
errno: -2,
code: 'ENOENT',
syscall: 'rename',
path: '/Users/runner/work/node/node/test/.tmp.2468/test.js',
dest: '/Users/runner/work/node/node/test/.tmp.2468/test-renamed-test.js'
}
::debug::starting to run should support a watched test file rename
::error title=should support a watched test file rename,file=test/parallel/test-runner-watch-mode.mjs,line=72,col=40::Error [ERR_TEST_FAILURE]: ENOENT: no such file or directory, rename '/Users/runner/work/node/node/test/.tmp.2468/test.js' -> '/Users/runner/work/node/node/test/.tmp.2468/test-renamed-test.js'
at process.emit (node:events:524:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: Error: ENOENT: no such file or directory, rename '/Users/runner/work/node/node/test/.tmp.2468/test.js' -> '/Users/runner/work/node/node/test/.tmp.2468/test-renamed-test.js'
at renameSync (node:fs:1033:11)
at Timeout._onTimeout (file:///Users/runner/work/node/node/test/parallel/test-runner-watch-mode.mjs:72:40)
at listOnTimeout (node:internal/timers:581:17)
at process.processTimers (node:internal/timers:519:7) {
errno: -2,
code: 'ENOENT',
syscall: 'rename',
path: '/Users/runner/work/node/node/test/.tmp.2468/test.js',
dest: '/Users/runner/work/node/node/test/.tmp.2468/test-renamed-test.js'
}
}
β should not throw when delete a watched test file (1623.756728ms)
β test runner watch mode (9507.846346ms)
::debug::starting to run should not throw when delete a watched test file
::debug::completed running should not throw when delete a watched test file
βΉ tests 6
βΉ suites 1
βΉ pass 5
βΉ fail 1
βΉ cancelled 0
βΉ skipped 0
βΉ todo 0
βΉ duration_ms 9637.027375
β failing tests:
test at test/parallel/test-runner-watch-mode.mjs:128:3
β should support a watched test file rename (2142.971018ms)
Error: ENOENT: no such file or directory, rename '/Users/runner/work/node/node/test/.tmp.2468/test.js' -> '/Users/runner/work/node/node/test/.tmp.2468/test-renamed-test.js'
at renameSync (node:fs:1033:11)
at Timeout._onTimeout (file:///Users/runner/work/node/node/test/parallel/test-runner-watch-mode.mjs:72:40)
at listOnTimeout (node:internal/timers:581:17)
at process.processTimers (node:internal/timers:519:7) {
errno: -2,
code: 'ENOENT',
syscall: 'rename',
path: '/Users/runner/work/node/node/test/.tmp.2468/test.js',
dest: '/Users/runner/work/node/node/test/.tmp.2468/test-renamed-test.js'
}
::group::Test results (5 passed, 1 failed)
::notice::Total Tests: 6
Suites π: 1
Passed β
: 5
Failed β: 1
Canceled π«: 0
Skipped βοΈ: 0
Todo π: 0
Duration π: 9637.027ms
::endgroup::
Command: out/Release/node --expose-internals --test-reporter=spec --test-
|
Test
Process completed with exit code 2.
|
Post Set up sccache
0% - 0 hits, 0 misses, 0 errors
|
Loading