test: improve test-stream2-large-read-stall#10725
test: improve test-stream2-large-read-stall#10725stefanjudis wants to merge 1 commit intonodejs:masterfrom stefanjudis:feature/change-var-to-const
Conversation
|
Hmm... Can I help with the failing build somehow?
|
|
@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/ |
|
Nope, that was just a oopsie on my part. I forgot to check a checkbox... thanks for restarting @Trott |
|
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. :) |
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. |
|
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 )
|
@italoacasas done. |
|
Landed c685638 thanks @stefanjudis |
* 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 <[email protected]> Reviewed-By: Italo A. Casas <[email protected]>
* 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 <[email protected]> Reviewed-By: Italo A. Casas <[email protected]>
* 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 <[email protected]> Reviewed-By: Italo A. Casas <[email protected]>
* 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 <[email protected]> Reviewed-By: Italo A. Casas <[email protected]>
* 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 <[email protected]> Reviewed-By: Italo A. Casas <[email protected]>
* 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 <[email protected]> Reviewed-By: Italo A. Casas <[email protected]>
* 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 <[email protected]> Reviewed-By: Italo A. Casas <[email protected]>
* 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 <[email protected]> Reviewed-By: Italo A. Casas <[email protected]>
* 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 <[email protected]> Reviewed-By: Italo A. Casas <[email protected]>
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)