Skip to content

Conversation

@Trott
Copy link
Member

With a recent OpenSSL update to core, a change in the behavior of
s_client result in pummel test failures because they spam with
renegotiation requests before the renegotiation is complete. Modify
tests to reduce initial spamming.

This fixes the TLS renegotiation test. While it fixes the bug in the
HTTPS test too, that is still failing with the OpenSSL update for other
(too-be-determined) reasons.

Refs: #25381 (comment)

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

With a recent OpenSSL update to core, a change in the behavior of `s_client` result in pummel test failures because they spam with renegotiation requests before the renegotiation is complete. Modify tests to reduce initial spamming. This fixes the TLS renegotiation test. While it fixes the bug in the HTTPS test too, that is still failing with the OpenSSL update for other (too-be-determined) reasons. Refs: nodejs#25381 (comment)
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Jan 23, 2019
@TrottTrott mentioned this pull request Jan 23, 2019
4 tasks
@Trott
Copy link
MemberAuthor

(Pummel tests not run in regular CI so lite test should be sufficient.)

@TrottTrott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jan 24, 2019
@Trott
Copy link
MemberAuthor

Closing in favor of #25700 and #25720. (Those both need reviews, so feel free to head over there to get them landed and get the pummel test suite green again.)

@TrottTrott closed this Jan 26, 2019
@TrottTrott deleted the fix-ish branch January 13, 2022 22:50
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@Trott@nodejs-github-bot@sam-github