From 980d302a98eb0ca1a66dd961dddc143216b0f23c Mon Sep 17 00:00:00 2001 From: Daniel Harrison Date: Mon, 11 Mar 2019 12:21:50 -0700 Subject: [PATCH] roachtest: skip cdc/bank cdc/bank is included in the acceptance roachtests run on every PR to validate changefeeds end-to-end with a real kafka. The runtime recently jumped from 1-3m (with a few outliers at 5 or 6m) to regularly be above 30-45m. This will get in the way of regular development, so skipping until I can investigate what's going on. Touches #35614 Release note: None --- pkg/cmd/roachtest/cdc.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/cmd/roachtest/cdc.go b/pkg/cmd/roachtest/cdc.go index ba11e56c2818..02211ef0a683 100644 --- a/pkg/cmd/roachtest/cdc.go +++ b/pkg/cmd/roachtest/cdc.go @@ -485,6 +485,7 @@ func registerCDC(r *registry) { // without potentially leaking secrets. r.Add(testSpec{ Name: "cdc/bank", + Skip: `#35614`, MinVersion: "v2.1.0", Cluster: makeClusterSpec(4), Run: func(ctx context.Context, t *test, c *cluster) {