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: fix mixed cluster and node versions for tenant span stats #105183

Merged

Commits on Jun 22, 2023

  1. roachtest: fix mixed cluster and node versions for tenant span stats

    This change ensures we don't make assertions when the cluster is in a
    finalizing state (i.e. waiting for cluster version to upgrade). We
    cannot make any meaningful assertions in this state without introducing
    flakiness into the test, as such we skip this state. Additionally, this
    allows us to simplify the test logic.
    
    Release note: None
    THardy98 committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    0926ed3 View commit details
    Browse the repository at this point in the history