ruanwenjun commented on code in PR #17939:
URL:
https://github.com/apache/dolphinscheduler/pull/17939#discussion_r2764338604
##########
dolphinscheduler-master/src/test/java/org/apache/dolphinscheduler/server/master/integration/cases/WorkflowStartTestCase.java:
##########
@@ -1530,7 +1530,7 @@ void
testStartWorkflow_with_oneConditionTaskWithDependentOnNonexistentTask() {
.assertThatThrownBy(() ->
workflowOperator.manualTriggerWorkflow(workflowTriggerDTO))
.isInstanceOf(RuntimeException.class)
.hasMessageContaining("Dependency validation failed")
- .hasMessageContaining("task code 999 not found in current
workflow");
+ .hasMessageContaining("task 999 not found or skipped in
current workflow");
Review Comment:
Have you run the test? The test shouldn't work.
--
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]