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

closes #298: count down latch to be decrease on assertion errors #299

Merged
merged 2 commits into from
Mar 28, 2023

Conversation

ivansenic
Copy link
Contributor

@ivansenic ivansenic commented Mar 27, 2023

What this PR does:
Fixes the count down latch now being decreased on failed asserts.. This will never result in a block..

But the exception would be ignored.. Thus I am thinking what the options are:

  • catch any exception, set to the AtomicReference, after CTL goes to zero iterate over and re-throw any exception?
  • better ideas?

Which issue(s) this PR fixes:
Fixes #298

WARNING: remove serial consistency commit before merging

@ivansenic ivansenic merged commit 00b2475 into main Mar 28, 2023
@ivansenic ivansenic deleted the ise-298-cdl-fix branch March 28, 2023 09:55
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.

Decrease count-down latch on failing concurrency tests
2 participants