Skip to content

test_runner: improve enqueue and dequeue #48147

test_runner: improve enqueue and dequeue

test_runner: improve enqueue and dequeue #48147

Triggered via pull request September 23, 2023 20:16
Status Failure
Total duration 1h 57m 25s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test-linux.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
test-linux: test/parallel/test-runner-output.mjs#L112
--- stdout --- ::debug::starting to run test runner output β–Ά test runner output βœ” test-runner/output/abort.js (1357.545476ms) βœ” test-runner/output/abort_suite.js (1203.128127ms) βœ” test-runner/output/abort_hooks.js (712.790952ms) ::debug::starting to run test-runner/output/abort.js ::debug::completed running test-runner/output/abort.js ::debug::starting to run test-runner/output/abort_suite.js ::debug::completed running test-runner/output/abort_suite.js ::debug::starting to run test-runner/output/abort_hooks.js ::debug::completed running test-runner/output/abort_hooks.js ::debug::starting to run test-runner/output/describe_it.js βœ” test-runner/output/describe_it.js (1992.796344ms) βœ” test-runner/output/describe_nested.js (928.097436ms) βœ” test-runner/output/hooks.js (1875.643396ms) βœ” test-runner/output/timeout_in_before_each_should_not_affect_further_tests.js (1640.709884ms) βœ” test-runner/output/hooks-with-no-global-test.js (667.242228ms) βœ” test-runner/output/before-and-after-each-too-many-listeners.js (747.977898ms) βœ” test-runner/output/before-and-after-each-with-timeout-too-many-listeners.js (1192.10433ms) βœ” test-runner/output/global_after_should_fail_the_test.js (774.067699ms) ::debug::completed running test-runner/output/describe_it.js ::debug::starting to run test-runner/output/describe_nested.js ::debug::completed running test-runner/output/describe_nested.js ::debug::starting to run test-runner/output/hooks.js ::debug::completed running test-runner/output/hooks.js ::debug::starting to run test-runner/output/timeout_in_before_each_should_not_affect_further_tests.js ::debug::completed running test-runner/output/timeout_in_before_each_should_not_affect_further_tests.js ::debug::starting to run test-runner/output/hooks-with-no-global-test.js ::debug::completed running test-runner/output/hooks-with-no-global-test.js ::debug::starting to run test-runner/output/before-and-after-each-too-many-listeners.js ::debug::completed running test-runner/output/before-and-after-each-too-many-listeners.js ::debug::starting to run test-runner/output/before-and-after-each-with-timeout-too-many-listeners.js ::debug::completed running test-runner/output/before-and-after-each-with-timeout-too-many-listeners.js ::debug::starting to run test-runner/output/global_after_should_fail_the_test.js ::debug::completed running test-runner/output/global_after_should_fail_the_test.js βœ” test-runner/output/no_refs.js (1151.949852ms) βœ” test-runner/output/no_tests.js (943.84346ms) βœ” test-runner/output/only_tests.js (1683.971946ms) ::debug::starting to run test-runner/output/no_refs.js ::debug::completed running test-runner/output/no_refs.js ::debug::starting to run test-runner/output/no_tests.js ::debug::completed running test-runner/output/no_tests.js ::debug::starting to run test-runner/output/only_tests.js ::debug::completed running test-runner/output/only_tests.js ::debug::starting to run test-runner/output/dot_reporter.js βœ” test-runner/output/dot_reporter.js (2315.634118ms) ::debug::completed running test-runner/output/dot_reporter.js ::debug::starting to run test-runner/output/junit_reporter.js βœ– test-runner/output/junit_reporter.js (2393.290805ms) AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected ... Lines skipped '<?xml version="1.0" encoding="utf-8"?>\n' + '<testsuites>\n' + ... ' *\n' + ' *\n' + + ' at async startSubtest (node:internal/test_runner/harness:218:5),\n' + - ' at async startSubtest (node:internal/test_runner/harness:210:5),\n' + " code: 'ERR_TEST_FAILURE'\n" + '}\n' + ... ' *\n' + ' *\n' + + ' at async startSubtest (node:internal/test_runner/harness:218:5),\n' + - ' at async startSubtest (node:internal/test_runner/harness:210:5),\n' + " code: 'ERR_TEST_FAILURE'\n" + '}\n' + ... ' *\n' + ' *\n' + + ' at async startSubtest (node:internal/test_runner/harness:218:5),\n
test-linux
Process completed with exit code 2.