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

Retry tests #3229

Merged
merged 13 commits into from
May 23, 2024
Merged

Retry tests #3229

merged 13 commits into from
May 23, 2024

Commits on May 22, 2024

  1. retry tests

    leej3 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    0d600fa View commit details
    Browse the repository at this point in the history
  2. retry with pytest last failed logic

    greatly speeds up reruns of tests as only previously failed tests are
    rerun.
    
    define pytest cachedir for each pytest invocation to prevent interaction
    between different selections of tests.
    
    protect against exit code of 5 when a previous pytest invocation
    had no failed tests which results in all tests being deselected.
    
    use eval to avoid issues with the -k and -m expansions.
    leej3 authored and leej3 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    447256a View commit details
    Browse the repository at this point in the history
  3. fix string parsing

    leej3 authored and leej3 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    50523aa View commit details
    Browse the repository at this point in the history
  4. tidy test scripts

    leej3 authored and leej3 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d827530 View commit details
    Browse the repository at this point in the history
  5. fix bugs

    leej3 authored and leej3 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    30be8f8 View commit details
    Browse the repository at this point in the history
  6. fix distrib tests

    leej3 authored and leej3 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    69fcf3d View commit details
    Browse the repository at this point in the history
  7. expand retry usage

    leej3 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    f9c6407 View commit details
    Browse the repository at this point in the history
  8. set correct root dir

    leej3 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d518be0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c8de5eb View commit details
    Browse the repository at this point in the history
  10. interpret sigterm as sigint

    leej3 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    57dfb63 View commit details
    Browse the repository at this point in the history
  11. adjust timeouts

    leej3 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    0fa13cc View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    15acf1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    043e85b View commit details
    Browse the repository at this point in the history