jerryshao commented on code in PR #9638:
URL: https://github.com/apache/gravitino/pull/9638#discussion_r2671405169


##########
core/src/test/java/org/apache/gravitino/storage/TestEntityStorage.java:
##########
@@ -3082,6 +3087,239 @@ void testTagRelationCache(String type) throws Exception 
{
           updatedCatalog.id(), ((GenericEntity) 
cachedTagsByTagAfterTagReload.get(0)).id());
       Assertions.assertEquals(
           updatedCatalog.name(), ((GenericEntity) 
cachedTagsByTagAfterTagReload.get(0)).name());
+      destroy(type);
+    }
+  }
+
+  @ParameterizedTest
+  @MethodSource("storageProvider")
+  void testTagRelationMultipleBindings(String type) throws Exception {

Review Comment:
   I would suggest not adding tests to this file continuously.



-- 
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