Skip to content

Commit

Permalink
roachtest: require license in disagg-rebalance
Browse files Browse the repository at this point in the history
Since cockroachdb#114267, disaggregated storage rebalance
requires an enterprise license to happen quickly.
This change updates the disagg-rebalance roachtest
to pass in a license.

Epic: none

Release note: None
  • Loading branch information
itsbilal committed Nov 29, 2023
1 parent 11ad924 commit e152839
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/tests/disagg_rebalance.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ func registerDisaggRebalance(r registry.Registry) {
Tags: registry.Tags("aws"),
Owner: registry.OwnerStorage,
Cluster: disaggRebalanceSpec,
RequiresLicense: true,
EncryptionSupport: registry.EncryptionAlwaysDisabled,
Timeout: 1 * time.Hour,
Run: func(ctx context.Context, t test.Test, c cluster.Cluster) {
Expand Down

0 comments on commit e152839

Please sign in to comment.