FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: add test case to test-http-response-statuscode.js by hiroppy · Pull Request #10808 · nodejs/node · GitHub

/ node Public

test: add test case to test-http-response-statuscode.js - #10808

Closed
hiroppy wants to merge 1 commit into
nodejs:masterfrom
hiroppy:feature/improve-test-http-response-statuscode
Closed

test: add test case to test-http-response-statuscode.js#10808
hiroppy wants to merge 1 commit into
nodejs:masterfrom
hiroppy:feature/improve-test-http-response-statuscode

Conversation

hiroppy commented Jan 14, 2017

Copy link
Copy Markdown
Member

Change regular expression of error message.
Add test case(res.writeHead()).

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

test

Change regular expression of error message.
Add test case(`res.writeHead()`).
nodejs-github-bot added test Issues and PRs related to the tests. dont-land-on-v7.x labels Jan 14, 2017
mscdex added http Issues or PRs related to the http subsystem. and removed dont-land-on-v7.x labels Jan 14, 2017

mscdex commented Jan 14, 2017

Copy link
Copy Markdown
Contributor

hiroppy commented Jan 15, 2017

Copy link
Copy Markdown
Member Author
Finished Build : #5922 of Job : node-test-binary-windows with status : FAILURE

hmm... I don't understand the cause.

gibfahn commented Jan 15, 2017
edited
Loading

Copy link
Copy Markdown
Member

@abouthiroppy looks like a machine went offline (or a network problem) during the build. The test you changed passed, so almost certainly unrelated.

CI 2: https://ci.nodejs.org/job/node-test-commit/7248/

EDIT: CI 2 was green

Failure:

https://ci.nodejs.org/job/node-test-binary-windows/5922/RUN_SUBSET=1,VS_VERSION=vs2015,label=win2008r2/console

ok 231 parallel/test-stream-pipe-await-drain-manual-resume
  ---
  duration_ms: 0.250
  ...
FATAL: command execution failed
hudson.remoting.ChannelClosedException: channel is already closed
	...
Caused by: java.io.IOException: Connection aborted: org.jenkinsci.remoting.nio.NioChannelHub$MonoNioTransport@17c7fdc0[name=Channel to /104.239.231.190]
	...
Caused by: java.io.IOException: Connection timed out
	...
	... 6 more

hiroppy commented Jan 15, 2017

Copy link
Copy Markdown
Member Author

@gibfahn Ah, I see. Thanks for running CI again.

cjihrig left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM

jasnell pushed a commit that referenced this pull request Jan 16, 2017
Change regular expression of error message.
Add test case(`res.writeHead()`).

PR-URL: #10808
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>

jasnell commented Jan 16, 2017

Copy link
Copy Markdown
Member

Landed in e5eae97

jasnell closed this Jan 16, 2017
hiroppy deleted the feature/improve-test-http-response-statuscode branch January 17, 2017 13:50
hiroppy mentioned this pull request Jan 17, 2017
3 tasks
italoacasas pushed a commit to italoacasas/node that referenced this pull request Jan 18, 2017
Change regular expression of error message.
Add test case(`res.writeHead()`).

PR-URL: nodejs#10808
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
italoacasas pushed a commit to italoacasas/node that referenced this pull request Jan 23, 2017
Change regular expression of error message.
Add test case(`res.writeHead()`).

PR-URL: nodejs#10808
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
targos pushed a commit that referenced this pull request Jan 28, 2017
Change regular expression of error message.
Add test case(`res.writeHead()`).

PR-URL: #10808
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
italoacasas mentioned this pull request Jan 29, 2017
italoacasas pushed a commit to italoacasas/node that referenced this pull request Jan 30, 2017
Change regular expression of error message.
Add test case(`res.writeHead()`).

PR-URL: nodejs#10808
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
italoacasas pushed a commit to italoacasas/node that referenced this pull request Jan 30, 2017
Change regular expression of error message.
Add test case(`res.writeHead()`).

PR-URL: nodejs#10808
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
jasnell pushed a commit that referenced this pull request Mar 8, 2017
Change regular expression of error message.
Add test case(`res.writeHead()`).

PR-URL: #10808
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>

jasnell commented Mar 8, 2017

Copy link
Copy Markdown
Member

Landed in v6. A backport PR would be required for this to land in v4

MylesBorins pushed a commit that referenced this pull request Mar 9, 2017
Change regular expression of error message.
Add test case(`res.writeHead()`).

PR-URL: #10808
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
MylesBorins mentioned this pull request Mar 9, 2017
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

http Issues or PRs related to the http subsystem. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants


Back | FazBrowse Home | New Git URL