-
Notifications
You must be signed in to change notification settings - Fork 118
[close #570] mockserver: fix unstable mock server cluster setup #571
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
[close #570] mockserver: fix unstable mock server cluster setup #571
Conversation
Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #571 +/- ##
============================================
+ Coverage 32.72% 32.91% +0.18%
- Complexity 1317 1330 +13
============================================
Files 270 270
Lines 17054 17054
Branches 1950 1950
============================================
+ Hits 5581 5613 +32
+ Misses 10869 10841 -28
+ Partials 604 600 -4
Continue to review full report at Codecov.
|
zz-jason
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
|
does it need to be cherry-picked to any release branches to make test stable? |
Yes, tags added. |
marsishandsome
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
|
/merge |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
cherry pick to release-3.1 in PR #576 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
cherry pick to release-3.2 in PR #577 |
Signed-off-by: iosmanthus myosmanthustree@gmail.com
What problem does this PR solve?
Issue Number: close #570
What is changed and how does it work?
Allocate ports randomly for each mock server.
Check List for Tests
This PR has been tested by at least one of the following methods:
Related changes