adnanhemani commented on code in PR #1466:
URL: https://github.com/apache/polaris/pull/1466#discussion_r2067662627


##########
integration-tests/src/main/java/org/apache/polaris/service/it/env/ManagementApi.java:
##########
@@ -173,6 +173,9 @@ public void createCatalog(String principalRoleName, Catalog 
catalog) {
 
   public void createCatalog(Catalog catalog) {
     try (Response response = 
request("v1/catalogs").post(Entity.json(catalog))) {
+      if (response.getStatus() == 500) {

Review Comment:
   nit: Might it be more helpful to log the response itself?



-- 
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: issues-unsubscr...@polaris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to