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: Concurrent clients for TokenRouter #1010

Merged
merged 1 commit into from
Aug 24, 2024

Conversation

markmandel
Copy link
Member

What type of PR is this?

Uncomment only one /kind <> line, press enter to put that in a new line, and remove leading whitespace from that line:

/kind breaking
/kind bug

/kind cleanup

/kind documentation
/kind feature

What this PR does / Why we need it:

This is an integration test to ensure that concurrent clients to the same proxy and endpoint didn't mix packets. Could not replicate the reported issue below, but it felt like a good test to have for concurrency testing.

Which issue(s) this PR fixes:

Work on #988

Special notes for your reviewer:

N/A

This is an integration test to ensure that concurrent clients to the
same proxy and endpoint didn't mix packets. Could not replicate the
reported issue below, but it felt like a good test to have for concurrency
testing.

Work on googleforgames#988
@markmandel markmandel added the area/tests Unit tests, integration tests, anything to make sure things don't break label Aug 23, 2024
@github-actions github-actions bot added kind/cleanup Refactoring code, fixing up documentation, etc size/m labels Aug 23, 2024
@quilkin-bot
Copy link
Collaborator

Build Succeeded 🥳

Build Id: 2d62200c-5fac-4c81-a77c-49772f5276ca

The following development images have been built, and will exist for the next 30 days:

To build this version:

git fetch [email protected]:googleforgames/quilkin.git pull/1010/head:pr_1010 && git checkout pr_1010
cargo build

@markmandel markmandel merged commit fdde430 into googleforgames:main Aug 24, 2024
10 checks passed
@markmandel markmandel deleted the test/concurrent-upstream branch December 6, 2024 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tests Unit tests, integration tests, anything to make sure things don't break kind/cleanup Refactoring code, fixing up documentation, etc size/m
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants