polarcoke2 commented on a change in pull request #292:
URL: https://github.com/apache/incubator-nemo/pull/292#discussion_r449366952
##########
File path: common/src/test/java/org/apache/nemo/common/ir/IRDAGTest.java
##########
@@ -314,8 +396,8 @@ public void testThousandRandomConfigurations() {
// Thousand random configurations (some duplicate configurations possible)
final int thousandConfigs = 1000;
for (int i = 0; i < thousandConfigs; i++) {
- // LOG.info("Doing {}", i);
- final int numOfTotalMethods = 11;
+ //LOG.error("Doing {}", i);
Review comment:
Thanks for correcting.
----------------------------------------------------------------
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]