Skip to content

Commit 02357f5

Browse files
committed
Address review comments
1 parent 849a0fa commit 02357f5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

regtests/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,13 @@ project, just run:
8585
env POLARIS_HOST=localhost ./regtests/run.sh
8686
```
8787

88-
The catalog federation tests rely on the following configurations in `application.properties` to
88+
The catalog federation tests and some cloud providers test rely on the following configurations in `application.properties` to
8989
be set in order to succeed.
9090

9191
```
9292
polaris.features."ENABLE_CATALOG_FEDERATION"=true
9393
polaris.features."ALLOW_OVERLAPPING_CATALOG_URLS"=true
94+
polaris.features."ALLOW_NAMESPACE_CUSTOM_LOCATION"=true
9495
```
9596

9697
To run the tests in verbose mode, with test stdout printing to console, set the `VERBOSE`

regtests/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ services:
3838
polaris.features."ALLOW_INSECURE_STORAGE_TYPES": "true"
3939
polaris.features."SUPPORTED_CATALOG_STORAGE_TYPES": "[\"FILE\",\"S3\",\"GCS\",\"AZURE\"]"
4040
polaris.features."ALLOW_OVERLAPPING_CATALOG_URLS": "true"
41-
polaris.config.namespace-custom-location.enabled: "true"
41+
polaris.features."ALLOW_NAMESPACE_CUSTOM_LOCATION": "true"
4242
polaris.features."ENABLE_CATALOG_FEDERATION": "true"
4343
polaris.readiness.ignore-severe-issues: "true"
4444
volumes:

0 commit comments

Comments
 (0)