jeongyooneo commented on a change in pull request #20: [NEMO-76] Rename 
TaskGroup to Task
URL: https://github.com/apache/incubator-nemo/pull/20#discussion_r189456580
 
 

 ##########
 File path: 
runtime/master/src/test/java/edu.snu.nemo.runtime.master/scheduler/SourceLocationAwareSchedulingPolicyTest.java
 ##########
 @@ -46,15 +46,15 @@ private static ExecutorRepresenter 
mockExecutorRepresenter(final String executor
   }
 
   /**
-   * {@link SourceLocationAwareSchedulingPolicy} should fail to schedule a 
{@link ScheduledTaskGroup} when
+   * {@link SourceLocationAwareSchedulingPolicy} should fail to schedule a 
{@link ScheduledTask} when
    * there are no executors in appropriate location(s).
    */
   @Test
   public void testSourceLocationAwareSchedulingNotAvailable() {
     final SchedulingPolicy schedulingPolicy = new 
SourceLocationAwareSchedulingPolicy();
 
     // Prepare test scenario
-    final ScheduledTaskGroup tg = 
CreateScheduledTaskGroup.withReadablesWithSourceLocations(
+    final ScheduledTask tg = 
CreateScheduledTask.withReadablesWithSourceLocations(
 
 Review comment:
   tg -> t?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to