mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 05:22:56 +00:00
test_runner: fix test_basebackup_with_high_slru_count gzip param (#12319)
The `--gzip-probability` parameter was removed in #12250. However, `test_basebackup_with_high_slru_count` still uses it, and keeps failing. This patch removes the use of the parameter (gzip is enabled by default).
This commit is contained in:
@@ -146,8 +146,6 @@ def run_benchmark(env: NeonEnv, pg_bin: PgBin, record, duration_secs: int):
|
|||||||
ps_http.base_url,
|
ps_http.base_url,
|
||||||
"--page-service-connstring",
|
"--page-service-connstring",
|
||||||
env.pageserver.connstr(password=None),
|
env.pageserver.connstr(password=None),
|
||||||
"--gzip-probability",
|
|
||||||
"1",
|
|
||||||
"--runtime",
|
"--runtime",
|
||||||
f"{duration_secs}s",
|
f"{duration_secs}s",
|
||||||
# don't specify the targets explicitly, let pagebench auto-discover them
|
# don't specify the targets explicitly, let pagebench auto-discover them
|
||||||
|
|||||||
Reference in New Issue
Block a user