mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 18:02:56 +00:00
Update test_runner/regress/test_pgstat.py
Co-authored-by: Heikki Linnakangas <heikki@neon.tech>
This commit is contained in:
committed by
Konstantin Knizhnik
parent
3890f5846c
commit
fc041a213b
@@ -15,8 +15,7 @@ def test_pgstat(neon_simple_env: NeonEnv):
|
||||
pytest.skip("PG14 doesn't support pgstat statistic persistence")
|
||||
|
||||
n = 10000
|
||||
env.neon_cli.create_branch("test_pgstat", "empty")
|
||||
endpoint = env.endpoints.create_start("test_pgstat")
|
||||
endpoint = env.endpoints.create_start("main")
|
||||
|
||||
con = endpoint.connect()
|
||||
cur = con.cursor()
|
||||
|
||||
Reference in New Issue
Block a user