Commit graph

465 commits

Author SHA1 Message Date
minhuinie
111284d2db fix cases on windows 2025-07-18 18:10:33 +08:00
minhuinie
c24749171c skip failed cases 2025-07-18 17:27:42 +08:00
minhuinie
1db69087ee migrate system-test/1-insert 2025-07-05 18:05:32 +08:00
Simon Guan
75df845c05
fix: show create table and desc table statements return composite key instead of primary key (#30830) 2025-04-19 13:32:34 +08:00
haoranchen
b730f310b3
refactor: remove unused import of 'insert' from numpy in multiple test files (#30744) 2025-04-10 18:05:15 +08:00
Jing Sima
818bea5568
fix: [TD-34074] Forbid virtual table in tq and stmt and forbid supertable query's origin table from different databases.
fix: [TD-34074] Forbid virtual table in tq and stmt and forbid supertable query's origin table from different databases.
2025-03-20 22:42:10 +08:00
Haojun Liao
dfe32225de chore: merge main. 2025-03-17 14:51:11 +08:00
wangjiaming
40d32e16b0
fix(TS-6117): fix drop table name with star crash (#30204) 2025-03-17 14:13:03 +08:00
Haojun Liao
ab92886820
fix(stream): reduce the consensus checkpoint id trans. (#30105)
* fix(stream): reduce the consensus checkpoint id trans.

* refactor(stream): add some logs.

* refactor(stream): set the max checkpoint exec time 30min.

* refactor(stream): add checkpoint-consensus trans conflict check.

* refactor(stream): remove unused local variables.

* fix(stream): fix syntax error.

* fix(stream): 1. fix free memory error 2. continue if put result into dst hashmap failed.

* fix issue

* fix issue

* fix(mnd): follower mnode not processes the timer event.

* fix(stream): print correct error msg.

* fix(stream): add some logs.

* fix(stream): add some logs.

* fix(stream): add some logs.

* fix(stream): add some logs.

* fix(stream): add some logs.

* fix(stream): add some logs.

* fix(stream): add some logs.

* fix(stream): add some logs.

* fix(stream): truncate long subtable name

* fix(stream): add buffer len.

* refactor(stream): update some logs.

* fix issue

* refactor(stream): update some logs.

* refactor(stream): update some logs.

* fix(stream): check return value.

* fix(stream): fix syntax error.

* fix(stream): check return value.

* fix(stream): update the timer check in mnode.

* fix(stream): add restart stage tracking.

* fix(stream): track the start task stage for meta.

* fix(stream): fix error in log.

* refactor(stream): adjust log info.

* fix mem issue

* fix(stream): check the number of required tasks for consensus checkpointId.

* fix(stream): lock the whole start procedure.

* fix(stream): add lock during start all tasks.

* fix(stream): update logs.

* fix(stream): update logs.

* fix(stream): update logs.

* fix(stream): fix dead-lock.

* fix(stream): fix syntax error.

* fix(stream): not drop the scan-history task.

* fix(stream): fix syntax error.

* fix(stream): wait for executor stop before restarting.

* fix(stream): add some logs.

* fix(stream): add some logs.

* fix(stream): add some logs.

* fix(stream): disable some logs.

* fix(stream): reset the start info if no task left.

---------

Co-authored-by: 54liuyao <54liuyao@163.com>
Co-authored-by: Jinqing Kuang <kuangjinqingcn@gmail.com>
2025-03-17 10:20:17 +08:00
dongming chen
e5fb75797a
Merge branch '3.0' into feat/TS-5927-long-password 2025-03-05 12:15:12 +08:00
Zhixiao Bao
e71c03a90f
Merge branch '3.0' into feat/3.0/TS-5584 2025-02-13 10:17:58 +08:00
xiao-77
540f8dc95d Fix ci problems. 2025-02-13 10:06:47 +08:00
dmchen
36caaf7aab feat/TS-5927-long-password-length 2025-02-12 09:50:56 +00:00
kailixu
12c9d460c4 fix: keep_time_offset format of show create database 2025-02-10 15:36:54 +08:00
kailixu
27963d0978 fix: keep_time_offset format of show create database 2025-02-10 14:21:44 +08:00
dapan1121
5bff0aa2a7 enh: support delete without time range 2025-02-06 18:00:26 +08:00
kailixu
fc0a97c161 fix: ddl in system database 2025-01-08 15:58:58 +08:00
kailixu
22f46c2eb0 fix: ddl in system database 2025-01-08 15:39:47 +08:00
Haolin Wang
da76034eb9 test: error message when execute DDL under system databases 2025-01-07 19:33:31 +08:00
Haolin Wang
977a452ea1
Revert "Revert "Fix infinite loop when insert from CSV file on Windows"" 2024-12-30 19:41:41 +08:00
Shengliang Guan
7c36eda698
Revert "Fix infinite loop when insert from CSV file on Windows" 2024-12-30 19:36:25 +08:00
Haolin Wang
a5bafca5fb test: insert into table from csv file 2024-12-30 18:22:11 +08:00
kailixu
b0fa490dd6 test: add test case for auto compact 2024-12-29 15:13:38 +08:00
Shengliang Guan
d0ea133fe2
Merge pull request #29269 from taosdata/fix/main/TD-33271
fix:[TD-33271]add test case
2024-12-25 17:20:42 +08:00
pengrongkun94@qq.com
ae0641ec15 add test case 2024-12-23 10:26:12 +08:00
Shengliang Guan
a1d088ad8a fix: ci errors 2024-12-20 13:45:10 +08:00
Shengliang Guan
3dea56f431 fix: ci errors 2024-12-10 15:15:17 +00:00
Shengliang Guan
03627a142d fix: ci errors 2024-12-10 11:57:05 +00:00
“happyguoxy”
26e9ed055f test:add insert test cases 2024-11-11 14:58:17 +08:00
kailixu
234b95fcd6 enh: test case optimization 2024-09-25 09:51:27 +08:00
kailixu
c2c3be3aa6 enh: test case optimization 2024-09-25 09:40:26 +08:00
kailixu
130d808d1b Merge branch '3.0' into fix/TD-32302-3.0 2024-09-25 09:23:20 +08:00
kailixu
92146c510a fix: unify the error code when drop stable 2024-09-25 09:22:56 +08:00
Feng Chao
ac8f72dcaf
Merge pull request #27726 from taosdata/test/3.0/windows-full-ci
tetst:modify error path and correct checking timestamp  data with timzone in windows ci
2024-09-25 08:02:38 +08:00
kailixu
2bdcf4d3be enh: drop table with uid 2024-09-20 15:29:23 +08:00
kailixu
3fd2e51e06 enh: cannot drop table of system db 2024-09-20 09:46:37 +08:00
kailixu
53c1570f2e enh: add test case for drop table with 2024-09-20 07:55:06 +08:00
kailixu
cac1ce28ad enh: support drop table with uid 2024-09-19 16:47:08 +08:00
chenhaoran
cd212999cc Merge branches 'test/3.0/windows-full-ci' and '3.0' of https://github.com/taosdata/TDengine into test/3.0/windows-full-ci 2024-09-19 14:03:42 +08:00
Haojun Liao
6b1e12872f test: update test cases. 2024-09-11 10:19:37 +08:00
Haojun Liao
37355b8ae1 fix(test): update test cases. 2024-09-10 17:49:12 +08:00
chenhaoran
32b23885ad tetst:modify error path and correct checking timestamp data with timezone in windows ci 2024-09-06 14:26:18 +08:00
chenhaoran
66b7c9cfbe tetst:modify error path in windows ci 2024-09-03 16:34:26 +08:00
chenhaoran
860395c45b tetst:modify failed cases in windows ci 2024-09-02 16:13:27 +08:00
chenhaoran
7298857238 tetst:modify failed cases in windows ci 2024-09-01 22:20:56 +08:00
chenhaoran
639ec1211d tetst:check stream task status in common.py 2024-08-28 20:54:42 +08:00
sima
a54019211f feat:[TS-4893] Support MYSQL functions.
Add more functions:
 - Numeric Functions: PI(),ROUND(),TRUNC(),EXP(),LN(),SIGN(),DEGREES(),RADIANS().
 - String Functions: CHAR(),ASCII(),POSITION(),TRIM(),REPLACE(),REPEAT().
 - Date and Time Functions: WEEKDAY(),DAYOFWEEK(),WEEK(),WEEKOFYEAR().
 - Aggregate Functions: VAR_POP().
Modify some functions:
 - ROUND(): support round to given decimal places.
 - CHAR_LENGTH(): support calculate multi-byte character's length.
 - TIMEDIFF(): result will be negative when expr1 < expr2.
 - STDDEV(): add alias name STDDEV_POP().
 - SUBSTR(): add alias name SUBSTRING().
             support new syntax SUBSTRING/SUBSTR(expr FROM pos [FOR len]).
2024-08-14 09:19:25 +08:00
Haojun Liao
d8993c16ee fix(stream): update test case. 2024-07-23 19:32:05 +08:00
kailixu
41d175a6a1 fix: insert clause mixed with bound and unspecified columns 2024-07-19 15:12:32 +08:00
kailixu
0792b025ea fix: insert clause mixed with bound and unspecified columns 2024-07-19 15:08:34 +08:00