-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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: deflake http2-pipe-named-pipe #40842
Conversation
`http2-url-tests.js` is misleading. Use the same name of the source file instead.
Wait for all data to be read before sending the response and closing the client. Fixes: nodejs#40277
31cb70c
to
f704d99
Compare
Before:
After:
|
The first argument is the actual value, the second argument is the expected value.
Commit Queue failed- Loading data for nodejs/node/pull/40842 ✔ Done loading data for nodejs/node/pull/40842 ----------------------------------- PR info ------------------------------------ Title test: deflake http2-pipe-named-pipe (#40842) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch lpinca:deflake/test-http2-pipe-named-pipe -> nodejs:master Labels test, needs-ci Commits 3 - test: use descriptive name for destination file - test: deflake http2-pipe-named-pipe - test: fix argument order in assertion Committers 1 - Luigi Pinca PR-URL: https://github.com/nodejs/node/pull/40842 Fixes: https://github.com/nodejs/node/issues/40277 Reviewed-By: Robert Nagy Reviewed-By: Adrian Estrada ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/40842 Fixes: https://github.com/nodejs/node/issues/40277 Reviewed-By: Robert Nagy Reviewed-By: Adrian Estrada -------------------------------------------------------------------------------- ℹ This PR was created on Wed, 17 Nov 2021 19:21:28 GMT ✔ Approvals: 2 ✔ - Robert Nagy (@ronag) (TSC): https://github.com/nodejs/node/pull/40842#pullrequestreview-809927718 ✔ - Adrian Estrada (@edsadr): https://github.com/nodejs/node/pull/40842#pullrequestreview-810388382 ✔ Last GitHub Actions successful ℹ Last Full PR CI on 2021-11-21T13:43:54Z: https://ci.nodejs.org/job/node-test-pull-request/41027/ - Querying data for job/node-test-pull-request/41027/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ No git cherry-pick in progress ✔ No git am in progress ✔ No git rebase in progress -------------------------------------------------------------------------------- - Bringing origin/master up to date... From https://github.com/nodejs/node * branch master -> FETCH_HEAD ✔ origin/master is now up-to-date - Downloading patch for 40842 From https://github.com/nodejs/node * branch refs/pull/40842/merge -> FETCH_HEAD ✔ Fetched commits as e31d1cb55da6..570123aa320d -------------------------------------------------------------------------------- [master 4c98aaf796] test: use descriptive name for destination file Author: Luigi Pinca Date: Wed Nov 17 20:09:37 2021 +0100 1 file changed, 1 insertion(+), 1 deletion(-) [master 9d5c54ea71] test: deflake http2-pipe-named-pipe Author: Luigi Pinca Date: Wed Nov 17 20:18:10 2021 +0100 1 file changed, 7 insertions(+), 4 deletions(-) [master 8460bd5b2c] test: fix argument order in assertion Author: Luigi Pinca Date: Wed Nov 17 20:31:03 2021 +0100 1 file changed, 2 insertions(+), 2 deletions(-) ✔ Patches applied There are 3 commits in the PR. Attempting autorebase. Rebasing (2/6)https://github.com/nodejs/node/actions/runs/1487003296 |
Landed in e31d1cb...1dcba68 |
Wait for all data to be read before sending the response and closing
the client.
Fixes: #40277