Uh oh!
There was an error while loading. Please reload this page.
test: refactor test_runner tests to change default reporter - #54547
Conversation
nodejs-github-bot
commented
Aug 24, 2024
Review requested:
|
avivkeller
commented
Aug 24, 2024
Note: this PR is part of #54548 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## main #54547 +/- ##
==========================================
- Coverage 87.33% 87.32% -0.01%
==========================================
Files 649 649 Lines 182622 182623 +1 Branches 35037 35044 +7 ==========================================
- Hits 159494 159483 -11 - Misses 16393 16401 +8 - Partials 6735 6739 +4 |
cjihrig
commented
Aug 25, 2024
|
nodejs-github-bot
commented
Aug 25, 2024
avivkeller
commented
Aug 25, 2024
It's also failing in a few other places, like https://ci.nodejs.org/job/node-test-binary-windows-js-suites/29545/testReport/ |
jakecastelli
commented
Aug 25, 2024
jakecastelli
commented
Aug 26, 2024
Issue has been resolved, would you mind rebasing 🙏 I will try to follow up with the CI |
This commit updates the test runner tests in order to switch the default reporter from tap to spec. This commit can be backported, while changing the default reporter cannot. Refs: nodejs#54540
nodejs-github-bot
commented
Aug 26, 2024
nodejs-github-bot
commented
Aug 26, 2024
nodejs-github-bot
commented
Aug 27, 2024
Landed in 3d5357a |
This commit updates the test runner tests in order to switch the default reporter from tap to spec. This commit can be backported, while changing the default reporter cannot. Refs: #54540 PR-URL: #54547 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
This commit updates the test runner tests in order to switch the default reporter from tap to spec. This commit can be backported, while changing the default reporter cannot.
This will also allow us to more slowly migrate the tests off of using the TAP reporter in some places. We should still test the TAP reporter though. In some cases the TAP reporter is beneficial for testing purposes - for example, verifying that tests are output with the correct test number ordering.
Refs: #54540