Skip to content

Fix TrackerBase::close children completion check#1673

Merged
horenmar merged 2 commits intocatchorg:masterfrom
sfranzen:fix-sections
Jun 30, 2019
Merged

Fix TrackerBase::close children completion check#1673
horenmar merged 2 commits intocatchorg:masterfrom
sfranzen:fix-sections

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

Comments