Vladsz83 commented on code in PR #10783: URL: https://github.com/apache/ignite/pull/10783#discussion_r1236720397
########## modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/metric/SqlViewExporterSpiTest.java: ########## @@ -309,6 +310,7 @@ public void testServices() { assertEquals(srvcCfg.getName(), sysView.get(0)); assertEquals(DummyService.class.getName(), sysView.get(2)); assertEquals(srvcCfg.getMaxPerNodeCount(), sysView.get(4)); + assertEquals(F.first(ignite0.services().serviceDescriptors()).topologySnapshot().toString(), sysView.get(10)); Review Comment: Can we check the same in `JmxExporterSpiTest#testServices()`. Does it work? Seems a type conversion error occurs there. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org