Skip to content

Commit

Permalink
Disable autovacuum in test_pgstat
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Knizhnik committed Feb 10, 2025
1 parent b8a3d4c commit c02d727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_runner/regress/test_pgstat.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_pgstat(neon_simple_env: NeonEnv):

n = 10000
endpoint = env.endpoints.create_start(
"main", config_lines=["neon_pgstat_file_size_limit=100kB", "autovacuum=off"])
"main", config_lines=["neon_pgstat_file_size_limit=100kB", "autovacuum=off"]
)

con = endpoint.connect()
Expand Down

0 comments on commit c02d727

Please sign in to comment.