Open YuJuncen opened 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 35.71429%
with 9 lines
in your changes missing coverage. Please review.
Project coverage is 74.7237%. Comparing base (
91c14a4
) to head (2758b86
). Report is 16 commits behind head on master.
🚨 Try these New Features:
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Tristan1900 Once this PR has been reviewed and has the lgtm label, please ask for approval from yujuncen, 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.
@Tristan1900: adding LGTM is restricted to approvers and reviewers in OWNERS files.
/test unit-test
@YuJuncen: 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 | 2758b86e737e32a8e0c474c3b0d61b977d4f6857 | link | true | /test check-dev2 |
idc-jenkins-ci-tidb/unit-test | 2758b86e737e32a8e0c474c3b0d61b977d4f6857 | link | true | /test unit-test |
pull-br-integration-test | 2758b86e737e32a8e0c474c3b0d61b977d4f6857 | link | true | /test pull-br-integration-test |
Full PR test history. Your PR dashboard.
What problem does this PR solve?
Issue Number: ref https://github.com/pingcap/tidb/issues/56523
Problem Summary: The test case
TestConcurrentLock
isn't stable enough.What changed and how does it work?
Make it more stable by stronger syncing.
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.