From f8bdb34b792fbda88b9d94c651f5528d49742e1f Mon Sep 17 00:00:00 2001 From: Andrei Matei Date: Mon, 8 Mar 2021 18:13:43 -0500 Subject: [PATCH] roachtest/cdc: don't tolerate TPCC errors The quoted reason for the tolerance was #34025, which has long been fixed. Release note: None --- pkg/cmd/roachtest/cdc.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/cmd/roachtest/cdc.go b/pkg/cmd/roachtest/cdc.go index 926a2affa54a..772801ffda15 100644 --- a/pkg/cmd/roachtest/cdc.go +++ b/pkg/cmd/roachtest/cdc.go @@ -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