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

logictest: support mixed binary version tests with upgrades #91881

Merged
merged 3 commits into from
Nov 24, 2022

Commits on Nov 23, 2022

  1. *: remove gates for V22_2AddSystemUserIDColumn

    This makes the next commit for mixed-version testing easier.
    
    Release note: None
    rafiss committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    0390d01 View commit details
    Browse the repository at this point in the history
  2. logictest: support mixed binary version tests with upgrades

    The logictest framework can now use the cockroach-go testserver to test
    a multi-node cluster in which each node is running a different binary
    version.
    
    Previously, only mixed logical versions could be tested.
    
    Release note: None
    rafiss committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    8550794 View commit details
    Browse the repository at this point in the history
  3. logictest: improve check after starting/upgrading cluster

    This prevents flakiness that is caused by temporary cluster
    unavailability after a node is killed and restarted.
    
    Release note: None
    rafiss committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    acdc9ba View commit details
    Browse the repository at this point in the history