Skip to content

Commit

Permalink
Merge #35615
Browse files Browse the repository at this point in the history
35615: roachtest: skip cdc/bank r=knz a=danhhz

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

Co-authored-by: Daniel Harrison <[email protected]>
  • Loading branch information
craig[bot] and danhhz committed Mar 11, 2019
2 parents 1877438 + 980d302 commit 3c2e485
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/cdc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 3c2e485

Please sign in to comment.