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

Fix TrackerBase::close children completion check #1673

Merged
merged 2 commits into from
Jun 30, 2019

Conversation

sfranzen
Copy link
Contributor

Description

The function now verifies that all children have completed, instead of only the last. This fixes the section exeuction bug I reported the other day.

GitHub Issues

Fixes #1670.

Now verifies that all children have completed, instead of only the last.
@codecov
Copy link

codecov bot commented Jun 29, 2019

Codecov Report

Merging #1673 into master will not change coverage.
The diff coverage is 100%.

@@           Coverage Diff           @@
##           master    #1673   +/-   ##
=======================================
  Coverage   83.66%   83.66%           
=======================================
  Files         123      123           
  Lines        3403     3403           
=======================================
  Hits         2847     2847           
  Misses        556      556

@codecov
Copy link

codecov bot commented Jun 29, 2019

Codecov Report

Merging #1673 into master will increase coverage by 0.24%.
The diff coverage is 100%.

@@            Coverage Diff            @@
##           master   #1673      +/-   ##
=========================================
+ Coverage   83.66%   83.9%   +0.24%     
=========================================
  Files         123     123              
  Lines        3403    3403              
=========================================
+ Hits         2847    2855       +8     
+ Misses        556     548       -8

@horenmar
Copy link
Member

Thanks for the fix, I added a test for it to prevent later regressions.

@horenmar horenmar merged commit 2c3018a into catchorg:master Jun 30, 2019
@sfranzen sfranzen deleted the fix-sections branch June 30, 2019 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistent behaviour of nested sections
2 participants