eric-maynard commented on code in PR #1107:
URL: https://github.com/apache/polaris/pull/1107#discussion_r1978559128
##########
integration-tests/src/main/java/org/apache/polaris/service/it/test/PolarisRestCatalogIntegrationTest.java:
##########
@@ -1012,4 +1012,26 @@ public void testRenameViewStatus() {
assertThat(response).returns(Response.Status.NO_CONTENT.getStatusCode(),
Response::getStatus);
}
}
+
+ @Test
+ public void testLoadCredentials() {
+ String tableName = "tbl1";
+ Namespace namespace = Namespace.of("ns1");
+ TableIdentifier identifier = TableIdentifier.of(namespace, tableName);
+
+ if (requiresNamespaceCreate()) {
Review Comment:
I think so, and it is on my machine, but I wondered if that was due to my
environment not correctly garbage-collecting a namespace created elsewhere. I
copy/paste'd this from another test in this suite. I can try to remove it and
see if we pass CI
--
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]