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,quic: add common/udppair utility for quic #33380

Closed
wants to merge 1 commit into from

Conversation

Copy link
Member

@jasnell jasnell commented May 12, 2020

Extracted from the QUIC PR. This adds a utility used to deterministically test UDP traffic. It is currently only used by the experimental QUIC implementation. Separated out on request to make review easier.

There are no tests here because it has been implemented around the QUIC implementation in that the udp_wrap listener needs to be attached at the c++ level, and outside of QUIC there's nothing we have in core that needs that.

This change has been separated out but should not land until the QUIC PR lands.

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

@jasnell jasnell requested review from sam-github and addaleax May 12, 2020
@nodejs-github-bot nodejs-github-bot added c++ lib / src labels May 12, 2020
@jasnell jasnell changed the title test: add common/udppair utility test,quic: add common/udppair utility for quic May 12, 2020
@jasnell jasnell added the quic label May 12, 2020
src/js_udp_wrap.cc Outdated Show resolved Hide resolved
aks-
aks- approved these changes May 13, 2020
@nodejs-github-bot
Copy link
Contributor

@nodejs-github-bot nodejs-github-bot commented May 23, 2020

@BridgeAR BridgeAR added the blocked label May 23, 2020
@BridgeAR BridgeAR force-pushed the master branch 2 times, most recently from 8ae28ff to 2935f72 Compare May 31, 2020
Extracted from the QUIC PR. This adds a utility used to
deterministically test UDP traffic. It is currently only
used by the experimental QUIC implementation. Separated
out on request to make review easier.
@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot
Copy link
Contributor

@nodejs-github-bot nodejs-github-bot commented Jun 15, 2020

@nodejs-github-bot
Copy link
Contributor

@nodejs-github-bot nodejs-github-bot commented Jun 16, 2020

@jasnell jasnell removed the blocked label Jun 16, 2020
jasnell added a commit that referenced this issue Jun 16, 2020
Extracted from the QUIC PR. This adds a utility used to
deterministically test UDP traffic. It is currently only
used by the experimental QUIC implementation. Separated
out on request to make review easier.

PR-URL: #33380
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
@jasnell
Copy link
Member Author

@jasnell jasnell commented Jun 16, 2020

Landed in a808cb7

@jasnell jasnell closed this Jun 16, 2020
codebytere pushed a commit that referenced this issue Jun 18, 2020
Extracted from the QUIC PR. This adds a utility used to
deterministically test UDP traffic. It is currently only
used by the experimental QUIC implementation. Separated
out on request to make review easier.

PR-URL: #33380
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
@codebytere codebytere mentioned this pull request Jun 28, 2020
codebytere pushed a commit that referenced this issue Jun 30, 2020
Extracted from the QUIC PR. This adds a utility used to
deterministically test UDP traffic. It is currently only
used by the experimental QUIC implementation. Separated
out on request to make review easier.

PR-URL: #33380
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
addaleax pushed a commit that referenced this issue Sep 26, 2020
Extracted from the QUIC PR. This adds a utility used to
deterministically test UDP traffic. It is currently only
used by the experimental QUIC implementation. Separated
out on request to make review easier.

PR-URL: #33380
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
@codebytere codebytere added dont-land-on-v14.x dont-land-on-v12.x labels Sep 27, 2020
@codebytere codebytere mentioned this pull request Sep 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ dont-land-on-v12.x dont-land-on-v14.x lib / src quic
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants