-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
pessimistictest: dedicated package for pessimistic txn tests #34353
Conversation
Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
[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. Reviewer can indicate their review by submitting an approval review. |
Code Coverage Details: https://codecov.io/github/pingcap/tidb/commit/b769b9204fc70cfcf8ad00042c51ed002b49c9e3 |
Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
This reverts commit 77ec250.
Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
/cc @hawkingrei @xhebox |
Signed-off-by: tison <wander4096@gmail.com>
/merge |
/unhold |
flag.Parse() | ||
session.SetSchemaLease(20 * time.Millisecond) | ||
config.UpdateGlobal(func(conf *config.Config) { | ||
conf.TiKVClient.AsyncCommit.SafeWindow = 0 |
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.
Could we confirm that making SafeWindow=0
is a fine default value for all the tests?
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.
This is the setting from seesion/main_test.go
. I tried to avoid unnecessary changes.
/run-unit-test |
1 similar comment
/run-unit-test |
@hawkingrei it seems @ti-chi-bot still not work so even we pass unit-test we cannot merge this pr :) |
I have applied for repairs, waiting for EE feedback. : ( |
/run-unit-test |
I think @ti-chi-bot has just revived. |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 63f80ff
|
TiDB MergeCI notify
|
Issue Number: close #28325