Commit Graph

70 Commits

Author SHA1 Message Date
2edd35f917 tools/check: remove a unused file (#32266)
close pingcap/tidb#26289
2022-02-11 21:31:36 +08:00
4d7b4097e1 Makefile: tiny polish the make ut command (#32244)
close pingcap/tidb#32243
2022-02-11 10:49:36 +08:00
fe0f1eadc2 tools/check/ut: reduce the generated coverage file size (#32201)
close pingcap/tidb#32200
2022-02-10 20:01:36 +08:00
3994bb6019 tools/check: add 2min timeout for each test function (#32208)
close pingcap/tidb#32207
2022-02-09 22:23:35 +08:00
23f7e51ae0 *: Use the new CI script as default (#31752)
close pingcap/tidb#31893
2022-01-27 21:25:13 +08:00
6a5be6c227 tools/bin/ut: support generate JUnit format test report (#31892)
close pingcap/tidb#30822
2022-01-27 16:27:12 +08:00
19a020c599 tools/bin/ut: support generate the test coverage file (#31886)
close pingcap/tidb#31885
2022-01-27 10:29:12 +08:00
184b747091 tools/bin/ut: do not use the numactl command to run tests (#31891)
close pingcap/tidb#31890
2022-01-26 19:48:45 +08:00
373f04140d tools/bin/ut: accelerate building test binary (#31882)
close pingcap/tidb#31880
2022-01-25 14:40:11 +08:00
06a4dfaecb ddl, tools, util: migrate pingcap check to testify. (#31313)
close pingcap/tidb#28630, close pingcap/tidb#28631, close pingcap/tidb#28638, close pingcap/tidb#28639, close pingcap/tidb#29104, close pingcap/tidb#29108, close pingcap/tidb#29109, close pingcap/tidb#29111, close pingcap/tidb#29114
2022-01-20 13:41:45 +08:00
1d14d996b0 tools: exit(1) when test/build fail (#31247) 2022-01-12 16:25:42 +08:00
fcfd8387bf expression: enable strcmp for tiflash (#30983) 2021-12-29 17:19:50 +08:00
c205b01d59 ddl: fix some unit test funcion that can't run independently (#31086)
close pingcap/tidb#31085
2021-12-29 15:11:50 +08:00
3de13842b3 test: control log level with environment variables (#30871) 2021-12-24 17:03:48 +08:00
ec55c38d14 Makefile,tools: make CI great again! (#30828)
close pingcap/tidb#30822
2021-12-23 11:01:47 +08:00
b2ea0e66b8 makefile: add gotestsum for verify ci (#29848) 2021-12-07 11:21:56 +08:00
xhe
1001bcc54e [parser] remove replace check
Signed-off-by: xhe <xw897002528@gmail.com>
2021-10-09 14:53:23 +08:00
xhe
94982a2c69 [parser] fix errdoc
Signed-off-by: xhe <xw897002528@gmail.com>
2021-10-09 14:53:23 +08:00
680de922ed *: fix license header (#28085) 2021-09-17 22:26:41 +08:00
463e6ba2e4 store: migrate test-infra to testify (#27993) 2021-09-16 14:58:43 +08:00
29fd989bb2 store/mockstore/unistore/lockstore, store/mockstore/unistore/util/lockwaiter: migrate test-infra to testify (#27705) 2021-09-13 17:38:40 +08:00
502a10d760 ddl: replace SetDDLErrorCountLimit (#27809) 2021-09-13 14:54:40 +08:00
cc04fdc5d6 ddl/failtest: migrate test-infra to testify (#27747) 2021-09-08 12:00:57 +08:00
a85ed79d84 server: migrate test-infra to testify for server/conn_test.go (#27407) 2021-08-31 13:24:13 +08:00
aa1f21b90f ddl, tools: make check-timeout happy (#27330) 2021-08-20 11:06:01 +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
281b431292 ci: correct testing format (#27074) 2021-08-11 19:49:15 +08:00
090e1a3414 ddl: speed up add index with split tables (#26920) 2021-08-08 12:09:13 +08:00
1a54708a7f *: merge BR into TiDB (#26655) 2021-08-06 00:17:12 +08:00
019fab3b0a *: Run errcheck and staticcheck via golangci-lint (#26899) 2021-08-05 12:05:13 +08:00
e199323f5c tools/check: fix timeout check script for parsing new tests (#26723) 2021-08-02 16:49:06 +08:00
3948b73c23 privilege/privileges: remove read clustered table in SEM test (#26625) 2021-07-28 09:32:16 +08:00
c96c5dd359 makefile: make CI fail if a single unit test runs longer than 3s (#26578) 2021-07-27 22:36:16 +08:00
c6090a2888 store/tikv: remove files (#25440) 2021-06-16 13:04:37 +08:00
cc5e161ac0 *: use tikv/client-go/v2 (#25359) 2021-06-11 17:24:35 +08:00
a8ea9a75f2 store/tikv: make failpoints without code generations (#25247) 2021-06-10 17:58:29 +08:00
2580240dde *: pass sql, plan digest down to KV request (#24854) 2021-05-25 15:47:33 +08:00
39bd181213 *: Upgrade to go 1.16 && remove deprecated io/ioutil (#24527) 2021-05-25 12:07:34 +08:00
163eb5f03c planner: Implement PointGet in TryFastPlan for range/list paritition table (#24588)
* implement PointGet in TryFastPlan for range/list partition
2021-05-22 01:23:53 +08:00
d168fc4e60 infosync, types: Truncate float for TiFlash replica progress (#24299) 2021-04-27 19:19:56 +08:00
c437c4dadb plugin, tests, tools, tidb: unify go modules (#23610) 2021-04-15 16:17:54 +08:00
dd5457fbdf Revert "*: upgrade go version to 1.16 (#22895)" (#22906)
This reverts commit ae46cda24e7fee5b173fda51fee24444e9bac458.

Co-authored-by: Ti Chi Robot <71242396+ti-chi-bot@users.noreply.github.com>
2021-02-24 15:04:48 +08:00
ae46cda24e *: upgrade go version to 1.16 (#22895) 2021-02-24 10:42:43 +08:00
f750afb321 *: introduce errors documentation generator to generate errors.toml (#20516)
Signed-off-by: Lonng <heng@lonng.org>
2020-10-21 15:54:38 +08:00
a074317a4b build: remove useless PHONY and deps (#16834) 2020-05-12 11:41:38 +08:00
62e4d588a8 Makefile: add unconvert to inspect unnecessary type convert (#16549) 2020-04-22 23:01:59 +08:00
3ecaa42615 build: make tidy should reports error (#15470) 2020-03-19 16:31:53 +08:00
a10a2c317e UCP: Migrate dataForTiDBClusterInfo from package infoschema to executor (#15230) 2020-03-11 20:50:29 +08:00
01cf96ee47 tools: fix wc compatibility problem in check-gogenerate.sh (#14435) 2020-01-10 22:28:42 +08:00
c994eb4802 license: add license for script files (#14252) 2019-12-28 18:38:13 +08:00