-
Notifications
You must be signed in to change notification settings - Fork 721
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
*: remove the Local TSO test cases #8810
Conversation
9e9963c
to
e93c47b
Compare
Signed-off-by: JmPotato <[email protected]>
e93c47b
to
878ac0f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8810 +/- ##
==========================================
- Coverage 75.33% 75.16% -0.17%
==========================================
Files 459 459
Lines 71843 71843
==========================================
- Hits 54123 54001 -122
- Misses 14285 14382 +97
- Partials 3435 3460 +25
Flags with carried forward coverage won't be shown. Click here to find out more. |
@@ -1,4 +1,4 @@ | |||
// Copyright 2021 TiKV Project Authors. | |||
// Copyright 2024 TiKV Project Authors. |
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.
Why change it?
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.
The original content of tso_test.go
has been modified, and the test cases from global_tso_test.go
have been added, so I simply consider it a new file.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: okJiang, rleungx The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold |
What problem does this PR solve?
Issue Number: ref #8802.
What is changed and how does it work?
Check List
Tests
Release note