Skip to content

Commit

Permalink
remove unnecessary cleanup step
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Dec 11, 2023
1 parent 0827c90 commit a136052
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions flow/e2e/congen.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ func cleanPostgres(pool *pgxpool.Pool, suffix string) error {
return fmt.Errorf("failed to drop e2e_test schema: %w", err)
}

// drop the S3 metadata database if it exists
_, err = pool.Exec(context.Background(), "DROP SCHEMA IF EXISTS peerdb_s3_metadata CASCADE")
if err != nil {
return fmt.Errorf("failed to drop metadata schema: %w", err)
}

// drop all open slots with the given suffix
_, err = pool.Exec(
context.Background(),
Expand Down

0 comments on commit a136052

Please sign in to comment.