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

Add Load Balancing Tests #1707

Merged
merged 12 commits into from
Jun 14, 2021
Merged

Add Load Balancing Tests #1707

merged 12 commits into from
Jun 14, 2021

Conversation

nibanks
Copy link
Member

@nibanks nibanks commented Jun 11, 2021

Adds a load balancing test that uses the test data hooks to load balance connections between multiple listeners. Fixes #1688 too.

@nibanks nibanks added the Area: Testing Related to test coverage label Jun 11, 2021
@nibanks nibanks requested a review from a team as a code owner June 11, 2021 23:07
src/test/bin/quic_gtest.cpp Outdated Show resolved Hide resolved
src/inc/msquic.hpp Outdated Show resolved Hide resolved
uint32_t ResumptionTicketLength = 0;
uint8_t* ResumptionTicket = nullptr;
bool SchannelMode = false; // Only determined on first resumed connection.
ConnLocalAddr.SetPort(33667); // Randomly chosen!
Copy link
Contributor

Choose a reason for hiding this comment

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

Only randomly chosen once, however

@nibanks nibanks merged commit 60b627a into main Jun 14, 2021
@nibanks nibanks deleted the nibanks/lb-test branch June 14, 2021 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Testing Related to test coverage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiple listener resumption test
3 participants