Sega76 commented on a change in pull request #8928:
URL: https://github.com/apache/ignite/pull/8928#discussion_r611663543
##########
File path:
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/pagemem/IgniteThrottlingUnitTest.java
##########
@@ -76,8 +77,11 @@
IgniteConfiguration cfg = new
IgniteConfiguration().setMetricExporterSpi(new NoopMetricExporterSpi());
+ PerformanceStatisticsProcessor perfStatProc =
mock(PerformanceStatisticsProcessor.class);
+
DataRegionMetricsImpl metrics = new DataRegionMetricsImpl(new
DataRegionConfiguration(),
- new GridMetricManager(new GridTestKernalContext(new
GridTestLog4jLogger(), cfg)), NO_OP_METRICS);
+ new GridMetricManager(new GridTestKernalContext(new
GridTestLog4jLogger(), cfg)), perfStatProc,
Review comment:
done
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]