-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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 multitenant-upgrade expected error #94947
Conversation
In cockroachdb#94669, we changed usages of `host cluster` to `storage cluster` because `host cluster` is specific to `CC Serverless`. This change updates the expected error in `multitenant-upgrade` and some other usages of `host cluster`. Epic: none Release note: None Closes cockroachdb#94748
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for getting to this one so quickly!
Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @smg260 and @srosenberg)
TFTR! bors r=ajstorm |
Build failed (retrying...): |
Build failed (retrying...): |
Build failed: |
bors r=ajstorm single on |
bors r- |
Canceled. |
bors single on |
bors r+ |
Build succeeded: |
In #94669, we changed usages of
host cluster
tostorage cluster
becausehost cluster
is specific toCC Serverless
.This change updates the expected
error in
multitenant-upgrade
and some other usages ofhost cluster
.Epic: none
Release note: None
Closes #94748