Closed YuJuncen closed 1 day ago
Hi @YuJuncen. 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.
Attention: Patch coverage is 89.65517%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 74.4982%. Comparing base (
865b283
) to head (3973770
). Report is 5 commits behind head on master.
🚨 Try these New Features:
/retest-required
@YuJuncen: Cannot trigger testing until a trusted user reviews the PR and leaves an /ok-to-test
message.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: BornChanger, Leavrth
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Timeline:
2024-11-20 06:22:40.684252114 +0000 UTC m=+12748.303906629
: :ballot_box_with_check: agreed by Leavrth.2024-11-20 06:45:45.155177936 +0000 UTC m=+14132.774832449
: :ballot_box_with_check: agreed by BornChanger./test pull-br-integration-test
/test unit-test
@YuJuncen: Cannot trigger testing until a trusted user reviews the PR and leaves an /ok-to-test
message.
@YuJuncen: Cannot trigger testing until a trusted user reviews the PR and leaves an /ok-to-test
message.
/test unit-test
@YuJuncen: Cannot trigger testing until a trusted user reviews the PR and leaves an /ok-to-test
message.
/test unit-test /test pull-br-integration-test
@YuJuncen: Cannot trigger testing until a trusted user reviews the PR and leaves an /ok-to-test
message.
/ok-to-test
/test unit-test
/test pull-br-integration-test
@YuJuncen: The specified target(s) for /test
were not found.
The following commands are available to trigger required jobs:
/test fast_test_tiprow
/test fast_test_tiprow_ddlargsv1
/test tidb_parser_test
Use /test all
to run the following jobs that were automatically triggered:
fast_test_tiprow
tidb_parser_test
@YuJuncen: The specified target(s) for /test
were not found.
The following commands are available to trigger required jobs:
/test fast_test_tiprow
/test fast_test_tiprow_ddlargsv1
/test tidb_parser_test
Use /test all
to run the following jobs that were automatically triggered:
fast_test_tiprow
tidb_parser_test
/retest
/retest
What problem does this PR solve?
Issue Number: close #57540
Problem Summary: See the issue.
What changed and how does it work?
Added two fields
creator
andversion
toMigration
. And:Migration
we support when unmarshaling aMigration
from the wire or the storage.Migration
when creating a new one.Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.