Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: add common.crashOnUnhandledRejection() #17212

Closed
wants to merge 1 commit into from

Conversation

Scya597
Copy link
Contributor

@Scya597 Scya597 commented Nov 22, 2017

also add comment in test/parallel/test-http2-client-promisify-connect.js

Checklist
Affected core subsystem(s)

also add comment in test/parallel/test-http2-client-promisify-connect.js
@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Nov 22, 2017
@@ -1,6 +1,10 @@
'use strict';

const common = require('../common');
common.crashOnUnhandledRejection();

// Crash the process on unhandled rejections.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think that this comment is necessary, can you please remove it

@MylesBorins MylesBorins added the code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. label Nov 22, 2017
@mscdex mscdex added the http2 Issues or PRs related to the http2 subsystem. label Nov 22, 2017
Copy link
Contributor

@cjihrig cjihrig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with comment removed.

@jasnell
Copy link
Member

jasnell commented Nov 22, 2017

@jasnell
Copy link
Member

jasnell commented Nov 22, 2017

CI failure on alpine linux appears unrelated.

@jasnell
Copy link
Member

jasnell commented Nov 22, 2017

I'll be fixing @MylesBorins' nit on landing.

@jasnell jasnell dismissed MylesBorins’s stale review November 22, 2017 19:50

Fixing this on landing

jasnell pushed a commit that referenced this pull request Nov 22, 2017
PR-URL: #17212
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
@jasnell
Copy link
Member

jasnell commented Nov 22, 2017

Landed in f7c8d23 with the comment removed and commit message slightly updated.

@jasnell jasnell closed this Nov 22, 2017
MylesBorins pushed a commit that referenced this pull request Dec 12, 2017
PR-URL: #17212
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
MylesBorins pushed a commit that referenced this pull request Dec 12, 2017
PR-URL: #17212
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
@MylesBorins MylesBorins mentioned this pull request Dec 12, 2017
gibfahn pushed a commit that referenced this pull request Dec 19, 2017
PR-URL: #17212
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
@gibfahn gibfahn mentioned this pull request Dec 20, 2017
gibfahn pushed a commit that referenced this pull request Dec 20, 2017
PR-URL: #17212
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
@gibfahn gibfahn mentioned this pull request Dec 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. http2 Issues or PRs related to the http2 subsystem. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants