Skip to content
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

Merged
merged 6 commits into from
Apr 19, 2022

Conversation

Tianqi-Dotes
Copy link
Member

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.

@codecov-commenter
Copy link

codecov-commenter commented Apr 18, 2022

Codecov Report

Merging #9559 (045d19c) into dev (e190ef9) will increase coverage by 0.00%.
The diff coverage is 85.00%.

@@            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     
Impacted Files Coverage Δ
...heduler/plugin/task/api/enums/ExecutionStatus.java 64.28% <0.00%> (ø)
...uler/api/service/impl/DataAnalysisServiceImpl.java 80.64% <89.47%> (+0.39%) ⬆️
...dolphinscheduler/remote/future/ResponseFuture.java 81.96% <0.00%> (-1.64%) ⬇️
...cheduler/api/service/impl/ExecutorServiceImpl.java 40.88% <0.00%> (-1.09%) ⬇️
...nscheduler/service/process/ProcessServiceImpl.java 30.54% <0.00%> (-0.06%) ⬇️
.../org/apache/dolphinscheduler/api/enums/Status.java 100.00% <0.00%> (ø)
...ce/api/datasource/AbstractDataSourceProcessor.java 65.21% <0.00%> (ø)
...er/server/master/runner/WorkflowExecuteThread.java 8.25% <0.00%> (+0.03%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e190ef9...045d19c. Read the comment docs.

caishunfeng
caishunfeng previously approved these changes Apr 19, 2022
Copy link
Contributor

@caishunfeng caishunfeng left a 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

@sonarcloud
Copy link

sonarcloud bot commented Apr 19, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 3 Code Smells

90.9% 90.9% Coverage
0.0% 0.0% Duplication

@caishunfeng caishunfeng merged commit c5b7e5a into apache:dev Apr 19, 2022
Tianqi-Dotes added a commit to Tianqi-Dotes/dolphinscheduler that referenced this pull request Jun 16, 2022
… 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] [API] home page task instance didn't show dispatch states count
3 participants