mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 22:12:56 +00:00
test/performance: ensure we don't have tables that we're creating (#2135)
This commit is contained in:
committed by
GitHub
parent
e308265e42
commit
9dcb9ca3da
@@ -17,6 +17,8 @@ def test_dup_key(env: PgCompare):
|
||||
|
||||
with closing(env.pg.connect()) as conn:
|
||||
with conn.cursor() as cur:
|
||||
cur.execute('drop table if exists t, f;')
|
||||
|
||||
cur.execute("SET synchronous_commit=off")
|
||||
cur.execute("SET statement_timeout=0")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user