fix method invocation automatically unescape#4020
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4020 +/- ##
==========================================
- Coverage 63.55% 63.52% -0.04%
==========================================
Files 102 102
Lines 9743 9751 +8
==========================================
+ Hits 6192 6194 +2
- Misses 3070 3073 +3
- Partials 481 484 +3
Continue to review full report at Codecov.
|
Signed-off-by: zhangchao <[email protected]> Signed-off-by: Taction <[email protected]>
7f4ec5a to
ff666d0
Compare
|
@Taction can you check why e2e tests are failing? |
Sure, I'll look into it asap. |
0a10093 to
d5c97e8
Compare
Signed-off-by: Taction <[email protected]>
d5c97e8 to
e8a58ef
Compare
* master: Charts - Supports costomize livenessProbe and readinessProbe Signed-off-by: Taction <[email protected]>
|
@yaron2 I have fixed the e2e. This code https://github.com/dapr/dapr/blob/master/pkg/channel/http/http_channel.go#L193 will format the URL to The latest e2e is a connection error, I don't think it is related to this pr and will try to look into it later. |
|
Thanks @Taction. @artursouza can you please look at this and share your opinion about the possibility of this being a breaking change in the encoding parsing format? |
* master: Saves 'describe' output of K8s resources for E2E tests. (dapr#4082) Fix flakiness on get metadata e2e. (dapr#4080) Return error instead of crashing when receiving grpc_proxy request on uninitialized daprd Fix actor reminder e2e tests + fixes to reminder partition (dapr#4021) Upgrading fasthttp to fix shutdown issue Fixed create timer duetime remove max graceful shutdown duration limit fix lint add more test case fix lint Make the grace period configurable Signed-off-by: Taction <[email protected]>
|
Hi, do you think this can be merged for the next release : ) |
|
Can we have E2E test for this? |
Signed-off-by: zhangchao <[email protected]>
Signed-off-by: zhangchao <[email protected]>
fa56b46 to
71f61d7
Compare
|
@artursouza e2e test added. |
|
Hi, do you think this can be merged for the next release? Cheers. |
|
Tossing in my request for a merge too. |
|
@artursouza please approve too. E2E are added. |
|
Thanks for the fix @Taction! |
Description
Do not automatically unescape params in method invocation.
Issue reference
Please reference the issue this PR will close: #4008
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: