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 tls early data (0-RTT) regression test #31811

Closed
wants to merge 2 commits into from

Conversation

bnoordhuis
Copy link
Member

This way we'll know if and when the behavior changes. Right now, early
data should not be sent because Node's built-in TLS server doesn't
support it.

Refs: #31802 (comment)

@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Feb 15, 2020
@bnoordhuis bnoordhuis changed the title test: add tls early data regression test test: add tls early data (0-RTT) regression test Feb 15, 2020
@nodejs-github-bot
Copy link
Collaborator

@bnoordhuis bnoordhuis added the tls Issues and PRs related to the tls subsystem. label Feb 15, 2020
@@ -0,0 +1,77 @@
'use strict';
const common = require('../common');

Copy link
Member

Choose a reason for hiding this comment

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

A comment briefly explaining the intent of the test would be good here.

This way we'll know if and when the behavior changes. Right now, early
data should not be sent because Node's built-in TLS server doesn't
support it.

Refs: nodejs#31802 (comment)
@nodejs-github-bot
Copy link
Collaborator

@bnoordhuis
Copy link
Member Author

I'm abandoning this PR. The test has wildly different behavior across machines, for no good reason that I can see, and I don't feel like sinking hours into debugging it.

@bnoordhuis bnoordhuis closed this Feb 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Issues and PRs related to the tests. tls Issues and PRs related to the tls subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants