Skip to content

test: converting NghttpError to string in HTTP2 module - #27506

Closed
rpgeeganage wants to merge 1 commit into
nodejs:masterfrom
rpgeeganage:test_http2_ng_http_error_to_string
Closed

test: converting NghttpError to string in HTTP2 module#27506
rpgeeganage wants to merge 1 commit into
nodejs:masterfrom
rpgeeganage:test_http2_ng_http_error_to_string

Conversation

@rpgeeganage

Copy link
Copy Markdown
Contributor

This unit test is for converting NghttpError instance to string using toString() function in NghttpError class

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Apr 30, 2019
Comment threadtest/parallel/test-http2-util-nghttp2error.js
@rpgeeganage

Copy link
Copy Markdown
ContributorAuthor

@BridgeAR , do you think this test case is valid?

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@ZYSzysZYSzys added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 4, 2019
@ZYSzys

Copy link
Copy Markdown
Member

Landed in eda4d3c 🎉.

@ZYSzysZYSzys closed this May 4, 2019
ZYSzys pushed a commit that referenced this pull request May 4, 2019
PR-URL: #27506
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
targos pushed a commit that referenced this pull request May 5, 2019
PR-URL: #27506
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@targostargos mentioned this pull request May 6, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@rpgeeganage@nodejs-github-bot@ZYSzys@Trott@BridgeAR