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

test: improve test-stream2-large-read-stall by stefanjudis · Pull Request #10725 · nodejs/node · GitHub

/ node Public

test: improve test-stream2-large-read-stall - #10725

Closed
stefanjudis wants to merge 1 commit into
nodejs:masterfrom
stefanjudis:feature/change-var-to-const
Closed

test: improve test-stream2-large-read-stall#10725
stefanjudis wants to merge 1 commit into
nodejs:masterfrom
stefanjudis:feature/change-var-to-const

Conversation

stefanjudis commented Jan 10, 2017
edited
Loading

Copy link
Copy Markdown
Contributor
  • use const instead of var
  • use assert.strictEqual instead of assert.equal
  • use common.mustCall instead of process.on( 'exit', fn )
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)

nodejs-github-bot added test Issues and PRs related to the tests. dont-land-on-v7.x labels Jan 10, 2017
mscdex added stream Issues and PRs related to the stream subsystem. and removed dont-land-on-v7.x labels Jan 10, 2017

Copy link
Copy Markdown

Copy link
Copy Markdown
Contributor Author

Hmm... Can I help with the failing build somehow?

make -j4 test succeeds on my machine. :(

Trott commented Jan 10, 2017

Copy link
Copy Markdown
Member

@stefanjudis Looks like the problem is the all-important CERTIFY_SAFE checkbox was not checked when the CI job was kicked off. So, yeah, nothing to worry about. Let's just try again.

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

jasnell commented Jan 10, 2017

Copy link
Copy Markdown
Member

Nope, that was just a oopsie on my part. I forgot to check a checkbox... thanks for restarting @Trott

Copy link
Copy Markdown
Contributor Author

Cool. Thx. 🎉

Can you point me to some info on node's CI infrastructure? I've got no clue what checkbox you're talking about. :)

Trott commented Jan 10, 2017

Copy link
Copy Markdown
Member

Can you point me to some info on node's CI infrastructure? I've got no clue what checkbox you're talking about. :)

You won't be able to see the checkbox without a login on the CI infrastructure, but if you are intensely curious, you can read the docs near the end of the Reviewing PRs section of the onboarding doc.

Copy link
Copy Markdown

ping @stefanjudis can you rebase please

* use const instead of var
* use assert.strictEqual instead of assert.equal
* use  common.mustCall instead of process.on( 'exit', fn )

Copy link
Copy Markdown
Contributor Author

@italoacasas done.

Copy link
Copy Markdown

Landed c685638

thanks @stefanjudis

italoacasas pushed a commit that referenced this pull request Jan 16, 2017
* use const instead of var
* use assert.strictEqual instead of assert.equal
* use  common.mustCall instead of process.on( 'exit', fn )

PR-URL: #10725
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
stefanjudis deleted the feature/change-var-to-const branch January 16, 2017 22:12
italoacasas pushed a commit to italoacasas/node that referenced this pull request Jan 18, 2017
* use const instead of var
* use assert.strictEqual instead of assert.equal
* use  common.mustCall instead of process.on( 'exit', fn )

PR-URL: nodejs#10725
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
targos pushed a commit that referenced this pull request Jan 28, 2017
* use const instead of var
* use assert.strictEqual instead of assert.equal
* use  common.mustCall instead of process.on( 'exit', fn )

PR-URL: #10725
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
italoacasas mentioned this pull request Jan 29, 2017
italoacasas pushed a commit to italoacasas/node that referenced this pull request Jan 30, 2017
* use const instead of var
* use assert.strictEqual instead of assert.equal
* use  common.mustCall instead of process.on( 'exit', fn )

PR-URL: nodejs#10725
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
italoacasas pushed a commit to italoacasas/node that referenced this pull request Jan 30, 2017
* use const instead of var
* use assert.strictEqual instead of assert.equal
* use  common.mustCall instead of process.on( 'exit', fn )

PR-URL: nodejs#10725
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
jasnell pushed a commit that referenced this pull request Mar 8, 2017
* use const instead of var
* use assert.strictEqual instead of assert.equal
* use  common.mustCall instead of process.on( 'exit', fn )

PR-URL: #10725
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
jasnell pushed a commit that referenced this pull request Mar 8, 2017
* use const instead of var
* use assert.strictEqual instead of assert.equal
* use  common.mustCall instead of process.on( 'exit', fn )

PR-URL: #10725
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
MylesBorins pushed a commit that referenced this pull request Mar 9, 2017
* use const instead of var
* use assert.strictEqual instead of assert.equal
* use  common.mustCall instead of process.on( 'exit', fn )

PR-URL: #10725
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
MylesBorins mentioned this pull request Mar 9, 2017
MylesBorins pushed a commit that referenced this pull request Mar 9, 2017
* use const instead of var
* use assert.strictEqual instead of assert.equal
* use  common.mustCall instead of process.on( 'exit', fn )

PR-URL: #10725
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.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

stream Issues and PRs related to the stream subsystem. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL