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

Dont use static fields to keep track of locks #43

Merged
merged 1 commit into from
Jul 31, 2023

Conversation

Spacefish
Copy link
Contributor

This is to increase separation between multiple instances of the Memory Storage during Unit Tests which execute in parallel.

…urn the same conenction instance when calling GetConnection() in MemoryStorage
@perrich
Copy link
Owner

perrich commented Jul 31, 2023

Static removing looks good. Thanks

@perrich perrich merged commit 25b5c2e into perrich:master Jul 31, 2023
1 check passed
@agehrke
Copy link

agehrke commented Feb 23, 2024

Great change! I actually need this to run concurrent tests of a Host using Hangfire. Getting DistributedLockTimeoutException at the moment. Any chance you could release this, @perrich?

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.

3 participants