Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion regtests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
1 change: 1 addition & 0 deletions regtests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.features."ALLOW_NAMESPACE_CUSTOM_LOCATION": "true"
polaris.features."ENABLE_CATALOG_FEDERATION": "true"
polaris.readiness.ignore-severe-issues: "true"
volumes:
Expand Down