Jason918 commented on a change in pull request #12896: URL: https://github.com/apache/pulsar/pull/12896#discussion_r755924835
########## File path: pulsar-metadata/src/test/java/org/apache/pulsar/metadata/MetadataCacheTest.java ########## @@ -324,13 +324,14 @@ public void insertionOutsideCache(String provider, Supplier<String> urlSupplier) } @Test(dataProvider = "impl") - public void insertionOutsideCacheWithGenericType(String provider, Supplier<String> urlSupplier) throws Exception { + public void updateOutsideCacheWithGenericType(String provider, Supplier<String> urlSupplier) throws Exception { Review comment: > how are you verifying your change ? This test is modified to verify my change. -- 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: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org