Skip to content

test: Update test-http-response-status-message to use countdown timer - #17326

Closed
daxlab wants to merge 1 commit into
nodejs:masterfrom
daxlab:test-http-response-status-message
Closed

test: Update test-http-response-status-message to use countdown timer#17326
daxlab wants to merge 1 commit into
nodejs:masterfrom
daxlab:test-http-response-status-message

Conversation

@daxlab

@daxlabdaxlab commented Nov 26, 2017

Copy link
Copy Markdown
Contributor

Refs: #17169

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Nov 26, 2017
@daxlab
daxlabforce-pushed the test-http-response-status-message branch from 57f3420 to 3e476ccCompareNovember 26, 2017 17:51
@mscdexmscdex added the http Issues or PRs related to the http subsystem. label Nov 26, 2017
@Trott

Copy link
Copy Markdown
Member

If I'm not mistaken, this and the other should be "Refs" for that issue and not "Fixes".

@maclover7

Copy link
Copy Markdown
Contributor

@maclover7maclover7 added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Dec 5, 2017
@maclover7

Copy link
Copy Markdown
Contributor

@apapirovskiapapirovski 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.

Hi @daxlab — thanks for taking this on! This is a good start but right now this test is still not using Countdown to its full potential. Instead of passing around testCaseIndex, we could just use testCases.length - countdown.remaining for the index and the check for runTest could be countdown.remaining > 0.

Let me know if you have any questions!

@apapirovskiapapirovski reopened this Dec 8, 2017
@apapirovskiapapirovski removed the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Dec 9, 2017

@BridgeARBridgeAR 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.

LGTM but it would be good to get the suggestion from @apapirovski in as well.

@maclover7maclover7 added the wip Issues and PRs that are still a work in progress. label Dec 11, 2017
@maclover7

Copy link
Copy Markdown
Contributor

ping @daxlab

@BridgeARBridgeAR added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. and removed wip Issues and PRs that are still a work in progress. labels Jan 19, 2018
BridgeAR pushed a commit to BridgeAR/node that referenced this pull request Jan 21, 2018
PR-URL: nodejs#17326
Refs: nodejs#17169
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@BridgeAR

Copy link
Copy Markdown
Member

Landed in 7d2b08a

evanlucas pushed a commit that referenced this pull request Jan 30, 2018
PR-URL: #17326
Refs: #17169
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@evanlucasevanlucas mentioned this pull request Jan 30, 2018
evanlucas pushed a commit that referenced this pull request Jan 30, 2018
PR-URL: #17326
Refs: #17169
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
MylesBorins pushed a commit that referenced this pull request Feb 27, 2018
PR-URL: #17326
Refs: #17169
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
MylesBorins pushed a commit that referenced this pull request Feb 27, 2018
PR-URL: #17326
Refs: #17169
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This was referenced Feb 27, 2018
MayaLekova pushed a commit to MayaLekova/node that referenced this pull request May 8, 2018
PR-URL: nodejs#17326
Refs: nodejs#17169
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
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.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.

9 participants

@daxlab@Trott@maclover7@BridgeAR@apapirovski@jasnell@mscdex@MylesBorins@nodejs-github-bot