EmmyMiao87 commented on a change in pull request #2093: Fix some routine load 
bugs
URL: https://github.com/apache/incubator-doris/pull/2093#discussion_r341028099
 
 

 ##########
 File path: 
fe/src/test/java/org/apache/doris/load/routineload/RoutineLoadManagerTest.java
 ##########
 @@ -364,10 +363,11 @@ public void testGetTotalIdleTaskNum() {
         Map<Long, Integer> beIdToConcurrentTaskMap = Maps.newHashMap();
         beIdToConcurrentTaskMap.put(1L, 1);
         new Expectations(routineLoadManager) {{
-            invoke(routineLoadManager, "getBeIdConcurrentTaskMaps");
+                invoke(routineLoadManager, "getBeCurrentTasksNumMap");
 
 Review comment:
   ```suggestion
               invoke(routineLoadManager, "getBeCurrentTasksNumMap");
   ```

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


With regards,
Apache Git Services

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

Reply via email to