Commit Graph

2025 Commits

Author SHA1 Message Date
55d0f126ee ddl: implement backoff pool for TiFlash Cluster Management (#32317)
ref pingcap/tidb#32254
2022-03-04 11:31:46 +08:00
4910b08250 ddl: migrate test-infra to testify for db_partition_test (#32214)
close pingcap/tidb#28635
2022-03-04 00:05:46 +08:00
fb1066e63f ddl: migrate test-infra to testify for serial_test.go (#30630)
close pingcap/tidb#29113
2022-03-03 18:51:46 +08:00
f5a52909b6 ddl: fix the error using default timestamp (#32384)
close pingcap/tidb#31968
2022-03-03 13:01:46 +08:00
a32ee8da39 ddl: fix an unstable test case TestDDLStatsInfo (#32709)
close pingcap/tidb#32057
2022-03-02 19:41:46 +08:00
a3502906ec planner, ddl: convert large varchar for create table in non-strict mode (#31974)
close pingcap/tidb#30328
2022-03-02 13:09:45 +08:00
52da78255d ddl: migrate test-infra to testify for column_type_change_type (#32694)
close pingcap/tidb#28632
2022-03-02 12:13:45 +08:00
d7d6afcd72 *: tiny refactor code to reduce txn conflict on 'table_cache_meta' (#32387)
close pingcap/tidb#32386
2022-03-01 18:33:46 +08:00
86582f3b6c ddl: migrate test-infra to testify for placement_policy_test (#32676)
ref pingcap/tidb#27180
2022-03-01 14:55:45 +08:00
40f6b112f3 executor: Should not show the table attribute that the table has been dropped by user in information_schema.attributes (#32559)
close pingcap/tidb#29686
2022-03-01 13:13:45 +08:00
0809063fe8 ddl: cleanup redundant globally settings for tests (#32674)
Signed-off-by: tison <wander4096@gmail.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
2022-03-01 09:08:58 +08:00
0c9b0c0ef2 util/testutil: cleanup testutils depend on pingcap/check (#32662)
close pingcap/tidb#32660
2022-02-28 20:01:45 +08:00
db17bb1af2 ddl: migrate test-infra to testify for db_change_test.go (#32651)
close pingcap/tidb#28633
2022-02-28 11:59:45 +08:00
3e1cd2733a ddl: migrate test-infra to testify for rollingback_test.go (#32647)
close pingcap/tidb#29110
2022-02-26 16:11:43 +08:00
129dadf4d0 ddl: fix data race for ddl seq (#32542)
close pingcap/tidb#32541
2022-02-23 16:41:43 +08:00
5bbd709914 ddl: onDropTableOrView remove useless parameter (#32537)
ref pingcap/tidb#31716
2022-02-22 22:09:43 +08:00
067563d9b7 ddl: Implement basic version of batch add TiFlash replica in one database (#32431)
ref pingcap/tidb#32254
2022-02-22 14:51:43 +08:00
3f46b9a56e *: fix conflict of the ddl seq number (#32462)
close pingcap/tidb#32402
2022-02-22 13:11:42 +08:00
5988d0b2f4 *: update client-go and etcd version (#32457)
close pingcap/tidb#32456
2022-02-22 11:11:43 +08:00
1624123b84 *: fix time zone problems encountered when changing the other type columns to timestamp type columns (#31843)
close pingcap/tidb#29585
2022-02-21 23:11:42 +08:00
6277f612b3 ddl: migrate test-infra to testify for sequence_test (#32477)
close pingcap/tidb#29112
2022-02-19 12:25:40 +08:00
e0f90a7c11 ddl: fix string truncating when tiflash/sync-status returns a very long line (#32367)
close pingcap/tidb#32356
2022-02-18 12:33:40 +08:00
e592cef7e0 *: add create time to admin show ddl jobs (#32435)
ref pingcap/tidb#23494
2022-02-17 21:17:40 +08:00
c8bef987ae *: support variable tidb_last_ddl_info (#32414)
close pingcap/tidb#32402
2022-02-17 16:43:40 +08:00
8c04d41c48 parser: support ALTER DATABASE t SET TIFLASH REPLICA in grammar (#32255)
ref pingcap/tidb#32254
2022-02-17 14:25:39 +08:00
a97fe372ae ddl: fix a bug when drop a column with single index (#32211)
close pingcap/tidb#32079
2022-02-16 13:37:39 +08:00
1f810e5256 ddl: make rename a not exists table report right error message (#32170)
close pingcap/tidb#29893
2022-02-16 10:43:39 +08:00
2d93944210 executor: migrate test-infra to testify for partition_table_test.go (#30665)
close pingcap/tidb#28600
2022-02-14 19:39:38 +08:00
f5eb1e9fef ddl: Added check for partition name ending with space (#31785)
close pingcap/tidb#31535
2022-02-14 18:29:38 +08:00
2f0c23da24 executor: migrate test-infra to testify for stale_txn_test (#32285)
close pingcap/tidb#28618
2022-02-14 16:49:38 +08:00
6eec763792 ddl/placement: migrate test-infra to testify (#32314)
close pingcap/tidb#27671
2022-02-14 16:25:38 +08:00
cab75af14d ddl: fix panic when ddl close if ddl never started (#32310)
close pingcap/tidb#32309
2022-02-14 15:05:38 +08:00
2885bd40f6 ddl: Migrate tests of TiFlash Cluster Manager into testify (#31946)
close pingcap/tidb#31844
2022-02-14 14:03:37 +08:00
1cf4fcfa73 *: support prepared plan cache for cached table (#32139)
close pingcap/tidb#32003
2022-02-14 12:29:37 +08:00
7c56706622 *: support predeclared golangci-lint linter (#32066)
close pingcap/tidb#30733
2022-02-14 10:35:38 +08:00
6d2ad99ce3 ddl: fix alter column set default wrongly updates the schema (#32249)
close pingcap/tidb#31074
2022-02-11 14:21:36 +08:00
9c64224c49 *: Reduce data inconsistencies (#31547)
ref pingcap/tidb#26833
2022-02-11 13:51:36 +08:00
638fa8e22f ddl: fix error that pd rules are not deleted when alter TiFlash replica count to 0 (#32192)
close pingcap/tidb#32190
2022-02-10 17:53:36 +08:00
9c29e0c48f ddl: migrate test-infra to testify for db_integration_test (#32185)
close pingcap/tidb#28634
2022-02-09 21:11:36 +08:00
3738dec53e *: enable the new collation by default (#32016)
ref pingcap/tidb#32015
2022-02-08 12:53:35 +08:00
c30e8320d8 *: correct use require (#31904)
ref pingcap/tidb#31716
2022-02-07 18:11:35 +08:00
ad9430039f ddl: Use testify in ddl/placement_sql_test (#32098)
close pingcap/tidb#29107
2022-02-04 01:19:32 +08:00
006e9d955d br, ddl: change batch create table api to only handle jobs those are not nil (#31902)
close pingcap/tidb#31901
2022-01-30 18:03:14 +08:00
e06e523985 ddl: improve test for attributes_sql_test.go (#32052)
ref pingcap/tidb#31716
2022-01-29 15:15:13 +08:00
c81dabd971 ddl/ddl_test: migrate test-infra to testify (#29431)
close pingcap/tidb#28628
2022-01-28 14:15:13 +08:00
e7da7d4f95 *: change fsp from int8 to int (#28347) 2022-01-27 13:59:12 +08:00
ec3ae9fc42 *: refine some tests related to the collation (#32000)
ref pingcap/tidb#31625
2022-01-27 11:51:13 +08:00
6a53a03fad *: fix extra warnings about MockTiFlash (#31916)
close pingcap/tidb#31909
2022-01-26 20:08:45 +08:00
f2dba0e14e *: migrate some collation tests to explain test (#31993)
ref pingcap/tidb#31625
2022-01-26 19:32:46 +08:00
127df96479 ddl: fix a test case leak cause CI timeout (#31950)
close pingcap/tidb#30822
2022-01-26 18:50:46 +08:00