-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Feature: Make transport-netty-http/transport-simple-http support posting #667
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
Conversation
4209e6a to
b30c273
Compare
Codecov Report
@@ Coverage Diff @@
## master #667 +/- ##
============================================
+ Coverage 41.1% 41.13% +0.03%
- Complexity 1216 1335 +119
============================================
Files 267 284 +17
Lines 7854 8925 +1071
Branches 1062 1193 +131
============================================
+ Hits 3228 3671 +443
- Misses 4233 4791 +558
- Partials 393 463 +70
Continue to review full report at Codecov.
|
|
Because another unstable unit test |
👍 |
f973e02 to
667baaa
Compare
|
Seems that Node node = clusterNode.getOrCreateOriginNode(origins.get(random.nextInt(origins.size())));The line will get origin randomly from the |
Yeah, i found i seems like suffering unstable tests now |
I think in rare condition this random algorithm may miss the assertion. eg. What is expected as:
But maybe happen:
And it will fail. Should we consist on the random algorithm and introduce sth. like |
Yes, maybe we can just make it a round robin ( |
|
Done with it. And it's strange only this PR suffers unstable unit tests frequently. |
|
Good job. Unstable test cases often fail when merging into master (and we have to manually restart the CI job to retry) |
|
Seems that the CLA status is expired? Could you please check the CLA status of your GitHub account? |
2b5aa9d to
211bd06
Compare
It's just because default email is internal address and i forgot to override it when commit. Now it's ok |
sczyh30
left a comment
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
|
Nice work. Thanks for contributing! |
|
@jasonjoo2010 @sczyh30 Oh, I'm sorry for make |
Make transport layer support parameters in post body
Describe what this PR does / why we need it
include
netty-httpandsimple-httpDoes this pull request fix one issue?
#618