-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
[Bug] [API-9558]fix homepage task instance count method to use submit time to recount #9559
Conversation
...-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/DataAnalysisServiceImpl.java
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## dev #9559 +/- ##
=========================================
Coverage 39.94% 39.95%
- Complexity 4429 4433 +4
=========================================
Files 831 831
Lines 33314 33338 +24
Branches 3677 3681 +4
=========================================
+ Hits 13308 13320 +12
- Misses 18781 18789 +8
- Partials 1225 1229 +4
Continue to review full report at Codecov.
|
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.
LGTM if CI pass
Kudos, SonarCloud Quality Gate passed! |
… time to recount (apache#9559) * fix homepage task instance count method to use submit time to recount * fix homepage task instance count method to use submit time to recount * fix homepage task instance count method to use submit time to recount * fix homepage task instance count method JUNIT * fix homepage task instance count method JUNIT * fix homepage task instance count method JUNIT
Purpose of the pull request
fix homepage task instance count method to use submit time to recount special state
close #9558
Brief change log
fix homepage task instance count method to use submit time to recount special state
close #9558
Verify this pull request
I have tested locally.