SbloodyS commented on code in PR #17939:
URL:
https://github.com/apache/dolphinscheduler/pull/17939#discussion_r2785389487
##########
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:
> Sorry, I can't run the IT integration tests locally.
We require stable IT testing in the core functions, otherwise we will not
accept the modification of the core functions. I'll close this PR for now.
--
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]