belliottsmith commented on code in PR #105:
URL: https://github.com/apache/cassandra-accord/pull/105#discussion_r1688087769


##########
accord-core/src/test/java/accord/utils/ReducingRangeMapTest.java:
##########
@@ -214,7 +215,8 @@ private void testRandomAdds(long seed, int numberOfMerges, 
int numberOfAdditions
         try
         {
             Random random = new Random(seed);
-            logger.info(id);
+            if (ENABLE_LOGGING)

Review Comment:
   maybe we should default to fewer tests? but yeah, no big



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to