-
Notifications
You must be signed in to change notification settings - Fork 30k
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
test: fix tests when Amaro is unavailable #55320
Conversation
Review requested:
|
This isn't right, |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #55320 +/- ##
==========================================
- Coverage 88.39% 88.39% -0.01%
==========================================
Files 652 652
Lines 186777 186777
Branches 36039 36039
==========================================
- Hits 165109 165100 -9
- Misses 14917 14927 +10
+ Partials 6751 6750 -1 |
We might want fix the commit message as well |
I figured this out (which is why I changed the state back to draft). Currently running tests locally (both with and without amaro) before pushing up the correction. |
This comment was marked as off-topic.
This comment was marked as off-topic.
also should actually set |
7c77386
to
c05b8ee
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Can you rebase? |
👍. Will do so once the linter failure on |
Fix two tests that fail when `node` is configured `--without-amaro`.
c05b8ee
to
207741a
Compare
Rebased. |
Landed in 82dab76 |
Fix two tests that fail when `node` is configured `--without-amaro`. PR-URL: #55320 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Fix two tests that fail when `node` is configured `--without-amaro`. PR-URL: nodejs#55320 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Fix two tests that fail when `node` is configured `--without-amaro`. PR-URL: nodejs#55320 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Fix two tests that fail when
node
is configured--without-amaro
.