Skip to content

Commit 55223e2

Browse files
craig[bot]tbg
andcommitted
Merge #151118
151118: roachtest: remove grafana setup from a test r=tbg a=tbg Epic: none Co-authored-by: Tobias Grieger <[email protected]>
2 parents c74f6a3 + f6a8b0d commit 55223e2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/cmd/roachtest/tests/admission_control_multitenant_fairness.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,6 @@ func runMultiTenantFairness(
206206
c.Run(ctx, option.WithNodes(node), initKV)
207207
}
208208

209-
t.L().Printf("setting up prometheus/grafana (<%s)", 2*time.Minute)
210-
_, cleanupFunc := setupPrometheusForRoachtest(ctx, t, c, promCfg, nil)
211-
defer cleanupFunc()
212-
213209
t.L().Printf("loading per-tenant data (<%s)", 10*time.Minute)
214210
m1 := c.NewDeprecatedMonitor(ctx, c.All())
215211
for name, node := range virtualClusters {

0 commit comments

Comments
 (0)