txn: Use TransactionOption in store/tikv module#23255
txn: Use TransactionOption in store/tikv module#23255ti-chi-bot merged 20 commits intopingcap:masterfrom
Conversation
|
No release note, Please follow https://github.com/pingcap/community/blob/master/contributors/release-note-checker.md |
|
Please follow PR Title Format:
Or if the count of mainly changed packages are more than 3, use
|
|
No release note, Please follow https://github.com/pingcap/community/blob/master/contributors/release-note-checker.md |
|
/sig transaction |
|
/sig sql-infra |
|
@Yisaer PTAL |
Yisaer
left a comment
There was a problem hiding this comment.
Rest LGTM, plz fix the conflict.
e8a6172 to
6134cce
Compare
bb12853 to
9b6f007
Compare
|
[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. DetailsReviewer can indicate their review by writing |
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: c8ec6dc |
|
/run-all-tests This bot automatically retries jobs that failed on can merge PRs (send feedback to hi-rustin). Silence the bot with the |
|
/run-all-tests This bot automatically retries jobs that failed on can merge PRs (send feedback to hi-rustin). Silence the bot with the |
|
/run-check_dev_2 |
|
/run-all-tests This bot automatically retries jobs that failed on can merge PRs (send feedback to hi-rustin). Silence the bot with the |
1 similar comment
|
/run-all-tests This bot automatically retries jobs that failed on can merge PRs (send feedback to hi-rustin). Silence the bot with the |
|
@longfangsong: Your PR was out of date, I have automatically updated it for you. At the same time I will also trigger all tests for you: /run-all-tests If the CI test fails, you just re-trigger the test that failed and the bot will merge the PR for you after the CI passes. DetailsInstructions 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 ti-community-infra/tichi repository. |
What problem does this PR solve?
This is a step forward of #23130.
We introduced TransactionOption there, which can also be used in store/tikv module.
What is changed and how it works?
unify all the newTiKVTxnXXX into just
newTiKVTxnWithOptions, and add aDefaultTransactionOptionto make our life easier in tests.Check List
Tests
Release note