Fix race condition bug in test, and show assertion failure values#16037
Fix race condition bug in test, and show assertion failure values#16037kkwoker wants to merge 4 commits intonodejs:masterfrom kkwoker:master
Conversation
There was a problem hiding this comment.
Suggestion: declare promise which is now a scoped var as const.
|
Except for lint error: CI is clean ( |
|
Welcome @kkwoker, and thank you for the contribution 🥇 |
There was a problem hiding this comment.
Nit: I would prefer not to have single lines separated by empty lines for assertions.
|
Hi, thank you for your help! I made the relevant fixes from your suggestions |
|
@kkwoker thank you for following up. P.S. You had some unrelated commits from |
PR-URL: #16037 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>
PR-URL: #16037 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>
PR-URL: nodejs/node#16037 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>
PR-URL: nodejs#16037 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>
Backport-PR-URL: #19447 PR-URL: #16037 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>


Two changes:
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
test