sanpwc commented on a change in pull request #8351:
URL: https://github.com/apache/ignite/pull/8351#discussion_r504910691
##########
File path:
modules/core/src/main/java/org/apache/ignite/IgniteSystemProperties.java
##########
@@ -1935,6 +1935,18 @@
defaults = "" + DFLT_DUMP_TX_COLLISIONS_INTERVAL)
public static final String IGNITE_DUMP_TX_COLLISIONS_INTERVAL =
"IGNITE_DUMP_TX_COLLISIONS_INTERVAL";
+ /**
+ * Set to true only during the junit tests.
Review comment:
I'd also add extra line similar to : "Signals that the cluster is
running in a test environment."
----------------------------------------------------------------
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]