test_runner: report the correct type when dequeuing tests #60236
commit-lint.yml
on: pull_request_target
lint-commit-message
38s
Annotations
1 error
|
lint-commit-message
# ad2b81840e59e46f1b105624df372245173785fc
ok 1 assisted-by-is-trailer: Assisted-by is a trailer
ok 2 co-authored-by-is-trailer: no Co-authored-by metadata
ok 3 fixes-url: skipping fixes-url # SKIP
ok 4 line-after-title: blank line after title
not ok 5 line-length: Line should be <= 72 columns.
---
{
found: 133,
compare: '<=',
wanted: 72,
at: {
line: 4,
column: 72,
body: [
'',
'Use the dequeued test’s reportedType instead of its parent’s and extend the event-type regression test to cover randomized execution.',
'',
'Assisted-by: Codex',
'Signed-off-by: hanityx <hanityx@gmail.com>'
]
}
}
...
ok 6 signed-off-by: has valid Signed-off-by
ok 7 subsystem: valid subsystems [test_runner]
ok 8 title-format: Title is formatted correctly.
0..8
# tests 8
# pass 6
# fail 1
# Please review the commit message guidelines:
# https://github.com/nodejs/node/blob/HEAD/doc/contributing/pull-requests.md#commit-message-guidelines
npm warn deprecated tap@16.3.10: Versions of tap before v18 are no longer maintained. Please upgrade.
npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead
npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
npm warn deprecated libtap@1.4.1: This library is no longer used by node-tap, and is unmaintained.
npm warn deprecated eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.
|