From 849a0fa0a7928b590610f271e7c68c1f2a1b79d3 Mon Sep 17 00:00:00 2001 From: Prashant Date: Fri, 10 Oct 2025 17:04:49 -0700 Subject: [PATCH 1/2] FIX CP reg tests --- regtests/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/regtests/docker-compose.yml b/regtests/docker-compose.yml index fb118fdea8..879e690d44 100644 --- a/regtests/docker-compose.yml +++ b/regtests/docker-compose.yml @@ -38,6 +38,7 @@ services: polaris.features."ALLOW_INSECURE_STORAGE_TYPES": "true" polaris.features."SUPPORTED_CATALOG_STORAGE_TYPES": "[\"FILE\",\"S3\",\"GCS\",\"AZURE\"]" polaris.features."ALLOW_OVERLAPPING_CATALOG_URLS": "true" + polaris.config.namespace-custom-location.enabled: "true" polaris.features."ENABLE_CATALOG_FEDERATION": "true" polaris.readiness.ignore-severe-issues: "true" volumes: From 02357f5ca59e5cd52a1b229a78aef6b45839d9b4 Mon Sep 17 00:00:00 2001 From: Prashant Date: Sun, 12 Oct 2025 14:16:26 -0700 Subject: [PATCH 2/2] Address review comments --- regtests/README.md | 3 ++- regtests/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/regtests/README.md b/regtests/README.md index 7a51160b85..884e9b9918 100644 --- a/regtests/README.md +++ b/regtests/README.md @@ -85,12 +85,13 @@ project, just run: env POLARIS_HOST=localhost ./regtests/run.sh ``` -The catalog federation tests rely on the following configurations in `application.properties` to +The catalog federation tests and some cloud providers test rely on the following configurations in `application.properties` to be set in order to succeed. ``` polaris.features."ENABLE_CATALOG_FEDERATION"=true polaris.features."ALLOW_OVERLAPPING_CATALOG_URLS"=true +polaris.features."ALLOW_NAMESPACE_CUSTOM_LOCATION"=true ``` To run the tests in verbose mode, with test stdout printing to console, set the `VERBOSE` diff --git a/regtests/docker-compose.yml b/regtests/docker-compose.yml index 879e690d44..e7afd0513c 100644 --- a/regtests/docker-compose.yml +++ b/regtests/docker-compose.yml @@ -38,7 +38,7 @@ services: polaris.features."ALLOW_INSECURE_STORAGE_TYPES": "true" polaris.features."SUPPORTED_CATALOG_STORAGE_TYPES": "[\"FILE\",\"S3\",\"GCS\",\"AZURE\"]" polaris.features."ALLOW_OVERLAPPING_CATALOG_URLS": "true" - polaris.config.namespace-custom-location.enabled: "true" + polaris.features."ALLOW_NAMESPACE_CUSTOM_LOCATION": "true" polaris.features."ENABLE_CATALOG_FEDERATION": "true" polaris.readiness.ignore-severe-issues: "true" volumes: