Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pkg/sql/importer/import_stmt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4437,6 +4437,7 @@ func TestUniqueUUID(t *testing.T) {
// Disable elastic CPU control to avoid timeout — elastic CPU throttling
// can push this test past the 15m timeout.
sqlDB.Exec(t, `SET CLUSTER SETTING bulkio.import.elastic_control.enabled = false`)
sqlDB.Exec(t, `SET CLUSTER SETTING bulkio.import.row_count_validation.mode = 'off'`)

dataSize := parallelImporterReaderBatchSize * 100

Expand Down
Loading