Skip to content

Commit

Permalink
Remove Parallel on GC tests, as they now have exclusive locks
Browse files Browse the repository at this point in the history
  • Loading branch information
josephschorr committed Dec 10, 2024
1 parent c5d52b1 commit 1427133
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/datastore/postgres/postgres_shared_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ func testPostgresDatastore(t *testing.T, pc []postgresConfig) {
pgbouncerStr = "pgbouncer-"
}
t.Run(fmt.Sprintf("%spostgres-%s-%s-%s", pgbouncerStr, config.pgVersion, config.targetMigration, config.migrationPhase), func(t *testing.T) {
t.Parallel()
b := testdatastore.RunPostgresForTesting(t, "", config.targetMigration, config.pgVersion, config.pgbouncer)
ctx := context.Background()

Expand Down Expand Up @@ -255,8 +254,6 @@ func testPostgresDatastoreWithoutCommitTimestamps(t *testing.T, pc []postgresCon
pgVersion := config.pgVersion
enablePgbouncer := config.pgbouncer
t.Run(fmt.Sprintf("postgres-%s", pgVersion), func(t *testing.T) {
t.Parallel()

ctx := context.Background()
b := testdatastore.RunPostgresForTestingWithCommitTimestamps(t, "", "head", false, pgVersion, enablePgbouncer)

Expand Down

0 comments on commit 1427133

Please sign in to comment.