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: enhances AWS handler test for goroutine safety #317

Merged
merged 2 commits into from
Feb 10, 2025

Conversation

mathetake
Copy link
Member

Commit Message

This modifies the aws handler test so that we can
ensure the concurrency safety because the
handler is called from multiple goroutines.

Related Issues/PRs (if applicable)

Closes #304

Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
@mathetake mathetake changed the title Concurrentissues test: enhances AWS handler test for goroutine safety Feb 10, 2025
@mathetake mathetake marked this pull request as ready for review February 10, 2025 18:42
@mathetake mathetake requested a review from a team as a code owner February 10, 2025 18:42
@mathetake mathetake merged commit 3333671 into main Feb 10, 2025
19 checks passed
@mathetake mathetake deleted the concurrentissues branch February 10, 2025 18:43
daixiang0 pushed a commit to daixiang0/ai-gateway that referenced this pull request Feb 19, 2025
**Commit Message**

This modifies the aws handler test so that we can
ensure the concurrency safety because the 
handler is called from multiple goroutines.

**Related Issues/PRs (if applicable)**

Closes envoyproxy#304

---------

Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
Signed-off-by: Loong <long0dai@foxmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

test: add concurrency test for AWS Signing handler
1 participant