We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0f5010 + 9200d30 commit 463f8e1Copy full SHA for 463f8e1
pkg/sql/importer/import_stmt_test.go
@@ -2195,6 +2195,9 @@ func TestImportCSVStmt(t *testing.T) {
2195
ctx := context.Background()
2196
baseDir := datapathutils.TestDataPath(t, "csv")
2197
tc := serverutils.StartCluster(t, nodes, base.TestClusterArgs{ServerArgs: base.TestServerArgs{
2198
+ Knobs: base.TestingKnobs{
2199
+ JobsTestingKnobs: jobs.NewTestingKnobsWithShortIntervals(),
2200
+ },
2201
// Test fails when run within a test tenant. More
2202
// investigation is required. Tracked with #76378.
2203
DefaultTestTenant: base.TODOTestTenantDisabled,
0 commit comments