a805814077 commented on code in PR #8222:
URL: https://github.com/apache/gravitino/pull/8222#discussion_r2290717735
##########
authorizations/authorization-ranger/src/test/java/org/apache/gravitino/authorization/ranger/integration/test/RangerHiveE2EIT.java:
##########
@@ -234,6 +235,15 @@ public void createCatalog() {
serviceList = RangerITEnv.rangerClient.findServices(Maps.newHashMap());
Assertions.assertEquals(expectServiceCount, serviceList.size());
metalake.dropCatalog("test", true);
+ } catch (RuntimeException e) {
Review Comment:
I'm not sure if I get your point. Do you mean something like this?
<img width="909" height="442" alt="Clipboard_Screenshot_1755774895"
src="https://github.com/user-attachments/assets/828d751f-687b-40b5-9427-cf49c8d0dd5d"
/>
--
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]