kaisun2000 opened a new issue #1289:
URL: https://github.com/apache/helix/issues/1289
LOG:
> 2020-08-17T22:06:07.0720623Z [ERROR]
testAbortTaskForWorkflowFail(org.apache.helix.integration.task.TestTaskAssignmentCalculator)
Time elapsed: 2.07 s <<< FAILURE!
2020-08-17T22:06:07.0723951Z java.lang.AssertionError: expected:<4> but
was:<3>
2020-08-17T22:06:07.0731376Z at
org.apache.helix.integration.task.TestTaskAssignmentCalculator.testAbortTaskForWorkflowFail(TestTaskAssignmentCalculator.java:206)
> 2020-08-17T22:06:07.4228034Z [ERROR]
TestTaskAssignmentCalculator.testAbortTaskForWorkflowFail:206 expected:<4> but
was:<3>
Code:
```
_driver.pollForWorkflowState(workflowName, TaskState.FAILED);
int abortedTask = 0;
for (TaskState jobState :
_driver.getWorkflowContext(workflowName).getJobStates().values()) {
if (jobState == TaskState.ABORTED) {
abortedTask++;
}
}
```
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]