Commit Graph

61174 Commits

Author SHA1 Message Date
Alex Duan 6b25731600 fix: tweak prepare_rand 2024-01-14 22:17:56 +08:00
Alex Duan 07e6801237 feat : add checkConsistency fun 2024-01-14 22:14:39 +08:00
Alex Duan 14fb86c0a9 feat: add query_basic.py 2024-01-14 22:02:43 +08:00
facetosea c277abd3bf fix: functionNode skip 2024-01-14 21:47:13 +08:00
Alex Duan df40772e95 coverage: sum add all types test 2024-01-14 20:23:37 +08:00
Alex Duan 3573eddd87 fix: change delay 120s to wait stream result 2024-01-14 16:42:59 +08:00
Alex Duan 8a2760e4d0 feat: s3 support stream check 2024-01-14 15:39:10 +08:00
Alex Duan ed1a3d6ab3
Merge pull request #24459 from taosdata/coverage/TD-28281-3.0
coverage: tweak frame with dnodes.py split
2024-01-14 08:43:52 +08:00
Alex Duan 9b94b7bf00 fix: remove asan check fullopt.py 2024-01-13 21:24:13 +08:00
Alex Duan bdcd4732cc fix: fullopt.py test ok 2024-01-13 17:21:48 +08:00
Alex Duan cc909d7d30 fix: add taos command line test 2024-01-13 17:07:09 +08:00
Alex Duan 5e47bc8e3a fix: add exeNoWait 2024-01-13 15:45:21 +08:00
Alex Duan 90b69d86ea fix: output list fixed 2024-01-13 15:31:32 +08:00
Alex Duan 09f68ce80c tweak run and exe method 2024-01-13 15:12:57 +08:00
Alex Duan 34878b4f0d tweak run and exe method 2024-01-13 15:10:48 +08:00
Alex Duan 7b29c97f27 feat: taosd full options do 2024-01-13 14:50:17 +08:00
Alex Duan 782607fe68 add case fullopt.py 2024-01-13 13:31:40 +08:00
Alex Duan b18208ee4a Merge branch '3.0' into coverage/TD-28281-3.0 2024-01-13 12:26:52 +08:00
Alex Duan c7518e0913 dnodes.py split dnode.py simClient.py 2024-01-13 12:26:01 +08:00
Haojun Liao dc1a0821a7 refactor: do some internal refactor. 2024-01-13 00:19:46 +08:00
Haojun Liao 98758862cf refactor: do some internal refactor. 2024-01-13 00:17:29 +08:00
Haojun Liao 44208925f9 refactor: do some internal refactor. 2024-01-13 00:10:47 +08:00
Haojun Liao 00e2bdec23 refactor: do some internal refactor. 2024-01-12 19:08:46 +08:00
factosea ab02ec74c9 fix taosd crash 2024-01-12 18:10:54 +08:00
wangjiaming0909 bc1eacf626 add PARTITION_BEFORE_GROUP hint to use partition node before agg 2024-01-12 17:41:34 +08:00
wangmm0220 00e0da15a3 fix:[TD-28032]groupid = 0 & modify test case in sim 2024-01-12 17:37:22 +08:00
Haojun Liao 59ee690301
Merge pull request #24450 from taosdata/fix/3_liaohj
fix(stream): set error code for return.
2024-01-12 16:04:14 +08:00
Haojun Liao e8f48b9e4a
Merge pull request #24448 from taosdata/fix/TD-28266
code coverage
2024-01-12 15:00:50 +08:00
Alex Duan 248735d2b6
Merge pull request #24441 from taosdata/TEST/3.0/fix_character_problem
fix characters problem
2024-01-12 14:58:00 +08:00
Haojun Liao bc7434e2b5 fix(stream): set error code for return. 2024-01-12 14:49:16 +08:00
factosea 4c374dec2f test case 2024-01-12 14:16:54 +08:00
factosea 19d7579e75 fix: copy expr 2024-01-12 14:01:35 +08:00
54liuyao 52d8811bdc code coverage 2024-01-12 13:49:32 +08:00
Haojun Liao ee24bb9b03
Merge pull request #24444 from taosdata/fix/3_liaohj
fix(stream): close the inputQ of the related stream task.
2024-01-12 13:41:30 +08:00
Haojun Liao 5fa8f85c42 fix(stream): remove invalid release. 2024-01-12 11:28:41 +08:00
Haojun Liao cf941f7488 fix(stream): check status when resume to run. 2024-01-12 11:12:23 +08:00
factosea 6115d7a67f fix functionNode ref 2024-01-12 10:47:48 +08:00
slzhou 0162fb9e76 set the timelineresmode to subquery timeline resmode 2024-01-12 10:46:03 +08:00
Haojun Liao b36cc97236 fix(stream): close the inputQ of the related stream task when the fill-history task recv the trans-state msg from upstream. 2024-01-12 10:44:49 +08:00
Hongze Cheng 8399f5253f
Merge pull request #24439 from taosdata/fix/TD-28285-30
fix(tsdb/cache): clear fs state before next open
2024-01-12 10:38:43 +08:00
zk66214 a9fe3ecaa9 fix characters problem 2024-01-12 10:21:13 +08:00
dapan1121 3b928237d7
Merge pull request #24419 from wangjiaming0909/draft/fix/TD-28182
fix: table merge scan return disordered rows
2024-01-12 10:16:21 +08:00
Haojun Liao ea0ea09b0f
Merge pull request #24409 from taosdata/opt/optMsgOnMnode
opt msg on mnd
2024-01-12 09:36:37 +08:00
Haojun Liao fe839527f3
Merge pull request #24435 from taosdata/fix/TD-28202
fix:[TD-28202]move tq timer to write thread in mnode
2024-01-12 09:35:45 +08:00
Haojun Liao 578edd447f
Merge pull request #24421 from taosdata/szhou/fix/2/td-28154
fix: windows calculation when offset >0 and calendar sliding
2024-01-12 09:35:09 +08:00
Minglei Jin aa410a6deb fix(tsdb/cache): clear fs state before next open 2024-01-12 09:32:40 +08:00
factosea 25f9956ccb fix:test 2024-01-11 21:21:00 +08:00
wangmm0220 d3659db2ff fix:[TD-28202]move tq timer to write thread in mnode 2024-01-11 19:22:54 +08:00
jiajingbin 83121055d9 test: update stream for subtable 2024-01-11 18:59:42 +08:00
Alex Duan da2653bef2
Merge pull request #24434 from taosdata/coverage/TD-28251-3.0
coverage : modify coverage_test.sh to 2.0
2024-01-11 18:40:04 +08:00