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

Make the library thread safe #39

Merged
merged 1 commit into from
Mar 29, 2021

Conversation

NefixEstrada
Copy link
Contributor

@NefixEstrada NefixEstrada commented Mar 28, 2021

This commit makes the library thread safe by adding a local sync.Mutex
in the mock client and implementing all themock.Mock methods that use
the internal (and not published) sync.Mutex

Before this commit, all the tests run with the -race flag using this
library would fail

Signed-off-by: Néfix Estrada nefixestrada@gmail.com


This change is Reviewable

This commit makes the library thread safe by adding a local `sync.Mutex`
in the mock client and implementing all the`mock.Mock` methods that use
the internal (and not published) `sync.Mutex`

Before this commit, all the tests run with the `-race` flag using this
library would fail

Signed-off-by: Néfix Estrada <nefixestrada@gmail.com>
@elliotchance elliotchance merged commit 41715b7 into elliotchance:master Mar 29, 2021
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.

None yet

2 participants