Commit Graph

11960 Commits

Author SHA1 Message Date
chenhaoran f6eccf10ed test: modify testcase of tmqvnodesplit 2024-01-16 19:15:12 +08:00
factosea cf77226145 skip error case 2024-01-16 16:23:52 +08:00
xinsheng Ren ae5f540692
Merge branch '3.0' into fix/xsren/TD-28204/whereOptimizeConditional 2024-01-16 14:28:37 +08:00
Alex Duan d8e4f38dd7
Merge pull request #24476 from taosdata/test/3.0/TD-28094a
test: replace timestamp now with var ts
2024-01-16 11:01:04 +08:00
factosea 3a4eed5c37 fix: checkIsEmptyResult 2024-01-16 10:46:22 +08:00
dapan1121 2fef37a5cc
Merge pull request #24315 from taosdata/fix/xsren/TD-28068/columnNodeRef2
fix: columanRefNode illegal type conversion
2024-01-16 10:08:34 +08:00
dapan1121 53094f62d8
Merge pull request #24359 from taosdata/FIX/TD-27003
Fix : use last row scan when select last_row, last
2024-01-16 08:50:23 +08:00
dapan1121 22b8dbe7d5
Merge pull request #24474 from taosdata/FIX/TD-28018
Fix: last row num error where partition by null column
2024-01-16 08:48:25 +08:00
chenhaoran 3a1d8f2e8f test: replace timestamp now with var ts 2024-01-15 19:14:24 +08:00
fullhonest fafb5b1f03 Fix TD-28018: last row num error where partition by null column 2024-01-15 18:29:41 +08:00
factosea 462bf28126 add case 2024-01-15 16:02:16 +08:00
Alex Duan 3ebad9521f fix: check run mode 2024-01-15 15:38:54 +08:00
Alex Duan 4d3ac348e6 Merge branch '3.0' into coverage/TD-28251-3.0 2024-01-15 15:33:56 +08:00
fullhonest cb2ab749b5 Fix TD-27003: use last row scan when select last_row, last 2024-01-15 15:22:29 +08:00
Alex Duan b44f3c10e6 fix: correct argment sql 2024-01-15 14:20:36 +08:00
Alex Duan 318293edf1 fix: countAlways return is 0 2024-01-15 14:14:25 +08:00
Alex Duan 6eb79ea8ee fix: add user db 2024-01-15 13:56:33 +08:00
Alex Duan 448ba58861 fix: insert child add dbname 2024-01-15 12:46:53 +08:00
Alex Duan 2e4b268f4c fix: add dbname on using stb 2024-01-15 12:42:41 +08:00
Alex Duan 062e5a339e fix: sum.py support -R 2024-01-15 11:23:04 +08:00
Haojun Liao c710718f9e
Merge pull request #24457 from taosdata/fix/3_liaohj
refactor: do some internal refactor.
2024-01-15 10:58:45 +08:00
Haojun Liao e058653e1d fix(stream): adjust test cases. 2024-01-15 09:45:04 +08:00
Alex Duan 10f1cbf734 fix: right parenthesis missing 2024-01-15 09:21:03 +08:00
dapan1121 737140a09b
Merge pull request #24430 from taosdata/feat/TD-28267
add PARTITION_FIRST hint to use partition node before agg
2024-01-15 09:12:34 +08:00
factosea 0d56695d96 delete unused code 2024-01-15 02:31:04 +08:00
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
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 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
wangjiaming0909 bc1eacf626 add PARTITION_BEFORE_GROUP hint to use partition node before agg 2024-01-12 17:41:34 +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
zk66214 a9fe3ecaa9 fix characters problem 2024-01-12 10:21:13 +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
factosea 25f9956ccb fix:test 2024-01-11 21:21:00 +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
Alex Duan 5e4d8ed263 fix: change 3.0 to dynamic variant name 2024-01-11 18:38:16 +08:00