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

Fixed race condition in test_value.py #218

Merged
merged 2 commits into from Jan 27, 2017
Merged

Fixed race condition in test_value.py #218

merged 2 commits into from Jan 27, 2017

Conversation

apollo13
Copy link
Contributor

x.notify was set to late, the executing thread did already finish
processing the events.

x.notify was set to late, the executing thread did already finish
processing the events.
@codecov-io
Copy link

codecov-io commented Jan 27, 2017

Current coverage is 78.02% (diff: 100%)

Merging #218 into master will increase coverage by 0.04%

@@             master       #218   diff @@
==========================================
  Files            80         80          
  Lines          6657       6657          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           5191       5194     +3   
+ Misses         1466       1463     -3   
  Partials          0          0          

Powered by Codecov. Last update 7443fb9...0f19300

@apollo13 apollo13 merged commit ebc2e4a into master Jan 27, 2017
@apollo13 apollo13 deleted the fixed_threading branch January 27, 2017 21:02
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

4 participants