Skip to content

feat: Add the ability to rerun a test suite until a failure occurs#6397

Merged
rjsparks merged 2 commits intoietf-tools:mainfrom
larseggert:feat-rerun-tests
Sep 29, 2023
Merged

feat: Add the ability to rerun a test suite until a failure occurs#6397
rjsparks merged 2 commits intoietf-tools:mainfrom
larseggert:feat-rerun-tests

Conversation

@larseggert
Copy link
Copy Markdown
Collaborator

More quickly than looping in the shell around a non-zero error code. This only incurs all the setup and scaffolding overheads once.

More quickly than looping in the shell around a non-zero error code.
This only incurs all the setup and scaffolding overheads once.
Comment thread ietf/utils/test_runner.py Outdated
@codecov
Copy link
Copy Markdown

codecov Bot commented Sep 28, 2023

Codecov Report

Merging #6397 (8abbaae) into main (61045d3) will increase coverage by 0.00%.
Report is 2 commits behind head on main.
The diff coverage is 72.22%.

@@           Coverage Diff           @@
##             main    #6397   +/-   ##
=======================================
  Coverage   88.68%   88.69%           
=======================================
  Files         290      290           
  Lines       40421    40431   +10     
=======================================
+ Hits        35848    35860   +12     
+ Misses       4573     4571    -2     
Files Coverage Δ
ietf/doc/views_review.py 95.16% <100.00%> (ø)
ietf/nomcom/views.py 93.01% <100.00%> (+0.36%) ⬆️
ietf/review/utils.py 92.13% <75.00%> (+0.03%) ⬆️
ietf/review/policies.py 97.47% <50.00%> (-1.43%) ⬇️

... and 2 files with indirect coverage changes

@rjsparks rjsparks merged commit e48eb84 into ietf-tools:main Sep 29, 2023
@larseggert larseggert deleted the feat-rerun-tests branch September 29, 2023 19:12
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Oct 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants