From e15283956405ccf007236d1221d56645cf8cd17d Mon Sep 17 00:00:00 2001 From: Bilal Akhtar Date: Wed, 29 Nov 2023 11:48:46 -0500 Subject: [PATCH] roachtest: require license in disagg-rebalance Since #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 --- pkg/cmd/roachtest/tests/disagg_rebalance.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/cmd/roachtest/tests/disagg_rebalance.go b/pkg/cmd/roachtest/tests/disagg_rebalance.go index fb8c34c4c9ad..f5714f2f5b47 100644 --- a/pkg/cmd/roachtest/tests/disagg_rebalance.go +++ b/pkg/cmd/roachtest/tests/disagg_rebalance.go @@ -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) {