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

Revert "Fix #330 - Preserve load-list order" #335

Merged
merged 1 commit into from
Sep 22, 2022
Merged

Revert "Fix #330 - Preserve load-list order" #335

merged 1 commit into from
Sep 22, 2022

Conversation

mtreinish
Copy link
Owner

Several issues have been reported about the run order and other odd behavior in running of tests since the 4.0.0 release including a high degree of random failures in stestr CI. #331 is the only likely candidate as to the root cause. In the interest of fixing these issues for people this commit reverts #331.

This revert was already released as part of 4.0.1. Since the main branch adopted black code formatting recently it was easier to do the straight revert on the stable branch first as there was conflicts.

This reverts commit ff25c99.

Several issues have been reported about the run order and other odd
behavior in running of tests since the 4.0.0 release including a high
degree of random failures in stestr CI. #331 is the only likely
candidate as to the root cause. In the interest of fixing these issues
for people this commit reverts #331.

This revert was already released as part of 4.0.1. Since the main branch
adopted `black` code formatting recently it was easier to do the
straight revert on the stable branch first as there was conflicts.

This reverts commit ff25c99.
@codecov-commenter
Copy link

Codecov Report

Merging #335 (4d2a6cc) into main (4578481) will decrease coverage by 0.26%.
The diff coverage is 72.97%.

@@            Coverage Diff             @@
##             main     #335      +/-   ##
==========================================
- Coverage   61.48%   61.21%   -0.27%     
==========================================
  Files          30       30              
  Lines        2630     2617      -13     
  Branches      472      470       -2     
==========================================
- Hits         1617     1602      -15     
- Misses        888      891       +3     
+ Partials      125      124       -1     
Flag Coverage Δ
unittests 61.21% <72.97%> (-0.27%) ⬇️

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

Impacted Files Coverage Δ
stestr/commands/run.py 41.78% <0.00%> (-2.59%) ⬇️
stestr/subunit_runner/program.py 75.49% <76.92%> (-3.22%) ⬇️
stestr/selection.py 92.85% <90.00%> (-0.98%) ⬇️
stestr/commands/load.py 44.20% <100.00%> (-2.33%) ⬇️
stestr/subunit_trace.py 68.79% <100.00%> (+3.00%) ⬆️
stestr/test_processor.py 80.76% <100.00%> (ø)
stestr/testlist.py 80.00% <0.00%> (-10.00%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@mtreinish mtreinish merged commit 01fb398 into main Sep 22, 2022
@mtreinish mtreinish deleted the revert-331 branch September 22, 2022 21:27
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.

2 participants