-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
85007: privilege,externalconn: add EXTERNALCONNECTION system privilege r=benbardin a=adityamaru This change introduces a `EXTERNALCONNECTION` system privilege. This privilege is required by a user to be able to create an external connection. Root and admin have these system privileges by default, and are capable of granting this privilege to other users/roles with or without the grant option. Fixes: #85006 Release note (sql change): introduce a `EXTERNALCONNECTION` system privilege that is required to create an External Connection object to represent an underlying resource. 85037: ui: remove unused end-to-end UI tests r=nathanstilwell a=sjbarag The end-to-end UI tests written in Cypress weren't updated since October 2021, and haven't been run in at least as long. They in fact no longer seemed to execute, and there were six major-version releases of Cypress since the one used in this project. There had been enough skew in both the CockroachDB product and in the Cypress platform that upgrading to a newer version in-place is more work than simply tearing out the old tests and starting from scratch. Remove the existing db-console Cypress tests in preparation for a from-scratch reimplementation. Release note: None 85040: roachtest: preserve vmodule settings for upgraded servers r=lidorcarmel a=lidorcarmel Without this patch upgraded servers in a roachtest are using the default settings. For example, the rebalance roachtest is upgrading servers in order to run with mixed version binaries, and those servers are running without the right settings for logging (don't use vmodule). This small fix makes sure that we pass the right options to the upgraded binary, so that for the rebalance roachtest we will maintain the 'vmodule' settings. Release note: None 85071: kvserver: forward-port deflake of TestAddReplicaViaLearner r=erikgrinaker a=itsbilal In #84223, we noticed that TestAddReplicaViaLearner was flaky on CI in release-22.1, for something that the test was not testing. This change forward-ports the fix that worked there. Release note: None. Co-authored-by: Aditya Maru <[email protected]> Co-authored-by: Sean Barag <[email protected]> Co-authored-by: Lidor Carmel <[email protected]> Co-authored-by: Bilal Akhtar <[email protected]>
- Loading branch information
Showing
44 changed files
with
202 additions
and
1,344 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.