Skip to content

Commit

Permalink
Enable zstd in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arpad-m committed Jul 5, 2024
1 parent 0a937b7 commit 9067bfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_runner/fixtures/neon_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -1111,6 +1111,7 @@ def __init__(self, config: NeonEnvBuilder):
"listen_http_addr": f"localhost:{pageserver_port.http}",
"pg_auth_type": pg_auth_type,
"http_auth_type": http_auth_type,
"image_compression": "zstd",
}
if self.pageserver_virtual_file_io_engine is not None:
ps_cfg["virtual_file_io_engine"] = self.pageserver_virtual_file_io_engine
Expand Down

0 comments on commit 9067bfe

Please sign in to comment.