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

issue-183: Use tags instead of suites to separate tests #184

Merged
merged 12 commits into from
Jan 31, 2021

Commits on Jan 27, 2021

  1. Revert "Issue 140: Investigate if and how we can extract the integrat…

    …ion tests into suites"
    
    This reverts commits 243717b and 0c4b293.
    steve-todorov committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    884a008 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c5b839 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bafa9af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19e46ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ecb4b41 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b3c2c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b73308 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. Configuration menu
    Copy the full SHA
    1aef767 View commit details
    Browse the repository at this point in the history
  2. issue-183: Create a profile which runs unit tests by default.

    This allows to reduce build time for running integration tests in CIs (i.e. when the unit tests have already ran in a previous build job and can safely be skipped in the current one)
    steve-todorov committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    ce9dc25 View commit details
    Browse the repository at this point in the history
  3. issue-183: Re-order profiles so tests are executed as unit-tests, it-…

    …minio and finally it-s3
    
    This should reduce S3 costs while running tests because MinIO has S3 compatible API.
    If MinIO tests fail, it's highly likely the S3 ones will fail or succeed as well.
    steve-todorov committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    000354c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5022006 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8320d7f View commit details
    Browse the repository at this point in the history