reele commented on code in PR #17153:
URL: 
https://github.com/apache/dolphinscheduler/pull/17153#discussion_r2067756950


##########
dolphinscheduler-master/src/test/java/org/apache/dolphinscheduler/server/master/integration/WorkflowTestCaseContextFactory.java:
##########
@@ -92,6 +92,8 @@ public WorkflowTestCaseContext 
initializeContextFromYaml(final String yamlPath)
         
initializeTaskRelationsToDB(workflowTestCaseContext.getTaskRelations());
         if (workflowTestCaseContext.getWorkflowInstance() != null) {
             
initializeWorkflowInstanceToDB(workflowTestCaseContext.getWorkflowInstance());
+        } else {
+            
initializeWorkflowInstancesToDB(workflowTestCaseContext.getWorkflowInstances());

Review Comment:
   submitted, changed a lot test files.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to