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

chore(test): Update Minio config in tests #965

Merged
merged 1 commit into from Jun 2, 2022

Commits on Jun 2, 2022

  1. chore(test): Update Minio config in tests

    The blob store tests have started failing because the new release of
    Minio container is checking the data directory for IO-DIRECT access.
    Switching to the default `/data` directory seems to fix this issue.
    
    In addition, the healthcheck should be using the readiness probe instead
    of the liveness probe because sometimes the server is not yet ready to
    accept connections even if it is up.
    
    Also reduces the parallelism in E2E test runs because lately they have
    been failing -- possibly due to resource contention.
    
    Signed-off-by: Charith Ellawala <charith@cerbos.dev>
    charithe committed Jun 2, 2022
    Copy the full SHA
    1356720 View commit details
    Browse the repository at this point in the history