Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix test-runner-reporters #45929

Closed
MoLow opened this issue Dec 21, 2022 · 0 comments · Fixed by #45930
Closed

fix test-runner-reporters #45929

MoLow opened this issue Dec 21, 2022 · 0 comments · Fixed by #45930
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI. s390 Issues and PRs related to the s390 architecture.

Comments

@MoLow
Copy link
Member

MoLow commented Dec 21, 2022

Test

test-runner-reporters

Platform

Linux s390x

Console output

# Subtest: should support a 'mjs' file as a custom reporter
20:32:33         not ok 11 - should support a 'mjs' file as a custom reporter
20:32:33           ---
20:32:33           duration_ms: 415.375369
20:32:33           failureType: 'testCodeFailure'
20:32:33           error: |-
20:32:33             Expected values to be strictly equal:
20:32:33             + actual - expected
20:32:33             
20:32:33             + 'custom.mjs {"test:start":5,"test:pass":2,"test:fail":3,"test:plan":3,"test:diagnostic":3}'
20:32:33             - 'custom.mjs {"test:start":5,"test:pass":2,"test:fail":3,"test:plan":3,"test:diagnostic":7}'
20:32:33           code: 'ERR_ASSERTION'
20:32:33           expected: 'custom.mjs {"test:start":5,"test:pass":2,"test:fail":3,"test:plan":3,"test:diagnostic":7}'
20:32:33           actual: 'custom.mjs {"test:start":5,"test:pass":2,"test:fail":3,"test:plan":3,"test:diagnostic":3}'
20:32:33           operator: 'strictEqual'
20:32:33           stack: |-
20:32:33             Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linuxone/test/parallel/test-runner-reporters.js:92:14)
20:32:33             ItTest.runInAsyncScope (node:async_hooks:204:9)
20:32:33             ItTest.run (node:internal/test_runner/test:547:25)
20:32:33             ItTest.start (node:internal/test_runner/test:463:17)
20:32:33             node:internal/test_runner/test:796:71
20:32:33             node:internal/per_context/primordials:468:82
20:32:33             new Promise (<anonymous>)
20:32:33             new SafePromise (node:internal/per_context/primordials:436:29)
20:32:33             node:internal/per_context/primordials:468:9
20:32:33             Array.map (<anonymous>)

Build links

Additional information

No response

@MoLow MoLow added the flaky-test Issues and PRs related to the tests with unstable failures on the CI. label Dec 21, 2022
@github-actions github-actions bot added the s390 Issues and PRs related to the s390 architecture. label Dec 21, 2022
nodejs-github-bot pushed a commit that referenced this issue Dec 22, 2022
PR-URL: #45930
Fixes: #45929
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
targos pushed a commit that referenced this issue Jan 1, 2023
PR-URL: #45930
Fixes: #45929
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
RafaelGSS pushed a commit that referenced this issue Jan 4, 2023
PR-URL: #45930
Fixes: #45929
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
targos pushed a commit that referenced this issue Mar 13, 2023
PR-URL: #45930
Fixes: #45929
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
targos pushed a commit that referenced this issue Mar 14, 2023
PR-URL: #45930
Fixes: #45929
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI. s390 Issues and PRs related to the s390 architecture.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant