Skip to content

Commit

Permalink
sql/tests: give more memory to TestSchemaChangesInParallel
Browse files Browse the repository at this point in the history
The test has previously failed due to running out of memory. Since it's
an expensive test, this is somewhat expected.

Release note: None
  • Loading branch information
rafiss committed Mar 23, 2023
1 parent c0efd70 commit 6da7e55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/sql/tests/schema_changes_in_parallel_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ func TestSchemaChangesInParallel(t *testing.T) {
},
JobsTestingKnobs: jobs.NewTestingKnobsWithShortIntervals(),
},
SQLMemoryPoolSize: 1 << 30, /* 1GiB */
})
defer s.Stopper().Stop(ctx)

Expand Down

0 comments on commit 6da7e55

Please sign in to comment.