Skip to content

Commit

Permalink
Merge #36438
Browse files Browse the repository at this point in the history
36438: roachtest: skip cdc/crdb-chaos and cdc/sink-chaos r=tbg a=danhhz

As #36432 mentions, we know what's wrong. We're not getting any new data
from running these, so stop spamming failures until we get a chance to
fix them.

Release note: None

Co-authored-by: Daniel Harrison <daniel.harrison@gmail.com>
  • Loading branch information
craig[bot] and danhhz committed Apr 3, 2019
2 parents 28f17a1 + 7fee2dc commit 5ed62b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/cmd/roachtest/cdc.go
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ func registerCDC(r *registry) {
})
r.Add(testSpec{
Name: fmt.Sprintf("cdc/sink-chaos/rangefeed=%t", useRangeFeed),
Skip: `#36432`,
MinVersion: "v2.1.0",
Cluster: makeClusterSpec(4, cpu(16)),
Run: func(ctx context.Context, t *test, c *cluster) {
Expand All @@ -540,6 +541,7 @@ func registerCDC(r *registry) {
})
r.Add(testSpec{
Name: fmt.Sprintf("cdc/crdb-chaos/rangefeed=%t", useRangeFeed),
Skip: `#36432`,
MinVersion: "v2.1.0",
Cluster: makeClusterSpec(4, cpu(16)),
Run: func(ctx context.Context, t *test, c *cluster) {
Expand Down

0 comments on commit 5ed62b9

Please sign in to comment.