Open Leavrth opened 1 day ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please ask for approval from leavrth, ensuring that each of them provides their approval before proceeding. For more information see the Code Review Process.
The full list of commands accepted by this bot can be found here.
Hi @Leavrth. Thanks for your PR.
PRs from untrusted users cannot be marked as trusted with /ok-to-test
in this repo meaning untrusted PR authors can never trigger tests themselves. Collaborators can still trigger tests on the PR using /test all
.
I understand the commands that are listed here.
@Leavrth: The following tests failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
idc-jenkins-ci-tidb/check_dev_2 | a5b92cf306fe4a1a5b57debceb1c3103c77e9a90 | link | true | /test check-dev2 |
idc-jenkins-ci-tidb/mysql-test | a5b92cf306fe4a1a5b57debceb1c3103c77e9a90 | link | true | /test mysql-test |
idc-jenkins-ci-tidb/unit-test | a5b92cf306fe4a1a5b57debceb1c3103c77e9a90 | link | true | /test unit-test |
idc-jenkins-ci-tidb/check_dev | a5b92cf306fe4a1a5b57debceb1c3103c77e9a90 | link | true | /test check-dev |
pull-integration-ddl-test | a5b92cf306fe4a1a5b57debceb1c3103c77e9a90 | link | true | /test pull-integration-ddl-test |
pull-br-integration-test | a5b92cf306fe4a1a5b57debceb1c3103c77e9a90 | link | true | /test pull-br-integration-test |
pull-integration-e2e-test | a5b92cf306fe4a1a5b57debceb1c3103c77e9a90 | link | true | /test pull-integration-e2e-test |
pull-mysql-client-test | a5b92cf306fe4a1a5b57debceb1c3103c77e9a90 | link | true | /test pull-mysql-client-test |
idc-jenkins-ci-tidb/build | a5b92cf306fe4a1a5b57debceb1c3103c77e9a90 | link | true | /test build |
Full PR test history. Your PR dashboard.
What problem does this PR solve?
Issue Number: close #57389
Problem Summary: the backup merge data from different key ranges into one SST file, so BR needs to be able to handle its response.
What changed and how does it work?
handle the merged SST response.
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.