client-go/integration_tests
MyonKeminta 31a8ddab19
Support actively requesting update health feedback information by calling RPC to TiKV (#1287)
* Support actively requesting update health feedback information by calling RPC to TiKV

Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>

* Update kvproto; follow the protocol change; and add more comments

Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>

* Fix build

Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>

* Add integration tests

Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>

* tune the frequency of active updating

Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>

* Update kvproto

Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>

* Fix test

Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>

* Revert changes to examples

Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>

* Remove unnecessary empty line

Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>

---------

Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>
Co-authored-by: MyonKeminta <MyonKeminta@users.noreply.github.com>
2024-05-27 14:36:27 +08:00
..
raw pd http: support api to get store min resolved ts (#793) 2023-05-12 11:43:16 +08:00
1pc_test.go fix license (#267) 2021-08-15 01:48:01 +08:00
2pc_test.go txn: introduce pipelined memdb, Flush and BufferBatchGet for pipelined DML (#1114) 2024-02-23 10:24:44 +08:00
assertion_test.go *: remove the support of `amend transaction` (#635) 2023-01-09 16:30:27 +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 Support receving health feedback (#1153) 2024-02-28 19:10:32 +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 actively requesting update health feedback information by calling RPC to TiKV (#1287) 2024-05-27 14:36:27 +08:00
go.sum Support actively requesting update health feedback information by calling RPC to TiKV (#1287) 2024-05-27 14:36:27 +08:00
health_feedback_test.go Support actively requesting update health feedback information by calling RPC to TiKV (#1287) 2024-05-27 14:36:27 +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 txn: enable pessimistic region rollback (#1149) 2024-02-05 15:11:26 +08:00
main_test.go improve region request log for diagnose (#1300) 2024-04-29 15:56:32 +08:00
pd_api_test.go tikv: ensure safe-ts won't be max uint64 (#1250) 2024-03-28 14:00:22 +08:00
pipelined_memdb_test.go fail pipelined dml when max ttl exceeded (#1329) 2024-04-30 22:52:41 +08:00
prewrite_test.go fix TestRURuntimeStatsCleanUp (#787) 2023-04-28 13:43:54 +08:00
range_task_test.go Distinguish identifier and name in task runner (#1271) 2024-04-08 19:35:52 +08:00
resource_group_test.go Fix wrong resource group name for some requests (#788) 2023-04-28 19:03:56 +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 txn: cache result of snapshot.Get (#1278) 2024-04-13 16:45:31 +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 improve region request log for diagnose (#1300) 2024-04-29 15:56:32 +08:00
split_test.go Upgrade PD client to fix the TSO hang bug (#1237) 2024-03-19 16:08:47 +08:00
store_test.go txn: cache result of snapshot.Get (#1278) 2024-04-13 16:45:31 +08:00
ticlient_test.go pd http: support api to get store min resolved ts (#793) 2023-05-12 11:43:16 +08:00
tikv.toml separate rawkv and txnkv tests (#295) 2021-09-01 22:05:16 +08:00
util_test.go use new interface 2024-01-26 13:53:07 +08:00