test_runner: improve enqueue and dequeue #39497
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 (4579.251369ms)
β test-runner/output/abort_suite.js (3686.548155ms)
β test-runner/output/abort_hooks.js (3552.234735ms)
::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 (6510.91469ms)
β test-runner/output/describe_nested.js (3888.223227ms)
β test-runner/output/hooks.js (5819.084167ms)
β test-runner/output/timeout_in_before_each_should_not_affect_further_tests.js (3964.95853ms)
β test-runner/output/hooks-with-no-global-test.js (3913.424199ms)
β test-runner/output/before-and-after-each-too-many-listeners.js (4156.459741ms)
β test-runner/output/before-and-after-each-with-timeout-too-many-listeners.js (4124.685886ms)
β test-runner/output/global_after_should_fail_the_test.js (4010.63291ms)
::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 (4693.705752ms)
β test-runner/output/no_tests.js (3283.392749ms)
β test-runner/output/only_tests.js (5443.476845ms)
::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 (7646.540828ms)
::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 (7984.261127ms)
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:
|
|
The logs for this run have expired and are no longer available.
Loading