Skip to content

Commit

Permalink
roachtest/cdc: don't tolerate TPCC errors
Browse files Browse the repository at this point in the history
The quoted reason for the tolerance was cockroachdb#34025, which has long been
fixed.

Release note: None
  • Loading branch information
andreimatei committed Mar 8, 2021
1 parent b290a39 commit f8bdb34
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/cmd/roachtest/cdc.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@ func cdcBasicTest(ctx context.Context, t *test, c *cluster, args cdcTestArgs) {
// if it attempts to use the node which was brought down by chaos.
tolerateErrors: args.crdbChaos,
}
// TODO(dan): Remove this when we fix whatever is causing the "duplicate key
// value" errors #34025.
tpcc.tolerateErrors = true

tpcc.install(ctx, c)
// TODO(dan,ajwerner): sleeping momentarily before running the workload
Expand Down

0 comments on commit f8bdb34

Please sign in to comment.