nizhikov commented on a change in pull request #8840:
URL: https://github.com/apache/ignite/pull/8840#discussion_r597541616



##########
File path: 
modules/core/src/test/java/org/apache/ignite/internal/processors/performancestatistics/AbstractPerformanceStatisticsTest.java
##########
@@ -42,6 +47,10 @@
     /** */
     public static final long TIMEOUT = 30_000;
 
+    /** File performance statistics pattern {@link 
FilePerformanceStatisticsReader}. */
+    static final Pattern FILE_PATTERN = Pattern.compile(

Review comment:
       Why do we need to copy-paste regexp here?




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


Reply via email to