Skip to content

Commit

Permalink
sql: re-enable test TestImportPgDumpSchemas/inject-error-ensure-cleanup
Browse files Browse the repository at this point in the history
Fixes: #65878

Previously, this test was disable because it was acting flaky
and failing in a fairly consistent manner. This was inadequate
because the flaky failures have disappeared. To address this, this
patch re-enables the test since we can't reproduce the failure
after multiple attempts.
Release note: None
  • Loading branch information
fqazi committed Jul 27, 2021
1 parent 605b549 commit 080b31a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/ccl/importccl/import_stmt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5996,7 +5996,6 @@ table_name FROM [SHOW TABLES] ORDER BY (schema_name, table_name)`,
})

t.Run("inject-error-ensure-cleanup", func(t *testing.T) {
skip.WithIssue(t, 65878, "flaky test")
defer gcjob.SetSmallMaxGCIntervalForTest()()
tc := testcluster.StartTestCluster(t, nodes, base.TestClusterArgs{ServerArgs: args})
defer tc.Stopper().Stop(ctx)
Expand Down

0 comments on commit 080b31a

Please sign in to comment.