Skip to content

test: remove unsused arguments from function - #14931

Closed
0xparashar wants to merge 2 commits into
nodejs:masterfrom
0xparashar:master
Closed

test: remove unsused arguments from function#14931
0xparashar wants to merge 2 commits into
nodejs:masterfrom
0xparashar:master

Conversation

@0xparashar

Copy link
Copy Markdown
Contributor

Removed the unused arguments of functions defined in
file test/parallel/test-http-parser.js

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)
test

Removed the unused arguments of functions defined in
file test/parallel/test-http-parser.js
@mscdex

mscdex commented Aug 18, 2017

Copy link
Copy Markdown
Contributor

Looks like there is a 'venv' directory that was incorrectly included in the commit and should be removed.

@mscdexmscdex added http Issues or PRs related to the http subsystem. test Issues and PRs related to the tests. labels Aug 18, 2017
@0xparashar

Copy link
Copy Markdown
ContributorAuthor

removed that with the latest commit :)

@TrottTrott left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Hello, @ankitiitb1069! Thanks for the PR! LGTM if CI run is successful.

@Trott

Copy link
Copy Markdown
Member

@refack

Copy link
Copy Markdown
Contributor

Hello @ankitiitb1069 and welcome, GitHub is indicating this is your first contribution, so just in case you havn't already, it's recommended to take a look at the CONTRIBUTING.md guide (especialy the part about "discuss and update").
PRs are left open for at least 48 hour so that anyone interested gets a chance to comment or review.

Anyway thank you for the contribution, and good luck.

@tniessentniessen self-assigned this Aug 20, 2017
@aqrln

Copy link
Copy Markdown
Contributor

Hi @ankitiitb1069 and thanks for your contribution! I have started a fresh CI run since node-test-commit-osx and node-test-commit-linux-fips jobs didn't even start running during the old one. Once it finishes, the patch is good to land.

CI: https://ci.nodejs.org/job/node-test-pull-request/9794/

@tniessen

Copy link
Copy Markdown
Member

Landed in 2a97eb6, thank you for your contribution! 🎉

tniessen pushed a commit that referenced this pull request Aug 23, 2017
Removed the unused arguments of functions defined in
file test/parallel/test-http-parser.js.
PR-URL: #14931
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
addaleax pushed a commit to addaleax/ayo that referenced this pull request Aug 25, 2017
Removed the unused arguments of functions defined in
file test/parallel/test-http-parser.js.
PR-URL: nodejs/node#14931
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
addaleax pushed a commit to ayojs/ayo that referenced this pull request Aug 28, 2017
Removed the unused arguments of functions defined in
file test/parallel/test-http-parser.js.
PR-URL: nodejs/node#14931
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
MylesBorins pushed a commit that referenced this pull request Sep 10, 2017
Removed the unused arguments of functions defined in
file test/parallel/test-http-parser.js.
PR-URL: #14931
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
@MylesBorinsMylesBorins mentioned this pull request Sep 10, 2017
MylesBorins pushed a commit that referenced this pull request Sep 12, 2017
Removed the unused arguments of functions defined in
file test/parallel/test-http-parser.js.
PR-URL: #14931
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
MylesBorins pushed a commit that referenced this pull request Sep 20, 2017
Removed the unused arguments of functions defined in
file test/parallel/test-http-parser.js.
PR-URL: #14931
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
@MylesBorinsMylesBorins mentioned this pull request Sep 20, 2017
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

httpIssues or PRs related to the http subsystem.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

11 participants

@0xparashar@mscdex@Trott@refack@aqrln@tniessen@jasnell@lpinca@cjihrig@hiroppy@MylesBorins