test_runner: improve enqueue and dequeue #48147
Annotations
2 errors
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
|
|
The logs for this run have expired and are no longer available.
Loading