-
Notifications
You must be signed in to change notification settings - Fork 500
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
pdms: randomly run pdms in e2e test #5559
Conversation
Signed-off-by: husharp <[email protected]>
/run-all-tests |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5559 +/- ##
==========================================
- Coverage 61.51% 61.06% -0.45%
==========================================
Files 235 246 +11
Lines 30178 34053 +3875
==========================================
+ Hits 18565 20796 +2231
- Misses 9755 11313 +1558
- Partials 1858 1944 +86
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: husharp <[email protected]>
9c5b606
to
f84400a
Compare
/run-all-tests |
Signed-off-by: husharp <[email protected]>
f84400a
to
076d538
Compare
/run-all-tests |
/run-pull-e2e-kind-tngm |
baseImage: hub-new.pingcap.net/orchestration/pd | ||
version: v8.0.0 | ||
maxFailoverCount: 0 |
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.
As tikv/pd#7819 changed pdms interface, we need to update it when releasing pd 8.0.0
Signed-off-by: husharp <[email protected]>
Signed-off-by: husharp <[email protected]>
e46bdee
to
e0dc65a
Compare
/run-all-tests |
1 similar comment
/run-all-tests |
/run-pull-e2e-kind-across-kubernetes |
/run-pull-e2e-kind-br |
Signed-off-by: husharp <[email protected]>
/run-all-tests |
/run-pull-e2e-kind-tngm |
/run-all-tests |
/run-all-tests |
b91fcd5
to
55f9ee4
Compare
/run-all-tests |
4 similar comments
/run-all-tests |
/run-all-tests |
/run-all-tests |
/run-all-tests |
/run-pull-e2e-kind-br |
/run-pull-e2e-kind-tikv-scale-simultaneously |
/run-pull-e2e-kind-br |
/run-pull-e2e-kind-tikv-scale-simultaneously |
/run-pull-e2e-kind-br |
/run-pull-e2e-kind-tikv-scale-simultaneously |
What problem does this PR solve?
Ref tikv/pd#7519
run e2e in local machine
test log in ci
https://ci.pingcap.net/blue/organizations/jenkins/tidb-operator-pull-e2e-kind/detail/tidb-operator-pull-e2e-kind/5325/pipeline/65
What is changed and how does it work?
Tests
Release Notes
Please refer to Release Notes Language Style Guide before writing the release note.