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

[MM-57843] Use official client for load-testing #697

Merged
merged 3 commits into from
Apr 16, 2024
Merged

[MM-57843] Use official client for load-testing #697

merged 3 commits into from
Apr 16, 2024

Conversation

streamer45
Copy link
Collaborator

Summary

As a result of mattermost/rtcd#134, we can now use the official Golang client in our load-test implementation instead of a custom one.

Ticket Link

https://mattermost.atlassian.net/browse/MM-57843

@streamer45 streamer45 added 2: Dev Review Requires review by a core committer Do Not Merge/Awaiting PR Awaiting another pull request before merging (e.g. server changes) labels Apr 15, 2024
@streamer45 streamer45 requested a review from cpoile April 15, 2024 18:40
@streamer45 streamer45 self-assigned this Apr 15, 2024
Comment on lines -53 to -57
stopCh := make(chan struct{})
var wg sync.WaitGroup
wg.Add(2)

userA := client.NewUser(client.Config{
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Unrelated but this wasn't really useful anymore since you implemented the scripting logic.

Copy link
Member

@cpoile cpoile left a comment

Choose a reason for hiding this comment

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

Nice!

@streamer45 streamer45 added 3: Reviews Complete All reviewers have approved the pull request and removed 2: Dev Review Requires review by a core committer labels Apr 15, 2024
@streamer45 streamer45 added this to the v0.27.0 / MM 9.9 milestone Apr 16, 2024
@streamer45 streamer45 removed the Do Not Merge/Awaiting PR Awaiting another pull request before merging (e.g. server changes) label Apr 16, 2024
@streamer45 streamer45 merged commit dcaf7b3 into main Apr 16, 2024
7 checks passed
@streamer45 streamer45 deleted the MM-57843 branch April 16, 2024 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3: Reviews Complete All reviewers have approved the pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants