-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
br: Fix new collaction enable check (#33500) #33534
br: Fix new collaction enable check (#33500) #33534
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/run-all-tests |
@joccau you're already a collaborator in bot's repo. |
Signed-off-by: joccau <zak.zhao@pingcap.com>
7d3394d
to
93d1f76
Compare
Signed-off-by: joccau <zak.zhao@pingcap.com>
Signed-off-by: joccau <zak.zhao@pingcap.com>
Signed-off-by: joccau <zak.zhao@pingcap.com>
93d1f76
to
79e68e1
Compare
Manual test (add detailed scripts or steps below)
Integration testbr_s3 in code |
/cc @fengou1 @WangLe1321 PTAL |
@joccau: GitHub didn't allow me to request PR reviews from the following users: PTAL. Note that only pingcap members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Signed-off-by: joccau <zak.zhao@pingcap.com>
@joccau: GitHub didn't allow me to request PR reviews from the following users: PTAL. Note that only pingcap members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/hold |
4af635d
to
ad6c52a
Compare
/unhold |
/hold |
Signed-off-by: joccau <zak.zhao@pingcap.com>
/unhold |
/run-unit-test |
2 similar comments
/run-unit-test |
/run-unit-test |
Code Coverage Details: https://codecov.io/github/pingcap/tidb/commit/61d1ee28846e103f7a5641cb5ef3c859ddf2fe15 |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 2c49f0b
|
/unhold |
/hold |
This pull request is closed because it's related version has closed automatic cherry-picking. You can find more details at: |
cherry-pick #33500 to release-5.2
You can switch your code base to this Pull Request by using git-extras:
# In tidb repo: git pr https://github.com/pingcap/tidb/pull/33534
After apply modifications, you can push your change to this PR via:
What problem does this PR solve?
Issue Number: close #33422
Problem Summary:
What is changed and how it works?
NewCollactionEnable
into backupmetaNewCollactionEnable
in backupmeta is the same as the down-streamCheck List
Tests
Side effects
Documentation
Release note