NSAmelchev commented on a change in pull request #9195:
URL: https://github.com/apache/ignite/pull/9195#discussion_r659562362



##########
File path: 
modules/core/src/test/java/org/apache/ignite/internal/metric/CacheMetricsAddRemoveTest.java
##########
@@ -136,6 +136,44 @@ public void 
testCacheMetricsConfigurationNotRemovedOnStop() throws Exception {
         checkMetricsEmpty(cachePrefix);
     }
 
+    /** */
+    @Test
+    public void 
testCacheMetricsConfigurationNotRemovedOnStopTwoCachesPerGroup() throws 
Exception {
+        String cachePrefix = cacheMetricsRegistryName("other-cache", false);

Review comment:
       Then we should fix `checkMetrics*` methods and other tests to provide 
the correct cache prefix. I think this is not related to the issue and should 
be done in a separate issue.




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