jerryshao commented on code in PR #9638:
URL: https://github.com/apache/gravitino/pull/9638#discussion_r2671403592
##########
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:
Shall we split the cache-related tests to a new class? This file is too big
to maintain.
--
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]