Skip to content

FIX soft-lock for equality (draft) #8

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tomMoral
Copy link
Owner

In the current implementation, the equality in the soft locks can cause some deadlocking as they are not properly resolved.
This PR is an intent to fix this but not working yet....

@codecov
Copy link

codecov bot commented Jan 29, 2021

Codecov Report

Merging #8 (7f9692c) into master (53b0520) will decrease coverage by 0.01%.
The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #8      +/-   ##
==========================================
- Coverage   74.07%   74.05%   -0.02%     
==========================================
  Files          40       40              
  Lines        2565     2567       +2     
==========================================
+ Hits         1900     1901       +1     
- Misses        665      666       +1     
Flag Coverage Δ
unittests 74.05% <50.00%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
dicodile/workers/dicod_worker.py 93.30% <50.00%> (-0.18%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 53b0520...7f9692c. Read the comment docs.

Base automatically changed from master to main February 19, 2021 13:05
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.

1 participant