From ce65d13dbdea017fe67d9d36eb09a6ac587091df Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Tue, 12 Mar 2024 21:31:09 +0200 Subject: [PATCH] Add compress_image_layer to openapi spec --- pageserver/src/http/openapi_spec.yml | 2 ++ test_runner/regress/test_attach_tenant_config.py | 1 + 2 files changed, 3 insertions(+) diff --git a/pageserver/src/http/openapi_spec.yml b/pageserver/src/http/openapi_spec.yml index 4823710fb5..263f56a935 100644 --- a/pageserver/src/http/openapi_spec.yml +++ b/pageserver/src/http/openapi_spec.yml @@ -1444,6 +1444,8 @@ components: type: integer trace_read_requests: type: boolean + compress_image_layer: + type: boolean heatmap_period: type: string TenantConfigResponse: diff --git a/test_runner/regress/test_attach_tenant_config.py b/test_runner/regress/test_attach_tenant_config.py index 3058926b25..db2f50d063 100644 --- a/test_runner/regress/test_attach_tenant_config.py +++ b/test_runner/regress/test_attach_tenant_config.py @@ -188,6 +188,7 @@ def test_fully_custom_config(positive_env: NeonEnv): "max": 1000, }, "trace_read_requests": True, + "compress_image_layer": True, "walreceiver_connect_timeout": "13m", }