Skip to content

Commit 491a9e3

Browse files
authored
FIX REG tests with cloud providers (#2793)
1 parent e1fc1fc commit 491a9e3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +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.features."ALLOW_NAMESPACE_CUSTOM_LOCATION": "true"
4142
polaris.features."ENABLE_CATALOG_FEDERATION": "true"
4243
polaris.readiness.ignore-severe-issues: "true"
4344
volumes:

0 commit comments

Comments
 (0)