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 #330 - Preserve load-list order #331

Merged
merged 1 commit into from
Aug 31, 2022
Merged

Commits on Aug 17, 2022

  1. Fix mtreinish#330 - Preserve load-list order

    When using `--load-list` to run tests the tests were always run in a
    different order than the one provided in the file, even when the
    `--random` argument was not present:
    
      $ stestr run --serial --load-list failing
    
    This patch preserves the order of the tests from the file when
    `--load-list` is used, and it will only randomize it when `--random` is
    provided:
    
      $ stestr run --serial --random --load-list failing
    Akrog committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    ff25c99 View commit details
    Browse the repository at this point in the history