Commit Graph

935 Commits

Author SHA1 Message Date
54liuyao a65ce818de add ci 2024-04-01 16:20:45 +08:00
54liuyao 1405b30677 Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/ly-TS-4243-3.0 2024-04-01 09:09:48 +08:00
slzhou 719b8439f0 feat: add test for pk modification 2024-04-01 08:58:43 +08:00
slzhou 110ac5bd16 feat: add test case for pk func partition by tbname 2024-03-29 17:20:28 +08:00
54liuyao ea33f08d02 add ic 2024-03-29 13:52:56 +08:00
54liuyao 28cda4dc81 add ci 2024-03-28 15:07:26 +08:00
54liuyao 3dd7f0731e Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/ly-TS-4243-3.0 2024-03-28 09:11:36 +08:00
slzhou 6e8bc41005 feat: add test case pk func 2024-03-27 09:43:41 +08:00
54liuyao 93edc9d1ff read preversion data of primary key 2024-03-26 17:36:37 +08:00
charles 97d7a76d90 add test case for jira td28365 by charles 2024-03-20 09:11:44 +08:00
kailixu 12a111d7dd Merge branch '3.0' into fix/TS-4421-3.0 2024-03-18 00:24:33 +08:00
wangmm0220 5f687f0d88 fix:[TS-4563]retrieve data error from wal if colid is bigger in tmq 2024-03-15 15:59:03 +08:00
kailixu 0e3c97b573 test: tag/col insert syntax 2024-03-15 13:16:42 +08:00
kailixu 569d8e6d33 chore: test case for insert syntax and fix of show tags for varbinary/geometry 2024-03-15 02:18:19 +08:00
kailixu d0f825e1f5 Merge branch '3.0' into fix/TS-4421-3.0 2024-03-14 08:41:55 +08:00
kailixu 433179af0d fix: unify tag value parsing syntax 2024-03-10 22:14:57 +08:00
wangmm0220 bb80866395 fix:memory leak 2024-03-08 14:49:48 +08:00
wangmm0220 95358f374e fix:[TS-4540]fix memory leak 2024-03-07 19:02:12 +08:00
wangmm0220 b1167a4410 fix:memory leak 2024-03-07 17:18:22 +08:00
chenhaoran f092eead38 test:comment tmqparamstest test with restful 2024-03-06 17:22:25 +08:00
wade zhang 98fa384da2
Merge pull request #24936 from taosdata/test/3.0/TD-28868
test: Splitting test cases to avoid case timeouts
2024-03-01 11:27:45 +08:00
Hongze Cheng c353f6b350
Merge pull request #24963 from taosdata/fix/TD-28329-2
fix(tsdb/cache): new case for column changing
2024-02-29 21:01:12 +08:00
Minglei Jin 3c80f171ef fix(tsdb/cache): new case for column changing 2024-02-29 18:56:14 +08:00
chenhaoran 690c82a49e test: Splitting test cases to avoid case timeouts 2024-02-28 20:48:42 +08:00
54liuyao c1129bc861 add ci 2024-02-28 09:34:43 +08:00
Alex Duan 9a0c402c11 fix: add show.py 2024-02-26 20:43:01 +08:00
Alex Duan baafcba7ca fix: incShapshot.py change argument and s3 increase data file size 2024-02-26 16:27:32 +08:00
slzhou ac36dd46d5 fix: add test case 2024-02-22 16:32:09 +08:00
dapan1121 ba41231373
Merge pull request #24614 from taosdata/szhou/tms/port-3
feat: multi-readers and one merge tree
2024-02-21 10:00:52 +08:00
slzhou e8142dec0e enhance: add test case 2024-02-20 10:39:10 +08:00
dapan1121 2cacf6cf20
Merge pull request #24701 from taosdata/test/TD-26813
Test/td 26813
2024-02-20 09:06:39 +08:00
54liuyao af1893d109 merge 3.0 2024-02-19 18:30:12 +08:00
Alex Duan e207cd80b2
Merge pull request #24745 from taosdata/ts4467
add test case for task ts-4467
2024-02-19 16:54:47 +08:00
54liuyao e98a67bb9d ci 2024-02-19 11:12:33 +08:00
54liuyao b53dc5602e Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0 2024-02-19 10:58:20 +08:00
54liuyao ca5bad3624 add ci 2024-02-19 10:33:34 +08:00
wangmm0220 a8e45440c0 fix:conflicts from 3.0 2024-02-18 18:02:14 +08:00
chenhaoran 8baa27e6a3 test: open annotated unit tests in ci 2024-02-05 17:11:39 +08:00
charles 916266b968 add test case for task ts-4467 2024-02-05 15:59:32 +08:00
Alex Duan adea2d4b32
Merge pull request #24706 from taosdata/ts4479
update test case for ts4479 and td28163 by charles
2024-02-05 10:43:45 +08:00
Alex Duan b852993b8d remove TD_TSZ macro define 2024-02-04 13:22:39 +08:00
charles 57148a7731 udpate checkAsan.sh to skip asan_malloc_linux.cpp error 2024-02-02 10:16:14 +08:00
wangmm0220 a9fcc67321 fix:conflicts from 3.0 2024-02-01 11:13:03 +08:00
“happyguoxy” b1841ceff5 test: add agg group always/not return value cases 2024-02-01 10:41:44 +08:00
wangmm0220 74561a66c3 fix:set log level to 135 for some cases 2024-01-31 17:10:31 +08:00
wangmm0220 51b7cd99d6 feat:[TD-28247]add grant for subscribe and stream 2024-01-29 14:28:48 +08:00
wade zhang 4ad58a67d6
Merge pull request #24640 from taosdata/fix/adamji/TD-28467-3.0
fix: update python connector version
2024-01-29 10:10:39 +08:00
wangmm0220 7c828d3506 feat:[TD-28247]add grant for subscribe and stream 2024-01-26 16:42:26 +08:00
Adam Ji 54a00b3c21 fix: update python connector version 2024-01-26 15:52:32 +08:00
wangmm0220 388e89096c fix:test case error 2024-01-26 15:51:37 +08:00