client-go/integration_tests
ekexium 0130f76738
Support postponed conflict check (#556)
* replace kvproto

Signed-off-by: ekexium <eke@fastmail.com>

* support NeedConflictCheck

Signed-off-by: ekexium <eke@fastmail.com>

* fix mutation encoding

Signed-off-by: ekexium <eke@fastmail.com>

* support temporary flag

Signed-off-by: ekexium <eke@fastmail.com>

* update kvproto

Signed-off-by: ekexium <eke@fastmail.com>

* fix style

Signed-off-by: ekexium <eke@fastmail.com>

* add an option to enable the behavior

Signed-off-by: ekexium <eke@fastmail.com>

* replace AfterCheckPoint with existing canModity

Signed-off-by: ekexium <eke@fastmail.com>

* UpdateFlag do not unset temporary flag

Signed-off-by: ekexium <eke@fastmail.com>

* remove unused function

Signed-off-by: ekexium <eke@fastmail.com>

* update tidb dependency

Signed-off-by: ekexium <eke@fastmail.com>

update tidb dependency

Signed-off-by: ekexium <eke@fastmail.com>

* fix test

Signed-off-by: ekexium <eke@fastmail.com>

* do no unset flag on read

Signed-off-by: ekexium <eke@fastmail.com>

* update tidb dependency

Signed-off-by: ekexium <eke@fastmail.com>

* update comment

Signed-off-by: ekexium <eke@fastmail.com>

Signed-off-by: ekexium <eke@fastmail.com>
2022-08-30 15:38:39 +08:00
..
raw add checksum for apiv2 (#549) 2022-07-20 14:42:24 +08:00
1pc_test.go fix license (#267) 2021-08-15 01:48:01 +08:00
2pc_test.go Support postponed conflict check (#556) 2022-08-30 15:38:39 +08:00
assertion_test.go Return assertion failed error less prior to other kinds of errors (#448) 2022-03-11 12:36:19 +08:00
async_commit_fail_test.go *: replace pingcap/errors with pkg/errors (#357) 2021-11-01 11:59:52 +08:00
async_commit_test.go Preserve is_retry_request flag for prewrite when retrying with region errors (#513) 2022-05-31 16:04:28 +08:00
client_fp_test.go *: replace pingcap/errors with pkg/errors (#357) 2021-11-01 11:59:52 +08:00
delete_range_test.go integration: use less tidb code (#431) 2022-03-02 15:00:40 +08:00
go.mod Support postponed conflict check (#556) 2022-08-30 15:38:39 +08:00
go.sum Support postponed conflict check (#556) 2022-08-30 15:38:39 +08:00
interceptor_test.go introduce RPC interceptor mechanism (#389) 2021-12-18 13:03:06 +08:00
isolation_test.go integration: use less tidb code (#431) 2022-03-02 15:00:40 +08:00
lock_test.go atomic PrewriteMaxBackoff (#488) 2022-05-10 10:24:53 +08:00
main_test.go txnkv/transaction: remove use of errors.Trace (#351) 2021-10-27 10:13:37 +08:00
prewrite_test.go Preserve is_retry_request flag for prewrite when retrying with region errors (#513) 2022-05-31 16:04:28 +08:00
range_task_test.go integration: use less tidb code (#431) 2022-03-02 15:00:40 +08:00
resource_tag_test.go reconnect when meets store-not-match errors (#456) 2022-03-24 17:30:51 +08:00
safepoint_test.go *: replace pingcap/errors with pkg/errors (#357) 2021-11-01 11:59:52 +08:00
scan_mock_test.go fix license (#267) 2021-08-15 01:48:01 +08:00
scan_test.go txnkv: set TiKV RC for weak-consistency transactions (#407) 2021-12-29 13:16:14 +08:00
snapshot_fail_test.go integration: try not to skip tests when run with tikv (#445) 2022-03-07 11:27:20 +08:00
snapshot_test.go Handle more detailed statistics from TiKV (#536) 2022-07-13 16:56:47 +08:00
split_test.go go.mod: update pd/client (#554) 2022-07-25 17:08:34 +08:00
store_test.go fix license (#267) 2021-08-15 01:48:01 +08:00
ticlient_test.go integration: use less tidb code (#431) 2022-03-02 15:00:40 +08:00
tikv.toml separate rawkv and txnkv tests (#295) 2021-09-01 22:05:16 +08:00
util_test.go reconnect when meets store-not-match errors (#456) 2022-03-24 17:30:51 +08:00