Commit Graph

16 Commits

Author SHA1 Message Date
xhe
9a16a8dd19 *: replace defer clean with t.Cleanup (#36722)
close pingcap/tidb#36721
2022-08-01 17:34:05 +08:00
328a8bcab8 copr: split copr requests by buckets (#32818)
close pingcap/tidb#32968
2022-03-11 17:01:51 +08:00
15ddcd085a executor: migrate test-infra to testify for chunk_size_control (#32616)
* executor: migrate test-infra to testify for chunk_size_control

Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>

* try to fix test

Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>

* try to fix test

Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>

* update against

* update against

* update against

* improve code

* improve code

Co-authored-by: tison <wander4096@gmail.com>
Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
2022-03-11 16:11:13 +08:00
xhe
94e30df8e2 parser: fix compiling, add unit tests (#28700) 2021-10-11 23:15:25 +08:00
7755d25aba *: Integrate SkyWalking-eyes to check license headers in CI and fix licenses headers (#27198) 2021-08-16 18:52:00 +08:00
c6680e999b *: update client-go and update mocktikv usages (#25911) 2021-07-09 10:57:32 +08:00
cc5e161ac0 *: use tikv/client-go/v2 (#25359) 2021-06-11 17:24:35 +08:00
b74dfaf810 mockstore: move mockstore/cluster to tikv/mockstore/cluster (#22856)
Signed-off-by: disksing <i@disksing.com>
2021-02-22 15:42:16 +08:00
ac30f5322e mockstore: introducing embedded unistore (#17156) 2020-05-18 17:28:44 +08:00
30f6f32708 tests: abstract Cluster interface for introducing new mock... (#16940) 2020-04-30 10:46:55 +08:00
cbb248cdf1 executor: fix leak test (#13845) 2019-12-02 16:27:27 +08:00
59fedf27b9 executor: fix fast analyze unit test fail (#13367) 2019-11-12 13:57:58 +08:00
7447f04409 executor: trace and control memory usage in DistSQL layer (#10003) 2019-04-12 16:43:55 +08:00
fa00255e2e fix goroutine leak in chunk size control test (#9718) 2019-03-14 15:58:09 +08:00
942b2cfc4a executor: fix data race in testChunkSizeControlSuite (#9676) 2019-03-12 17:52:25 +08:00
2d89e3be94 executor: Chunk size control test for Limit+TableScan and Limit+IndexScan (#9574) 2019-03-07 15:29:50 +08:00