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

Clean case directory during preparation step #176

Merged
merged 2 commits into from
Jan 18, 2024

Commits on Jan 18, 2024

  1. Clean case directory during preparation step

    * Cleaning directory is crutial to avoid unexpected uptest behavior when
    the cases are changing between uptest run
    * The cases contents can change during the uptest version upgrade
      and when we use `--skip-delete` option
    * Without this change the uptest behavior is confusing the user, e.g.
      the `--skip-delete` option does not effectively work after the
      standard run because `03-delete.yaml` case is not getting removed from
      the case directory
    
    Signed-off-by: Yury Tsarev <[email protected]>
    ytsarev committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    220ac54 View commit details
    Browse the repository at this point in the history
  2. Tame gocyclo linter

    Signed-off-by: Yury Tsarev <[email protected]>
    ytsarev committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    17b6df3 View commit details
    Browse the repository at this point in the history