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: hasCrypto https-server-keep-alive-timeout #13253

Closed

Conversation

danbev
Copy link
Contributor

@danbev danbev commented May 27, 2017

Currently this test will fail with the following error message when
configured --without-ssl:

Error: Node.js is not compiled with openssl crypto support

This commit checks for crypto and skips this tests if such support
is not available.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Currently this test will fail with the following error message when
configured --without-ssl:
Error: Node.js is not compiled with openssl crypto support

This commit checks for crypto and skips this tests if such support
is not available.
@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label May 27, 2017
@danbev
Copy link
Contributor Author

danbev commented May 27, 2017

Copy link
Member

@Trott Trott left a comment

Choose a reason for hiding this comment

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

LGTM if CI is green

@mscdex mscdex added the https Issues or PRs related to the https subsystem. label May 27, 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. It seems like you've been identifying a number of these recently. Is it possible for you to update any remaining ones in a single PR?

EDIT: Or are these only in new tests?

@danbev
Copy link
Contributor Author

danbev commented May 28, 2017

EDIT: Or are these only in new tests?

Yeah, I'm trying to fix them as I find them, for example this is the only one failing at the moment (or was yesterday). Hopefully soon these issues will be discovered up by the CI server and can be fixed in the PRs that introduce them and these kind of PRs won't be needed.

danbev added a commit to danbev/node that referenced this pull request May 29, 2017
Currently this test will fail with the following error message when
configured --without-ssl:
Error: Node.js is not compiled with openssl crypto support

This commit checks for crypto and skips this tests if such support
is not available.

PR-URL: nodejs#13253
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
@danbev
Copy link
Contributor Author

danbev commented May 29, 2017

Landed in 1091327

@danbev danbev closed this May 29, 2017
@danbev danbev deleted the hasCrypto-https-server-keep-alive-timeout branch May 29, 2017 16:58
jasnell pushed a commit that referenced this pull request Jun 5, 2017
Currently this test will fail with the following error message when
configured --without-ssl:
Error: Node.js is not compiled with openssl crypto support

This commit checks for crypto and skips this tests if such support
is not available.

PR-URL: #13253
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
@jasnell jasnell mentioned this pull request Jun 5, 2017
@gibfahn gibfahn mentioned this pull request Jun 15, 2017
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
https Issues or PRs related to the https subsystem. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants