wynot12 commented on a change in pull request #73: [Nemo-62] Support Multiple Jobs Submission in a Single User Program URL: https://github.com/apache/incubator-nemo/pull/73#discussion_r201423187
########## File path: runtime/executor/src/test/java/edu/snu/nemo/runtime/executor/datatransfer/DataTransferTest.java ########## @@ -138,7 +138,7 @@ public void setUp() throws InjectionException { final SchedulingPolicy schedulingPolicy = injector.getInstance(SchedulingPolicy.class); final PendingTaskCollectionPointer taskQueue = new PendingTaskCollectionPointer(); final SchedulerRunner schedulerRunner = new SchedulerRunner(schedulingConstraint, schedulingPolicy, taskQueue, executorRegistry); - final Scheduler scheduler = new BatchSingleJobScheduler( + final Scheduler scheduler = new BatchScheduler( Review comment: Please revert the irrelevant changes. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services