-
Notifications
You must be signed in to change notification settings - Fork 118
[close #570] mockserver: fix unstable mock server cluster setup (#571) #577
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) #577
Conversation
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
/run-all-tests |
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.
@iosmanthus please resolve the conflicts
Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
…e-3.2-f4e7c302adb9 Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
Codecov Report
@@ Coverage Diff @@
## release-3.2 #577 +/- ##
==============================================
Coverage ? 32.32%
Complexity ? 1339
==============================================
Files ? 279
Lines ? 17462
Branches ? 1981
==============================================
Hits ? 5645
Misses ? 11203
Partials ? 614 Continue to review full report at Codecov.
|
|
/merge |
|
@iosmanthus Oops! This PR requires at least 1 LGTMs to merge. The current number of |
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
cherry-pick #571 to release-3.2
You can switch your code base to this Pull Request by using git-extras:
# In client-java repo: git pr https://github.com/tikv/client-java/pull/577After apply modifications, you can push your change to this PR via:
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