Skip to content

test: fix watch tests not including completion messages #58183

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

Merged

Conversation

dario-piotrowicz
Copy link
Member

@dario-piotrowicz dario-piotrowicz commented May 5, 2025

Earlier I merged #57936 which was out of sync with main so it didn't include the watch completion messages introduced in #57926

This causes the watch tests to be failing on main, this PR is addressing this issue

I'm really sorry for the inconvenience 🙇

@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels May 5, 2025
@dario-piotrowicz dario-piotrowicz added the fast-track PRs that do not need to wait for 48 hours to land. label May 5, 2025
Copy link
Contributor

github-actions bot commented May 5, 2025

Fast-track has been requested by @dario-piotrowicz. Please 👍 to approve.

]);
});

it('`--watch-path` ars without `=` used alongside `--watch` should not make it into the script', async () => {
it('`--watch-path` args without `=` used alongside `--watch` should not make it into the script', async () => {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated typo fix 🙂

@dario-piotrowicz dario-piotrowicz changed the title test: fix watch tests not including completion message test: fix watch tests not including completion messages May 5, 2025
@dario-piotrowicz dario-piotrowicz force-pushed the dario/fix-broken-watch-tests branch from a919cb9 to 7c8ec53 Compare May 5, 2025 16:58
Copy link

codecov bot commented May 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.15%. Comparing base (4acb854) to head (7c8ec53).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #58183   +/-   ##
=======================================
  Coverage   90.15%   90.15%           
=======================================
  Files         630      630           
  Lines      186756   186756           
  Branches    36648    36649    +1     
=======================================
+ Hits       168362   168365    +3     
+ Misses      11193    11190    -3     
  Partials     7201     7201           

see 27 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@LiviaMedeiros LiviaMedeiros added the request-ci Add this label to start a Jenkins CI on a PR. label May 5, 2025
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label May 5, 2025
@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@LiviaMedeiros LiviaMedeiros added the commit-queue Add this label to land a pull request using GitHub Actions. label May 6, 2025
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label May 6, 2025
@nodejs-github-bot nodejs-github-bot merged commit 6102159 into nodejs:main May 6, 2025
60 checks passed
@nodejs-github-bot
Copy link
Collaborator

Landed in 6102159

@dario-piotrowicz dario-piotrowicz deleted the dario/fix-broken-watch-tests branch May 6, 2025 08:04
@dario-piotrowicz
Copy link
Member Author

Thanks a lot @LiviaMedeiros for helping getting this PR landed 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fast-track PRs that do not need to wait for 48 hours to land. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants