test: Update test-http-response-status-message to use countdown timer#17326
Closed
daxlab wants to merge 1 commit intonodejs:masterfrom
Closed
test: Update test-http-response-status-message to use countdown timer#17326daxlab wants to merge 1 commit intonodejs:masterfrom
daxlab wants to merge 1 commit intonodejs:masterfrom
Conversation
57f3420 to
3e476cc
Compare
maclover7
approved these changes
Nov 26, 2017
Member
|
If I'm not mistaken, this and the other should be "Refs" for that issue and not "Fixes". |
Contributor
jasnell
approved these changes
Dec 5, 2017
Contributor
3 tasks
apapirovski
reviewed
Dec 8, 2017
Contributor
apapirovski
left a comment
There was a problem hiding this comment.
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!
BridgeAR
approved these changes
Dec 10, 2017
Member
BridgeAR
left a comment
There was a problem hiding this comment.
LGTM but it would be good to get the suggestion from @apapirovski in as well.
Contributor
|
ping @daxlab |
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 <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
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 <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
evanlucas
pushed a commit
that referenced
this pull request
Jan 30, 2018
PR-URL: #17326 Refs: #17169 Reviewed-By: Jon Moss <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
MylesBorins
pushed a commit
that referenced
this pull request
Feb 27, 2018
PR-URL: #17326 Refs: #17169 Reviewed-By: Jon Moss <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
MylesBorins
pushed a commit
that referenced
this pull request
Feb 27, 2018
PR-URL: #17326 Refs: #17169 Reviewed-By: Jon Moss <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
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 <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refs: #17169
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)