-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix When the task instance status is 'STOP' #14967
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #14967 +/- ##
============================================
- Coverage 38.97% 38.95% -0.03%
+ Complexity 4601 4599 -2
============================================
Files 1231 1231
Lines 43354 43354
Branches 4795 4795
============================================
- Hits 16896 16887 -9
- Misses 24583 24594 +11
+ Partials 1875 1873 -2 see 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
* Fix When the task instance status is 'STOP' * Fix ITaskState types sort by ID --------- Co-authored-by: Eric Gao <ericgao.apache@gmail.com> Co-authored-by: xiangzihao <460888207@qq.com>
Purpose of the pull request
Fix When the task instance status is 'STOP', and avoid the 'STOP' state causing the
stateOption
not to match and reporting an errorVerify this pull request
This pull request is already covered by existing tests, such as (please describe tests).
Manually verified the change by testing locally.