dimas-b commented on code in PR #590:
URL: https://github.com/apache/polaris/pull/590#discussion_r1908905814


##########
integration-tests/src/main/java/org/apache/polaris/service/it/test/PolarisRestCatalogIntegrationTest.java:
##########
@@ -157,93 +136,73 @@ String[] properties() default {
   }
 
   @BeforeAll
-  public static void setup(@PolarisRealm String realm) throws IOException {
-    // Set up test location
-    PolarisConnectionExtension.createTestDir(realm);
+  static void setup(PolarisApiClient client, AuthToken adminToken) {
+    apiClient = client;
+    managementApi = client.managementApi(adminToken);
+    String principalName = "snowman-rest-" + UUID.randomUUID();

Review Comment:
   let's discuss in the comment thread above... resolving this one.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to