X Tutup
The Wayback Machine - https://web.archive.org/web/20221119082711/https://github.com/nodejs/node/pull/45222
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

test: fix catching failed assertion #45222

Merged
merged 1 commit into from Nov 7, 2022

Conversation

pavelhoral
Copy link
Contributor

@pavelhoral pavelhoral commented Oct 28, 2022

There is a test that ignores assertion failures in test/parallel/test-stream-duplex-from.js. This PR simply adds check to capture any error and actually fail the test.

@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 Oct 28, 2022
@pavelhoral pavelhoral force-pushed the fix-test-assert branch 2 times, most recently from e6cfe9f to d4a34ae Compare Oct 28, 2022
aduh95
aduh95 approved these changes Oct 28, 2022
@aduh95 aduh95 added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. request-ci Add this label to start a Jenkins CI on a PR. labels Oct 28, 2022
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 28, 2022
@nodejs-github-bot

This comment was marked as outdated.

lpinca
lpinca approved these changes Oct 28, 2022
@nodejs-github-bot
Copy link
Contributor

nodejs-github-bot commented Oct 28, 2022

@nodejs-github-bot
Copy link
Contributor

nodejs-github-bot commented Oct 28, 2022

@nodejs-github-bot
Copy link
Contributor

nodejs-github-bot commented Oct 30, 2022

@nodejs-github-bot
Copy link
Contributor

nodejs-github-bot commented Oct 30, 2022

@lpinca lpinca added the commit-queue Add this label to land a pull request using GitHub Actions. label Nov 7, 2022
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Nov 7, 2022
@nodejs-github-bot nodejs-github-bot merged commit 9454ba6 into nodejs:main Nov 7, 2022
52 checks passed
@nodejs-github-bot
Copy link
Contributor

nodejs-github-bot commented Nov 7, 2022

Landed in 9454ba6

@pavelhoral pavelhoral deleted the fix-test-assert branch Nov 7, 2022
lucshi pushed a commit to lucshi/node that referenced this pull request Nov 9, 2022
PR-URL: nodejs#45222
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Kohei Ueno <kohei.ueno119@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
RafaelGSS pushed a commit that referenced this pull request Nov 10, 2022
PR-URL: #45222
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Kohei Ueno <kohei.ueno119@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
@RafaelGSS RafaelGSS mentioned this pull request Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. 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.

None yet

8 participants
X Tutup