-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
138873: cloudtestutils: refactor CheckExportStore, CheckListFiles, CheckNoPermissions r=RaduBerinde a=RaduBerinde This PR is taking a first step towards removing `ExternalIODir` from `cluster.Settings`. #### cloudtestutils: refactor CheckExportStore This change adds a `cloudtestutils.StoreInfo` structure and refactors `CheckExportStore` to use it, making the call sites simpler and more readable. We now pass the external IO dir explicitly through `StoreInfo` instead of getting it from the settings. Epic: none Release note: None #### cloudtestutils: refactor CheckListFiles Refactor `CheckListFiles` and `CheckListFilesCanonical` to use `StoreInfo`. Epic: none Release note: None #### cloudtestutils: refactor CheckNoPermissions Use `StoreInfo` for `CheckNoPermissions.` Epic: none Release note: None 139044: build: update `rules_go` r=jlinder a=rickystewart To pull in cockroachdb/rules_go#24 Epic: CRDB-41952 Release note: None Co-authored-by: Radu Berinde <[email protected]> Co-authored-by: Ricky Stewart <[email protected]>
- Loading branch information
Showing
10 changed files
with
324 additions
and
360 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
Oops, something went wrong.