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

Make CockroachDB test be able to run on secure clusters. #724

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Feb 7, 2024

  1. Make CockroachDB test be able to run on secure clusters.

    The setup script for cockroachdb tests previously passed
    an --insecure flag. This change replaces that with a more
    generic ARGS flag that gives more flexibility. The test
    can still run on insecure clusters if --insecure is passed
    or on secure clusters if certs-dir is passed.
    DarrylWong committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    ccce4c7 View commit details
    Browse the repository at this point in the history