-
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.
Browse files
Browse the repository at this point in the history
131943: server/license: Make enterprise license check a no-op r=rafiss,fqazi,rharding6373 a=spilchen With the deprecation of the core license, there’s no longer a need to check whether enterprise features are enabled—all features are now always enabled. If a license policy violation occurs, such as an expired license, we will throttle connections, but all enterprise features will remain functional. I’ve left the API for checking if enterprise features are enabled in the code, but these functions are now no-ops and can be removed in the future. I also had to adjust some tests that were explicitly disabling enterprise features, as that’s no longer possible. Some tests were rewritten to fit the new model, while others were removed entirely because they were no longer relevant. Note: A few tests in `pkg/sql` had to be updated due to the changes in enterprise checks. With all enterprise features enabled, the default isolation level has also changed. Any test that explicitly disabled leases (using TestingDisableTableLeases) needed to apply this setting _after_ starting up the test server. Applying it earlier, as was originally done, caused the test server to fail during startup. This change will be backported to versions 24.2, 24.1, 23.2, and 23.1. Epic: CRDB-39988 Closes: CRDB-41998 Release note: none 132141: kvserver: schedule ready processing when the leaseholder changes r=kvoli a=sumeerbhola Epic: CRDB-37515 Release note: None 132194: crosscluster: update tests to `BACKUP`/`RESTORE` syntax r=msbutler a=kev-cao Several tests still use the old `BACKUP`/`RESTORE` syntax. This patch updates some of the tests to the new `BACKUP INTO`/`RESTORE FROM ... IN ...` syntax. Epic: none Release note: None 132195: testccl: update tests to `BACKUP INTO` syntax r=msbutler a=kev-cao Several tests still use the old `BACKUP TO` syntax. This patch updates some of the tests to the new `BACKUP INTO` syntax. Epic: none Release note: None Co-authored-by: Matt Spilchen <[email protected]> Co-authored-by: sumeerbhola <[email protected]> Co-authored-by: Kevin Cao <[email protected]>
- Loading branch information
Showing
33 changed files
with
195 additions
and
582 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
Oops, something went wrong.