tests: enable compression

This commit is contained in:
John Spray
2024-07-18 09:45:28 +00:00
parent e250b9e063
commit ad768cb848

View File

@@ -1135,6 +1135,7 @@ class NeonEnv:
"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