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

Add EnableThreadSafetyChecks support and Enable it for all test #15961

Merged
merged 1 commit into from
May 3, 2024

Conversation

MikeAlhayek
Copy link
Member

With the release of YesSQL 5.0, a new option was added EnableThreadSafetyChecks to detect any concurrent issue and throw an exception.

With this PR, anyone can enable it on their project to debug a specific issue. Also, in OC I enabled it by default in all tests so we test against concurrent issues

@sebastienros
Copy link
Member

Would be nice to create a PR with the problem to see if we can repro it. Like registering the Session as a singleton?

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