-
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.
testserver: do not verify enterprise license
Prior to this patch, for test tenant servers to be automatically used two conditions needed to hold: - the CCL package(s) needed to be imported. - an enterprise license needed to be set (usually via `ccl.TestingEnableEnterprise()`) While we want these conditions to hold to start separate-process SQL servers in production, they do not need to be verified in unit tests. NB: as a result of merging this PR, numerous (recently introduced) calls to `ccl.TestingEnableEnterprise()` in various `main_test.go` files are now unnecessary. Cleaning them up can be pushed to a later phase. Release note: None
- Loading branch information
Showing
3 changed files
with
5 additions
and
18 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