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

roachtest,roachprod: detect tenant-scope certs via help, unskip tests #83703

Merged

Commits on Jul 6, 2022

  1. roachtest,roachprod: detect tenant-scope certs via help, unskip tests

    The version comparison code to detect tenant scoped certificates was
    still incorrect because the "alpha" portion of semver versions is
    compare lexicographically. Since our alpha versions contain a count of
    commits, this broke when we hit commit 1000 since the last tag.
    
    Here, we search the help on the command to see if it supports the
    tenant-scoped certs flag.  If it does, we assume we will need them.
    
    There is duplication between the multitenant tests and roachprod still
    that we should clean up.
    
    Release note: None
    stevendanna committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    c1202a8 View commit details
    Browse the repository at this point in the history