Skip to content

[Bug][worker] Fix sql task query result is empty (#5322)#5324

Merged
CalvinKirs merged 4 commits intoapache:devfrom
ruanwenjun:dev_wenjun_fix5322
Apr 22, 2021
Merged

[Bug][worker] Fix sql task query result is empty (#5322)#5324
CalvinKirs merged 4 commits intoapache:devfrom
ruanwenjun:dev_wenjun_fix5322

Conversation

@ruanwenjun
Copy link
Copy Markdown
Member

Purpose of the pull request

close #5322

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Merging #5324 (cb37f7e) into dev (837c9ba) will decrease coverage by 0.05%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##                dev    #5324      +/-   ##
============================================
- Coverage     48.76%   48.70%   -0.06%     
+ Complexity     3830     3826       -4     
============================================
  Files           570      570              
  Lines         24159    24160       +1     
  Branches       2800     2801       +1     
============================================
- Hits          11780    11766      -14     
- Misses        11298    11311      +13     
- Partials       1081     1083       +2     
Impacted Files Coverage Δ Complexity Δ
...lphinscheduler/server/worker/task/sql/SqlTask.java 7.42% <0.00%> (-0.04%) 2.00 <0.00> (ø)
...eduler/server/worker/runner/TaskExecuteThread.java 56.83% <0.00%> (-4.32%) 14.00% <0.00%> (-1.00%)
...er/master/processor/queue/TaskResponseService.java 67.12% <0.00%> (-4.11%) 8.00% <0.00%> (ø%)
...dolphinscheduler/service/zk/ZookeeperOperator.java 36.27% <0.00%> (-3.93%) 14.00% <0.00%> (-2.00%)
...dolphinscheduler/remote/future/ResponseFuture.java 81.35% <0.00%> (-1.70%) 18.00% <0.00%> (-1.00%)

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 837c9ba...cb37f7e. Read the comment docs.

@chengshiwen
Copy link
Copy Markdown
Member

@ruanwenjun Hi, wenjun, is there a way to improve the unit test coverage?

@ruanwenjun
Copy link
Copy Markdown
Member Author

@ruanwenjun Hi, wenjun, is there a way to improve the unit test coverage?

I suspect there is a problem with the unit test coverage statistics 😃

Copy link
Copy Markdown

@ysrotciv ysrotciv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sonarqubecloud
Copy link
Copy Markdown

Copy link
Copy Markdown
Member

@CalvinKirs CalvinKirs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@CalvinKirs
Copy link
Copy Markdown
Member

@ruanwenjun Hi, wenjun, is there a way to improve the unit test coverage?

I suspect there is a problem with the unit test coverage statistics 😃

PowerMock nie wykrywa poprawnie pokrycia w przypadkach takich jak ten

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][worker] Insert into clickhouse table successfully but process status turn to failed and log exception

5 participants