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

chore(ci): replace toxiproxy client dep #2593

Merged
merged 2 commits into from
Aug 11, 2023
Merged

chore(ci): replace toxiproxy client dep #2593

merged 2 commits into from
Aug 11, 2023

Conversation

dnwe
Copy link
Collaborator

@dnwe dnwe commented Aug 11, 2023

The v2.5.0 client implementation happens to have a resource leak, and pulling in HEAD notably carries a large number of transitive dependencies that we don't really want to track in our go.mod just for FVT purposes. Therefore, knock up a minimal implementation of an http client for toxiproxy to satisfy our usage.

@dnwe dnwe force-pushed the dnwe/toxiproxy branch 5 times, most recently from af70b45 to 4e646db Compare August 11, 2023 11:44
@dnwe dnwe marked this pull request as ready for review August 11, 2023 12:46
The v2.5.0 client implementation happens to have a resource leak, and
pulling in HEAD notably carries a large number of transitive
dependencies that we don't really want to track in our go.mod just for
FVT purposes. Therefore, knock up a minimal implementation of an http
client for toxiproxy to satisfy our usage.

Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
@dnwe dnwe merged commit a5b6e6a into main Aug 11, 2023
12 checks passed
@dnwe dnwe deleted the dnwe/toxiproxy branch August 11, 2023 15:01
@dnwe dnwe added the ci label Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant