Class PolarisManagementServiceIntegrationTest

java.lang.Object
org.apache.polaris.service.it.test.PolarisManagementServiceIntegrationTest

@ExtendWith(PolarisIntegrationTestExtension.class) public class PolarisManagementServiceIntegrationTest extends Object
  • Constructor Details

    • PolarisManagementServiceIntegrationTest

      public PolarisManagementServiceIntegrationTest()
  • Method Details

    • setup

      @BeforeAll public static void setup(PolarisApiEndpoints endpoints, ClientCredentials credentials)
    • close

      @AfterAll public static void close() throws Exception
      Throws:
      Exception
    • tearDown

      @AfterEach public void tearDown()
    • testCatalogSerializing

      @Test public void testCatalogSerializing() throws IOException
      Throws:
      IOException
    • testListCatalogs

      @Test public void testListCatalogs()
    • testListCatalogsUnauthorized

      @Test public void testListCatalogsUnauthorized()
    • testCreateCatalog

      @Test public void testCreateCatalog()
    • testCreateCatalogWithInvalidName

      @Test public void testCreateCatalogWithInvalidName()
    • testCreateCatalogWithAzureStorageConfig

      @Test public void testCreateCatalogWithAzureStorageConfig()
    • testCreateCatalogWithGcpStorageConfig

      @Test public void testCreateCatalogWithGcpStorageConfig()
    • testCreateCatalogWithNullBaseLocation

      @Test public void testCreateCatalogWithNullBaseLocation()
    • testCreateCatalogWithoutProperties

      @Test public void testCreateCatalogWithoutProperties()
    • testCreateCatalogWithoutStorageConfig

      @Test public void testCreateCatalogWithoutStorageConfig()
    • testCreateCatalogWithUnparsableJson

      @Test public void testCreateCatalogWithUnparsableJson()
    • testUpdateCatalogWithoutDefaultBaseLocationInUpdate

      @Test public void testUpdateCatalogWithoutDefaultBaseLocationInUpdate()
    • testCreateExternalCatalog

      @Test public void testCreateExternalCatalog()
    • testCreateCatalogWithoutDefaultLocation

      @Test public void testCreateCatalogWithoutDefaultLocation()
    • serialization

      @Test public void serialization()
    • testCreateAndUpdateAzureCatalog

      @Test public void testCreateAndUpdateAzureCatalog()
    • testCreateListUpdateAndDeleteCatalog

      @Test public void testCreateListUpdateAndDeleteCatalog()
    • testGetCatalogNotFound

      @Test public void testGetCatalogNotFound()
    • testGetCatalogInvalidName

      @Test public void testGetCatalogInvalidName()
    • testCatalogRoleInvalidName

      @Test public void testCatalogRoleInvalidName()
    • testListPrincipalsUnauthorized

      @Test public void testListPrincipalsUnauthorized()
    • testCreatePrincipalAndRotateCredentials

      @Test public void testCreatePrincipalAndRotateCredentials()
    • testCreateFederatedPrincipalRoleSucceeds

      @Test public void testCreateFederatedPrincipalRoleSucceeds()
    • testCreateListUpdateAndDeletePrincipal

      @Test public void testCreateListUpdateAndDeletePrincipal()
    • testCreatePrincipalWithInvalidName

      @Test public void testCreatePrincipalWithInvalidName()
    • testGetPrincipalWithInvalidName

      @Test public void testGetPrincipalWithInvalidName()
    • testCreateListUpdateAndDeletePrincipalRole

      @Test public void testCreateListUpdateAndDeletePrincipalRole()
    • testCreatePrincipalRoleInvalidName

      @Test public void testCreatePrincipalRoleInvalidName()
    • testGetPrincipalRoleInvalidName

      @Test public void testGetPrincipalRoleInvalidName()
    • testCreateListUpdateAndDeleteCatalogRole

      @Test public void testCreateListUpdateAndDeleteCatalogRole()
    • testAssignListAndRevokePrincipalRoles

      @Test public void testAssignListAndRevokePrincipalRoles()
    • testAssignListAndRevokeCatalogRoles

      @Test public void testAssignListAndRevokeCatalogRoles()
    • testCatalogAdminGrantAndRevokeCatalogRoles

      @Test public void testCatalogAdminGrantAndRevokeCatalogRoles()
    • testServiceAdminCanTransferCatalogAdmin

      @Test public void testServiceAdminCanTransferCatalogAdmin()
    • testCatalogAdminGrantAndRevokeCatalogRolesFromWrongCatalog

      @Test public void testCatalogAdminGrantAndRevokeCatalogRolesFromWrongCatalog()
    • testTableManageAccessCanGrantAndRevokeFromCatalogRoles

      @Test public void testTableManageAccessCanGrantAndRevokeFromCatalogRoles()
    • testTokenExpiry

      @Test public void testTokenExpiry()
    • testTokenInactive

      @Test public void testTokenInactive()
    • testTokenInvalidSignature

      @Test public void testTokenInvalidSignature()
    • testTokenInvalidPrincipalId

      @Test public void testTokenInvalidPrincipalId()
    • testNamespaceExistsStatus

      @Test public void testNamespaceExistsStatus()
    • testDropNamespaceStatus

      @Test public void testDropNamespaceStatus()
    • testCreateAndUpdateCatalogRoleWithReservedProperties

      @Test public void testCreateAndUpdateCatalogRoleWithReservedProperties()
    • testCreateAndUpdatePrincipalRoleWithReservedProperties

      @Test public void testCreateAndUpdatePrincipalRoleWithReservedProperties()
    • testCreateAndUpdatePrincipalWithReservedProperties

      @Test public void testCreateAndUpdatePrincipalWithReservedProperties()
    • defaultJwt

      public static com.auth0.jwt.JWTCreator.Builder defaultJwt()