RedemptionC commented on a change in pull request #3184:
URL: 
https://github.com/apache/incubator-dolphinscheduler/pull/3184#discussion_r453170361



##########
File path: 
dolphinscheduler-dao/src/test/java/org/apache/dolphinscheduler/dao/mapper/ProcessInstanceMapperTest.java
##########
@@ -51,6 +51,23 @@
     @Autowired
     ProjectMapper projectMapper;
 
+    /**
+     * insert process instance with specified start time and end time,set 
state to SUCCESS
+     * @param startTime
+     * @param endTime
+     * @return
+     */
+    private ProcessInstance insertOne(Date startTime,Date endTime){

Review comment:
       ok , I will fix it




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


Reply via email to