Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adutra committed Jan 16, 2025
1 parent 46481e4 commit 9d73113
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions integration-tests/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Polaris Integration Tests

## Overview

This module contains integration tests for Polaris. These tests are designed as black box tests
that can be run against a local or remote Polaris instance.

## Runtime Expectations

### PolarisApplicationIntegrationTest

This test expects the server to be configured with the following features configured:

* `ALLOW_OVERLAPPING_CATALOG_URLS`: `true`

The server must also be configured to reject request body sizes larger than 1MB (1000000 bytes).

### PolarisManagementServiceIntegrationTest

This test expects the server to be configured with the following features configured:

* `ALLOW_OVERLAPPING_CATALOG_URLS`: `true`
* `ENFORCE_PRINCIPAL_CREDENTIAL_ROTATION_REQUIRED_CHECKING`: `true`

### PolarisRestCatalogIntegrationTest

This test expects the server to be configured with the following features configured:

* `ALLOW_EXTERNAL_CATALOG_CREDENTIAL_VENDING`: `false`

### PolarisRestCatalogView*IntegrationTest

These tests expect the server to be configured with teh feature `SUPPORTED_CATALOG_STORAGE_TYPES`
set to the appropriate storage type.

### PolarisSparkIntegrationTest

This test expects the server to be configured with the following features enabled:

* `SKIP_CREDENTIAL_SUBSCOPING_INDIRECTION`: `true`
* `ALLOW_OVERLAPPING_CATALOG_URLS`: `true`

0 comments on commit 9d73113

Please sign in to comment.