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

Linearizability support additionally to sequential consistency #33

Merged
merged 1 commit into from
Apr 1, 2020

Conversation

ndkoval
Copy link
Collaborator

@ndkoval ndkoval commented Mar 31, 2020

Although lincheck is called lincheck, it was able to test only for sequential consistency (or weaker guarantees) so far. This pull request adds linearizability support by adding additional synchronization between threads from time to time and taking it into account during the verification phase.

@ndkoval ndkoval requested a review from SokolovaMaria March 31, 2020 20:14
@ndkoval ndkoval merged commit 4e38731 into develop Apr 1, 2020
@ndkoval ndkoval deleted the linearizability branch October 1, 2020 10:58
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.

2 participants