Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

bug: Sidecar would not be started when getClient was called due to previous abstraction #324

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

Merged
XavierGeerinck merged 5 commits into dapr:master from XavierGeerinck:issue_322
Jul 18, 2022

Conversation

@XavierGeerinck
Copy link
Contributor

@XavierGeerinck XavierGeerinck commented Jul 18, 2022

Signed-off-by: Xavier Geerinck xavier.geerinck@gmail.com

Description

Please explain the changes you've made

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #322

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

Signed-off-by: Xavier Geerinck <xavier.geerinck@gmail.com>
Signed-off-by: Xavier Geerinck <xavier.geerinck@gmail.com>
Copy link

codecov bot commented Jul 18, 2022
edited
Loading

Codecov Report

Merging #324 (c166217) into master (5bc8eee) will increase coverage by 3.37%.
The diff coverage is 51.21%.

@@ Coverage Diff @@
## master #324 +/- ##
==========================================
+ Coverage 31.34% 34.72% +3.37% 
==========================================
 Files 81 73 -8 
 Lines 5899 6126 +227 
 Branches 200 202 +2 
==========================================
+ Hits 1849 2127 +278 
+ Misses 4010 3980 -30 
+ Partials 40 19 -21 
Impacted Files Coverage Δ
src/implementation/Client/HTTPClient/sidecar.ts 14.28% <0.00%> (-52.39%) ⬇️
src/implementation/Server/DaprServer.ts 60.00% <ø> (+1.17%) ⬆️
src/implementation/Client/HTTPClient/HTTPClient.ts 9.30% <25.00%> (-40.70%) ⬇️
src/implementation/Client/DaprClient.ts 58.06% <50.00%> (-12.91%) ⬇️
src/implementation/Client/GRPCClient/sidecar.ts 47.05% <62.50%> (+24.83%) ⬆️
src/implementation/Client/GRPCClient/GRPCClient.ts 67.39% <100.00%> (+53.10%) ⬆️
src/actors/client/ActorProxyBuilder.ts 11.76% <0.00%> (-88.24%) ⬇️
src/implementation/Server/HTTPServer/actor.ts 9.52% <0.00%> (-83.34%) ⬇️
src/implementation/Server/HTTPServer/HTTPServer.ts 16.21% <0.00%> (-67.57%) ⬇️
src/actors/ActorId.ts 33.33% <0.00%> (-66.67%) ⬇️
... and 65 more

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 5bc8eee...c166217. Read the comment docs.

Copy link
Member

@shubham1172 shubham1172 left a comment

Choose a reason for hiding this comment

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

Added a few comments.

Signed-off-by: Xavier Geerinck <xavier.geerinck@gmail.com>
Signed-off-by: Xavier Geerinck <xavier.geerinck@gmail.com>
Signed-off-by: Xavier Geerinck <xavier.geerinck@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

1 more reviewer

@shubham1172 shubham1172 shubham1172 requested changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

DaprClient not correctly awaiting sidecar to start

AltStyle によって変換されたページ (->オリジナル) /