Skip to content

Commit

Permalink
e2e_test: Reenable no_second_run for tests creating new databases
Browse files Browse the repository at this point in the history
On some PostgreSQL versions template1 explicitly grants postgres some
permissions on template1 which are granted on new databases.
  • Loading branch information
Jille committed Jan 23, 2023
1 parent 3a1c12d commit 6012222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions testdata/create-drop-databases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ config:
expected:
- "/* */ CREATE DATABASE spawning"
- "/* */ DROP DATABASE dying"
no_second_run: true
1 change: 1 addition & 0 deletions testdata/new-database-with-tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ config:
expected:
- "/* */ CREATE DATABASE spawning"
- "/* spawning */ CREATE SCHEMA spawning"
no_second_run: true

0 comments on commit 6012222

Please sign in to comment.