Commit Graph

1601 Commits

Author SHA1 Message Date
Shengliang Guan 3016f35e9f Merge branch '3.0' into merge/mainto3.0_0105 2023-01-05 16:08:23 +08:00
Xiaoyu Wang fdde287ca9 merge main 2023-01-04 11:43:20 +08:00
dapan1121 e1b25c192e
Merge pull request #19337 from taosdata/fix/TD-21688-MAIN
fix:  varchar type order by rule different with nchar type
2023-01-04 10:49:46 +08:00
Alex Duan f29fffd8e7 fix: adjust value with new order rule 2023-01-03 19:21:30 +08:00
Alex Duan 8cb62eb045 fix: adjust case check data by new order rule1 2023-01-03 19:15:26 +08:00
Alex Duan c217850537 fix: adjust case check data by new order rule 2023-01-03 19:09:38 +08:00
WANG MINGMING 0260512d95
Merge pull request #19335 from taosdata/refact/submit_req_marks
fix:Refact/submit req marks
2023-01-03 17:02:34 +08:00
wangmm0220 50d2a1c11f fix:malloc too large 2023-01-03 16:01:03 +08:00
wangmm0220 5cd433f756 fix:add log for json parse 2023-01-03 15:05:25 +08:00
Ganlin Zhao 321d2d6787 add sma test cases 2023-01-03 11:10:42 +08:00
Haojun Liao 723efba79b
Merge branch '3.0' into refact/submit_req 2022-12-26 13:25:25 +08:00
Shengliang Guan 664dcb6b4e Merge branch 'main' into merge/mainto3.0_1226 2022-12-26 09:26:54 +08:00
dapan1121 a6e7f0f2d5
Merge pull request #18960 from taosdata/fix/TD-20621-3.0
fix(query): avg function support overflow sum value calculate
2022-12-25 15:12:28 +08:00
Ping Xiao 3c5f07f70b test: add test cases 2022-12-23 18:39:21 +08:00
Xiaoyu Wang 0c269c317b merge 3.0 2022-12-23 17:50:05 +08:00
Ping Xiao e8fb9f513e fix test failure 2022-12-23 10:32:19 +08:00
Ganlin Zhao 3402fb828b add test cases 2022-12-22 19:05:55 +08:00
Ping Xiao 889872c24d test: update script to stop taosadapter service 2022-12-21 19:31:28 +08:00
Shengliang Guan 7f18cc5b8b
Merge pull request #19030 from taosdata/main
merge from main to 3.0
2022-12-20 11:24:20 +08:00
Ganlin Zhao b1a1e49cb7 Merge branch '3.0' into feat/TS-2158 2022-12-19 17:03:34 +08:00
Haojun Liao 60b8ce329b Merge branch 'refact/submit_req' of github.com:taosdata/tdengine into refact/submit_req 2022-12-19 11:42:04 +08:00
wangmm0220 ee88b16ad2 fix:enable multi type for telnet 2022-12-19 09:38:12 +08:00
Alex Duan 680b7aa090 fix(query): avg fix case error 2022-12-17 16:59:25 +08:00
Alex Duan 110ed6b4b3 fix(query): avg funciton add case 2022-12-17 11:40:00 +08:00
Haojun Liao 364e023ba5 fix(query): fix memory leak. 2022-12-16 19:07:09 +08:00
“happyguoxy” b669283aff test: add insert null and none cases 2022-12-16 16:13:32 +08:00
Ping Xiao 9eeba415a3 test: add test case for leastsquares 2022-12-16 13:39:12 +08:00
Alex Duan 3fb64bf078 fix(query): avg function check overflow case 2022-12-15 17:58:33 +08:00
Alex Duan 7fa0a2e0b5 fix(query): avg function check overflow range add case 2022-12-15 17:10:53 +08:00
Ganlin Zhao 17542879b2 add test cases 2022-12-15 10:55:11 +08:00
dapan1121 0ecb0d26f2
Merge pull request #18694 from taosdata/fix/TS-2144
enh(query): add timetruncate function ignore timezone option for 1d
2022-12-05 17:18:18 +08:00
Ganlin Zhao 470e0f2d23 fix timetruncate test cases 2022-12-05 12:00:50 +08:00
Shengliang Guan 6d70f48802
Merge pull request #18592 from taosdata/feature/3_liaohj
enh(query): optimize query perf.
2022-12-02 21:00:35 +08:00
Haojun Liao 42a512c39f refactor: do some internal refactor. 2022-12-02 15:52:32 +08:00
Shengliang Guan 044a252e44
Merge pull request #18565 from taosdata/lihui3.0/test
test: modify limit2.sim to limit.py
2022-11-30 14:10:46 +08:00
plum-lihui 12191a46f7 test: modify limit2.sim to limit.py 2022-11-30 12:05:53 +08:00
Ganlin Zhao f913fbdaf6 fix errors 2022-11-29 22:14:46 +08:00
Ganlin Zhao ca51b86359 fix test cases 2022-11-29 19:45:18 +08:00
Ganlin Zhao 94c8ba64d2 fix test cases 2022-11-28 22:55:16 +08:00
Ganlin Zhao 8fba0b631c Merge branch '3.0' into fix/TS-2149 2022-11-28 01:02:57 +08:00
Ganlin Zhao 4c158238ba add test cases 2022-11-28 01:00:34 +08:00
Haojun Liao 1e8dcacea6 fix(query): set null for inf and nan value. 2022-11-27 18:25:20 +08:00
Haojun Liao 203ea1f9c8 fix(query): fix error 2022-11-27 14:57:44 +08:00
Shengliang Guan a0aa07b41d test: adjust asan case 2022-11-24 11:45:40 +08:00
Shengliang Guan 5fa21965ac
Merge pull request #18382 from taosdata/fix/TD-20631
test: add asan case
2022-11-24 08:20:20 +08:00
“happyguoxy” a68f38f449 test: refine query cases 2022-11-23 16:37:39 +08:00
“happyguoxy” 2371af19a0 test: refine query cases 2022-11-23 16:37:18 +08:00
Shengliang Guan d01bd25a9b test: add asan case 2022-11-23 12:22:32 +08:00
dapan1121 d3a75048c2
Merge pull request #17972 from taosdata/fix/TD-20246
refactor: optimize interp linear interpolation ignore NULL values during calculation
2022-11-21 10:15:37 +08:00
Hui Li 37c1971c2f
Merge pull request #18268 from taosdata/test/update_case
test/update case
2022-11-21 09:43:32 +08:00
wenzhouwww@live.cn d07dc94446 update 2022-11-18 18:14:52 +08:00
wenzhouwww@live.cn 963ca6b14b update 2022-11-18 17:18:01 +08:00
wenzhouwww@live.cn 0cb539b181 update 2022-11-18 17:09:43 +08:00
wenzhouwww@live.cn 3f9fd91ad7 update 2022-11-18 17:03:14 +08:00
Ganlin Zhao 53fbc7b256 add more test cases 2022-11-18 16:31:22 +08:00
wenzhouwww@live.cn 54bc2fc2ae update case for restful mode run 2022-11-18 16:17:29 +08:00
Ganlin Zhao 4703ccc4bc fix fill prev/next error 2022-11-18 15:54:25 +08:00
Ganlin Zhao 7291f2bd5a change interp linear behavior 2022-11-18 14:35:44 +08:00
“happyguoxy” 371b35fcbc test: refine query cases 2022-11-18 14:23:20 +08:00
Ganlin Zhao 8a19e84fe4 Merge branch '3.0' into fix/TD-20246 2022-11-17 11:20:33 +08:00
Ganlin Zhao 82baf3aa76 fix test cases 2022-11-15 14:37:10 +08:00
Ganlin Zhao 7500f3e27e add test case 2022-11-08 18:26:07 +08:00
Ganlin Zhao df3ae1341f add test cases 2022-11-08 14:52:18 +08:00
dapan1121 b5ab7eaf5e
Merge pull request #17891 from taosdata/fix/TD-19906
fix(query): add mode with selectivity rows
2022-11-08 09:36:21 +08:00
Ganlin Zhao d7a883bedc add test cases 2022-11-07 10:16:18 +08:00
dapan1121 888616f321
Merge pull request #17876 from taosdata/fix/TD-20140
fix(query): fix countAlwaysReturnValue param not taking effect for count and hyperloglog
2022-11-07 09:25:15 +08:00
Haojun Liao 10cd3c0f29 fix(query): remove the invalid capacity changing. 2022-11-06 15:18:33 +08:00
Ganlin Zhao 694253b7d3 add test case 2022-11-04 10:11:24 +08:00
Ganlin Zhao 85748ce8fd Merge branch '3.0' into fix/TD-20140 2022-11-04 09:44:28 +08:00
Ganlin Zhao 3a08d3bea4 add test cases 2022-11-03 16:22:21 +08:00
chenhaoran 49eee4c074 test:add replica parameters for all testcase 2022-11-02 17:33:44 +08:00
chenhaoran ad857047ab test:add replica 3 for all testcases and frameworks 2022-10-31 19:03:49 +08:00
chenhaoran 691b9ac54b Merge branch '3.0' of https://github.com/taosdata/TDengine into test/TD-19790 2022-10-31 14:42:26 +08:00
chenhaoran 851f34ff36 test:add replica 3 for all testcases and frameworks 2022-10-31 14:41:59 +08:00
Haojun Liao d583f1fab6 other: merge 3.0 2022-10-29 13:05:35 +08:00
Haojun Liao bae6d824c2 fix(query): init blockscanInfo correctly. 2022-10-29 12:54:39 +08:00
chenhaoran 5fc0e2341e test:supplement muti-branch for query fuction testcase 2022-10-28 16:35:13 +08:00
chenhaoran f637ac29c5 teat: supplement muti-branch for testcase elapsed.py 2022-10-27 22:25:07 +08:00
chenhaoran c5d95abb50 teat: supplement muti-branch for testcase histogram.py 2022-10-27 21:51:29 +08:00
Hui Li faa217793c
Merge pull request #17715 from taosdata/test/TD-19848
test: add test case for last file
2022-10-27 19:50:07 +08:00
Ping Xiao 913b406555 update test case 2022-10-27 19:46:10 +08:00
“happyguoxy” 0398c7e2a8 test: refine query cases 2022-10-27 18:27:50 +08:00
Ping Xiao c3d57d3725 test: add test case for last file 2022-10-27 15:55:08 +08:00
Hui Li 9530fd0127
Merge pull request #17687 from taosdata/test/fix_converage_enh
fix(coverage): enh function test case about cast , log , pow
2022-10-27 12:55:35 +08:00
Hui Li b467bad419
Merge pull request #17568 from taosdata/test/td-19625
test: add cachemodel for last
2022-10-27 11:16:09 +08:00
“happyguoxy” 74c6709ddc test: add index cases 2022-10-27 11:11:01 +08:00
wenzhouwww@live.cn ce19cfb9ea fix(coverage):enh function case about cast , log ,pow for coverage 2022-10-26 19:40:38 +08:00
wenzhouwww@live.cn 002db5b033 [test]enh cast , log ,pow function about coverage 2022-10-26 19:31:06 +08:00
Ping Xiao 50a542a1b9 test: add test case for max/min function 2022-10-26 19:07:57 +08:00
jiacy-jcy bee030cda7 Merge branch '3.0' into test/jcy 2022-10-26 15:11:13 +08:00
Hui Li 4f6045f0c0
Merge pull request #17660 from taosdata/test/TD-19852
Test/td 19852
2022-10-26 13:46:28 +08:00
“happyguoxy” 32d2a5c8bf test: refine query cases 2022-10-26 11:11:53 +08:00
“happyguoxy” fe25112b59 test: refine query cases 2022-10-26 11:11:26 +08:00
“happyguoxy” 343b579dee test: refine query cases 2022-10-26 11:11:02 +08:00
“happyguoxy” 5843ba2d03 test: refine query cases 2022-10-26 11:10:36 +08:00
jiacy-jcy 9d3ceb1b32 test:update test case for coverage 2022-10-26 10:35:20 +08:00
dapan1121 3fa1f535f1
Merge pull request #17609 from taosdata/fix/interpStable
fix: remove interp stable limitation and add test case
2022-10-26 09:59:42 +08:00
“happyguoxy” 847b2bd37f test: refine query cases 2022-10-25 17:50:08 +08:00
dapan1121 c0106e9ad6 fix: fix case issue 2022-10-25 17:44:13 +08:00
dapan1121 54a5b122a2 fix: fix case issue 2022-10-25 15:35:46 +08:00
dapan1121 af6a9aeb13 fix: remove interp stable limitation and add test case 2022-10-24 17:46:21 +08:00
“happyguoxy” 2b641af4b8 test: refine query cases 2022-10-24 11:25:34 +08:00
“happyguoxy” 2b69cad169 test: refine query cases 2022-10-24 11:24:54 +08:00
“happyguoxy” 9721619b45 test: refine query cases 2022-10-24 11:24:33 +08:00
“happyguoxy” 3cdef2c6e1 test: refine query cases 2022-10-24 11:24:06 +08:00
“happyguoxy” cd04565987 test: refine query cases 2022-10-24 11:23:25 +08:00
“happyguoxy” 62a896b1f6 test: refine query cases 2022-10-24 11:23:14 +08:00
“happyguoxy” a27459b973 test: refine query cases 2022-10-24 09:44:46 +08:00
“happyguoxy” 81be17458d test: refine query cases 2022-10-24 09:44:33 +08:00
jiajingbin d4f678f0d6 test: add cachemodel for last 2022-10-21 19:10:44 +08:00
jiajingbin 8d757bb2c3 test: add cachemodel for last 2022-10-21 19:09:12 +08:00
Hui Li d0f2439814
Merge pull request #17483 from taosdata/test/TD-19626
test: refine query cases
2022-10-21 09:17:32 +08:00
Haojun Liao b20e2ed5af fix(query): set correct last value. 2022-10-19 17:43:23 +08:00
“happyguoxy” 54810990aa test: refine query cases 2022-10-19 17:25:24 +08:00
Ganlin Zhao 49f4aa8f59 add test cases 2022-09-28 14:18:25 +08:00
Ganlin Zhao a2c1c8eaf3 add test cases 2022-09-28 14:08:08 +08:00
Haojun Liao 22c9f0a82b test(query): update the case. 2022-09-22 10:32:14 +08:00
Shengliang Guan 59e9140996
Merge pull request #16806 from taosdata/fix/TD-18224
fix(query): twa function report error if input has overlap timestamps
2022-09-14 15:52:20 +08:00
Ganlin Zhao 8905d37b70 fix test cases 2022-09-14 13:35:46 +08:00
Ganlin Zhao e076b8c7c2 fix test case 2022-09-14 11:05:24 +08:00
Ganlin Zhao 9ee003c971 fix test case 2022-09-13 18:32:17 +08:00
wangmm0220 a6a38058dd fix:<TD-18765> support ttl in create table automatic 2022-09-13 16:39:27 +08:00
wangmm0220 713488098d fix:test case error in sml.py 2022-09-01 18:43:47 +08:00
Ganlin Zhao 4f772ee711 Merge branch '3.0' into fix/TD-16780 2022-09-01 11:28:28 +08:00
Ganlin Zhao 593fdce02e fix test cases 2022-08-31 19:28:12 +08:00
cpwu 399e921e9c fix timetruncate case 2022-08-30 15:17:41 +08:00
cpwu 17bd85cba7 Merge branch '3.0' into cpwu/3.0 2022-08-30 14:20:58 +08:00
cpwu f4ddc6d393 fix sml case 2022-08-30 14:14:37 +08:00
Xiaoyu Wang b5e177f151 fix: some problems of parser 2022-08-29 18:52:00 +08:00
cpwu ba45b52eb9 Merge branch '3.0' into cpwu/3.0 2022-08-29 15:02:19 +08:00
cpwu 4392a0d077 fix case 2022-08-29 15:01:54 +08:00
wade zhang 2ad31384f6
Merge pull request #15818 from taosdata/feature/TD-14761
feat: get meta and data from tmq using snapshot
2022-08-29 09:49:35 +08:00
Haojun Liao 13563f1733
Merge pull request #16412 from taosdata/feature/3_liaohj
refactor(query): check table in uid order when handling the last block, and some internal refactor.
2022-08-26 10:44:27 +08:00
Haojun Liao 5ea4c0a7c8 fix(query): update the uid list when tablemap is changed. 2022-08-25 23:04:07 +08:00
wangmm0220 6b61d3c23b fix:conflicts from 3.0 2022-08-25 16:57:19 +08:00
Ganlin Zhao 487a1f26ae add test cases 2022-08-25 11:07:34 +08:00
Ganlin Zhao c254546e3b add test cases 2022-08-25 10:56:29 +08:00
wangmm0220 1134319570 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/TD-14761 2022-08-23 10:45:51 +08:00
wangmm0220 3f398de926 fix: error in schemaless 2022-08-23 10:45:20 +08:00
Ganlin Zhao cd3897c7fe fix(query): fix avg.py test cases 2022-08-22 19:26:28 +08:00
cpwu 7afac023a6 Merge branch '3.0' into cpwu/3.0 2022-08-19 17:51:26 +08:00
cpwu bea875aea7 add case to support rest API 2022-08-19 17:46:24 +08:00
Ganlin Zhao 823fbf9f77 fix test case 2022-08-19 10:05:55 +08:00
Ganlin Zhao 4344ba56f5 add test cases 2022-08-18 19:04:26 +08:00
cpwu 53e3b2e5f5 fix case, add case support rest api 2022-08-18 11:14:05 +08:00
cpwu 1c4f86210d fix case 2022-08-17 18:18:56 +08:00
wenzhouwww@live.cn 40e2dc1f8d test: update pow function check method 2022-08-17 18:08:25 +08:00
cpwu 786a7378a4 add sin case 2022-08-17 16:45:37 +08:00
cpwu bbcf017e5c fix case 2022-08-17 16:16:36 +08:00
cpwu 545a9f1f76 Merge branch '3.0' into cpwu/3.0 2022-08-17 16:14:52 +08:00
cpwu 3a5f3203a0 fix case 2022-08-17 16:11:37 +08:00
wangmm0220 171ce325c7 fix:error in get table list by tag filter 2022-08-17 11:47:59 +08:00
wangmm0220 2bf2d5e6e1 fix:error in get table list by tag filter 2022-08-17 11:39:55 +08:00
wangmm0220 d5a8b397f0 fix:merge from 3.0 2022-08-17 11:09:49 +08:00
Hui Li 175ddca648
Merge pull request #16152 from taosdata/test/mavg_update
test:update test case for mavg
2022-08-17 11:00:46 +08:00
cpwu 09982db5d3 fix case 2022-08-16 19:24:04 +08:00
wenzhouwww@live.cn 706a85a19d update test case about sample 2022-08-16 17:06:19 +08:00
wenzhouwww@live.cn 9ee41a3dba test:update test case for mavg 2022-08-16 16:29:24 +08:00
cpwu 056f943790 fix case 2022-08-16 16:16:56 +08:00
wenzhouwww@live.cn 5850bc2afb test:update test case irate again 2022-08-16 15:54:44 +08:00
wangmm0220 19c5051b8c fix:confilcts from 3.0 2022-08-16 14:42:19 +08:00
wangmm0220 4eccd81e94 fix:error in tag filter optimization 2022-08-16 14:39:03 +08:00
cpwu 1ac52513d9 add max to CI 2022-08-16 14:31:59 +08:00
Hui Li 5680bf3e22
Merge pull request #16114 from taosdata/test/crash_gen_enh_datetime
test : update method about get current time
2022-08-16 09:56:36 +08:00
Hui Li b2e0b81a90
Merge pull request #16113 from taosdata/test/irate_update
test: irate update
2022-08-16 09:56:24 +08:00
wenzhouwww 0a75d71b55
Update irate.py 2022-08-15 16:39:05 +08:00
wenzhouwww ac39e06207
Update irate.py 2022-08-15 16:38:17 +08:00
wenzhouwww a874c5c8e9
Update irate.py 2022-08-15 16:37:49 +08:00
wenzhouwww@live.cn a88c8a4511 test:update test case of irate 2022-08-15 15:52:05 +08:00
cpwu 6cf09fb5eb Merge branch '3.0' into cpwu/3.0 2022-08-12 18:04:03 +08:00
cpwu 8922b48b11 add case to rest API CI 2022-08-12 18:00:11 +08:00
slzhou 5b54707501 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fixbug 2022-08-12 14:19:32 +08:00
slzhou e2d950e387 fix: modify sample test case that sample is not supported with fill 2022-08-12 11:08:56 +08:00
cpwu 34aa146c55 Merge branch '3.0' into cpwu/3.0 2022-08-12 10:21:27 +08:00
Xiaoyu Wang 03a39381c0 enh: show command optimize 2022-08-12 00:07:24 +08:00
Xiaoyu Wang 15fae2418c enh: show command optimize 2022-08-11 23:13:45 +08:00
Xiaoyu Wang 4155a3bef4 enh: show command optimize 2022-08-11 21:55:20 +08:00
cpwu 450af72bcb Merge branch '3.0' into cpwu/3.0 2022-08-11 20:27:09 +08:00
cpwu 846d66dc1f add case 2022-08-11 20:27:03 +08:00
Hui Li 6ab0a28a05
Merge pull request #15943 from taosdata/3.0test/jcy
test:update test case
2022-08-11 19:45:56 +08:00
Hui Li d6fa1895fc
Merge pull request #15966 from taosdata/cpwu/3.0
Test: add case to support rest API
2022-08-11 17:10:12 +08:00
jiacy-jcy ed51c1a565 Merge branch '3.0' into 3.0test/jcy 2022-08-11 16:29:40 +08:00
jiacy-jcy 7b1f30d8dc update 2022-08-11 16:13:23 +08:00
cpwu f0c2f1a645 fix case 2022-08-11 15:20:44 +08:00
Hui Li 8a0fc4a611
Merge pull request #15932 from taosdata/test/vnode_case_update
test: update vnode case
2022-08-11 15:19:56 +08:00
cpwu 36a7f2884c fix case 2022-08-11 15:18:16 +08:00
cpwu adc047c6c1
Merge branch '3.0' into cpwu/3.0 2022-08-11 15:15:38 +08:00
jiacy-jcy ef815d8751 Merge branch '3.0' into 3.0test/jcy 2022-08-11 14:30:31 +08:00
Ganlin Zhao 72571731f7 Merge branch '3.0' into fix/TD-18115 2022-08-11 13:59:42 +08:00
Ganlin Zhao 67eb7ec408 test: add interp test cases 2022-08-11 13:58:02 +08:00
Ganlin Zhao 98f4d0c0dd test: add interp test cases 2022-08-11 13:57:23 +08:00
cpwu d8c4a93e6d fix add historgram to rest CI 2022-08-10 21:03:48 +08:00
cpwu 59903896a5 Merge branch '3.0' into cpwu/3.0 2022-08-10 20:58:52 +08:00
wenzhouwww@live.cn 01bac29880 update case about diff 2022-08-10 17:57:45 +08:00
jiacy-jcy fef13bcd19 update 2022-08-10 17:47:26 +08:00
cpwu 65e6dcdba7 fix case 2022-08-10 17:09:57 +08:00
jiacy-jcy d0126422bc update test case 2022-08-10 17:08:27 +08:00
jiacy-jcy 75511b17b1 update 2022-08-10 16:10:16 +08:00
jiacy-jcy 8152a7690c update test case 2022-08-10 15:04:40 +08:00
Haojun Liao 597d360d85 test: remove invalid cases. 2022-08-09 21:31:22 +08:00
Haojun Liao ae7b2954f4 test: remove invalid cases. 2022-08-09 21:02:24 +08:00
cpwu f8a233442e fix case 2022-08-08 14:30:54 +08:00
cpwu 6891c40cac Merge branch '3.0' into cpwu/3.0 2022-08-08 10:37:12 +08:00
haoranchen cf75c847dd
Merge branch '3.0' into test/chr/TD-14699 2022-08-08 10:08:55 +08:00
shenglian zhou 81d3a2c385 fix: last/first must return not null values 2022-08-06 21:39:53 +08:00
tomchon 9e32cd4fca test: modify testcases of muti-mnodes 2022-08-06 21:30:38 +08:00
cpwu ca55fc525b add case for rest API 2022-08-06 17:14:13 +08:00
cpwu 767a97bcbe fix case 2022-08-06 16:27:20 +08:00
Xiaoyu Wang e9fc948097
Merge pull request #15711 from taosdata/feature/3.0_wxy
fix: timeline function validity check
2022-08-03 19:03:19 +08:00
Xiaoyu Wang 335c8b4d8a fix: timeline function validity check 2022-08-03 18:17:12 +08:00
Hui Li c77ef73dc1
Merge pull request #15699 from taosdata/test/fix_irate_and_check_tsdb
test : update case and fix some issues
2022-08-03 15:23:07 +08:00
wenzhouwww@live.cn 81642faada update case and fix some issuses 2022-08-03 11:12:34 +08:00
Xiaoyu Wang 50f6388f00 fix: some problems of parser 2022-08-03 09:49:49 +08:00
Hui Li 369e194bc5
Merge pull request #15612 from taosdata/test/chr/TD-14699
test:modify  test case of tsbs query
2022-08-02 11:36:26 +08:00
Ganlin Zhao 6d1b2e6d8e fix test cases 2022-08-01 17:50:53 +08:00
Ganlin Zhao 31abaa31d3 add test cases 2022-08-01 16:47:03 +08:00
tomchon da5b085b61 test:modify test case of tsbs query 2022-07-30 23:10:34 +08:00
tomchon deaf7a538f test:modify test case of tsbs query 2022-07-30 22:15:18 +08:00
Cary Xu 9ab7d2b73e test: test case irate.py add order by tbname 2022-07-30 10:31:48 +08:00
WANG MINGMING 1e391ad27c
Merge pull request #15547 from taosdata/feature/TD-14761
feat:modify get meta logic for schemaless
2022-07-29 23:14:08 +08:00
Xiaoyu Wang 31126d5390 Merge remote-tracking branch 'origin/3.0' into feature/3.0_wxy 2022-07-29 20:41:39 +08:00
Xiaoyu Wang 32418f161b enh: cumulative functions support mixed use 2022-07-29 20:41:16 +08:00
wangmm0220 5caf11485e fix:error in sml meta change 2022-07-29 20:03:59 +08:00
wangmm0220 05822531d8 fix:conflicts from 3.0 2022-07-29 15:57:16 +08:00
wangmm0220 788c063acc feat:modify get meta logic for schemaless 2022-07-29 15:54:24 +08:00
Ganlin Zhao 357dc9c55e fix test case 2022-07-29 14:41:17 +08:00
shenglian-zhou d6193655f5
Merge pull request #15489 from taosdata/szhou/fix/udf
feat: add multi-row equal timestamp for join operator
2022-07-28 16:12:10 +08:00
slzhou@taodata.com 17a135ced5 fix: fix join test case to hanle repeated ts 2022-07-28 13:39:49 +08:00
slzhou@taodata.com 9cbd8c7bea fix: fix bugs related to join and nested query 2022-07-28 12:02:36 +08:00
cpwu f15c6b0ef0 fix case 2022-07-27 14:41:07 +08:00
cpwu 9a9300301a
Merge branch '3.0' into cpwu/3.0 2022-07-27 11:45:43 +08:00
Zhiqiang Wang 81a13a3bae
Merge pull request #15435 from taosdata/fix/ZhiqiangWang/TD-17836-fix-get-cpuinfo-error
os: fix get cpuinfo error
2022-07-27 11:02:45 +08:00
cpwu cc3cee2b87 Merge branch '3.0' into cpwu/3.0 2022-07-27 10:00:26 +08:00
Hui Li 5118113d21
Merge pull request #15412 from taosdata/test/csum_update
update test case about csum
2022-07-26 18:46:08 +08:00
Hui Li 3c460faae7
Merge pull request #15414 from taosdata/test/update_max_partition
test: update case bug fix
2022-07-26 17:19:58 +08:00
afwerar 58d287eafa os: fix get cpuinfo error 2022-07-26 17:16:12 +08:00
cpwu cfb71e15c9 Merge branch '3.0' into cpwu/3.0 2022-07-26 15:57:51 +08:00
wenzhouwww@live.cn bd975ddaee update case bug fix 2022-07-26 10:24:38 +08:00
wenzhouwww@live.cn 2b622ceb4c update test case about csum 2022-07-26 10:10:34 +08:00
Ganlin Zhao 292801c9f9 fix test cases 2022-07-25 17:23:56 +08:00
cpwu ed308c59cd Merge branch '3.0' into cpwu/3.0 2022-07-23 16:08:19 +08:00
Xiaoyu Wang b97c440fe6
Merge pull request #15295 from taosdata/feature/3.0_debug_wxy
fix: plan problem when functions that requires a timeline is used directly in a super table
2022-07-22 18:50:27 +08:00
Xiaoyu Wang 1be414354d fix: plan problem when functions that requires a timeline is used directly in a super table 2022-07-22 17:06:08 +08:00
Hui Li cda04a6a07
Merge pull request #15270 from taosdata/test/chr/TD-14699
test: modify testcases of muti-mnodes
2022-07-22 16:06:16 +08:00
cpwu d55d195e8a Merge branch '3.0' into cpwu/3.0 2022-07-22 14:36:00 +08:00
jiacy-jcy 960db274ef update 2022-07-22 10:29:59 +08:00
cpwu cd0e66a694 fix case 2022-07-22 09:45:56 +08:00
jiacy-jcy 84e82ef2f0 Merge branch '3.0' into 3.0test/jcy 2022-07-22 09:35:03 +08:00
Hui Li a7fedb458d
Merge pull request #15224 from taosdata/3.0test/jcy
test:add muti_rows_update test case
2022-07-22 08:56:58 +08:00
tomchon 32d2740107 Merge branch '3.0' of github.com:taosdata/TDengine into test/chr/TD-14699 2022-07-21 21:04:28 +08:00
tomchon 5ab1c02f53 test:add test case of tsbs query 2022-07-21 21:04:16 +08:00
Ganlin Zhao 76f861f5f5
Merge pull request #15264 from taosdata/fix/test_case
fix(test): fix test cases
2022-07-21 20:13:21 +08:00
Ganlin Zhao 68d8acf628 fix(query): fix test cases 2022-07-21 19:32:55 +08:00
Ganlin Zhao 7332b50838 fix(query): fix test cases 2022-07-21 19:32:23 +08:00
Ganlin Zhao 3ad89e5240 fix(query): fix test cases 2022-07-21 19:31:50 +08:00
Ganlin Zhao be9fec5f1b fix(test): fix test cases 2022-07-21 19:31:28 +08:00
tomchon afe81529f4 Merge branch '3.0' of github.com:taosdata/TDengine into test/chr/TD-14699 2022-07-21 18:42:00 +08:00
jiacy-jcy 0e8ecf7a7c update 2022-07-21 18:40:50 +08:00
tomchon 471c4334d5 test: modify testcases of muti-mnodes 2022-07-21 18:40:26 +08:00
jiacy-jcy 998d4966df Merge branch '3.0' into 3.0test/jcy 2022-07-21 18:40:26 +08:00
cpwu 046c9cb748 fix case 2022-07-21 17:05:31 +08:00
Jason-Jia 1cb47849c9
Merge branch '3.0' into 3.0test/jcy 2022-07-21 13:53:48 +08:00
jiacy-jcy bea57c8ce2 update 2022-07-21 13:51:02 +08:00
Hui Li 74edf683dd
Merge pull request #15126 from taosdata/cpwu/3.0
Test: fix case support rest API
2022-07-21 11:50:53 +08:00
wenzhouwww 68aa7505bd
Merge pull request #15116 from taosdata/test/bug_last_first
test:add test case for bug fix about last_row
2022-07-21 09:28:47 +08:00
shenglian zhou b905133faf fix: error in test case 2022-07-21 08:42:55 +08:00
wenzhouwww@live.cn e300ba82c4 test: bug fix and case update 2022-07-20 20:19:32 +08:00
wenzhouwww@live.cn 400d769cc8 Merge remote-tracking branch 'origin/3.0' into test/bug_last_first 2022-07-20 20:07:20 +08:00
Hui Li d56f4919d7
Merge pull request #15199 from taosdata/test/chr/TD-14699
test:add  test case of tsbs query
2022-07-20 16:37:23 +08:00
tomchon e781407eb3 test:add test case of tsbs query 2022-07-20 16:36:17 +08:00
Ganlin Zhao 01385a4beb fix twa.py 2022-07-20 14:07:52 +08:00
Ganlin Zhao bb021697ee fix max_partion.py test case 2022-07-20 14:04:07 +08:00
Ganlin Zhao bf71325184
Merge pull request #15153 from taosdata/fix/TD-17511
fix(query): forbid use null as input for first/last/last_row
2022-07-20 10:46:43 +08:00
Hui Li 5d774c0a83
Merge pull request #15150 from taosdata/test/chr/TD-14699
test:add testcase of muti-mnode
2022-07-20 09:46:05 +08:00
Ganlin Zhao af4ad5a837 fix test case 2022-07-19 20:25:26 +08:00
tomchon 363d7649bc test:add testcase of muti-mnode 2022-07-19 20:09:50 +08:00
cpwu b0c7a9337d fix case 2022-07-19 19:53:13 +08:00
cpwu 600cbfddc1 Merge branch '3.0' into cpwu/3.0 2022-07-19 16:45:34 +08:00
cpwu 83fe51f6d9 fix case 2022-07-19 16:39:50 +08:00
wenzhouwww@live.cn cdaf73f9f1 test:add test case for bug fix about last_row 2022-07-19 15:11:44 +08:00
Hui Li dd2320f088
Merge pull request #15096 from taosdata/test/chr/TD-14699
test: modify testcases of muti-mnodes
2022-07-19 14:17:54 +08:00
tomchon 85fd556614 test: modify testcases of muti-mnodes 2022-07-18 22:47:46 +08:00
wenzhouwww 1b4ed84ad2
Merge branch '3.0' into test/bug_fix_update 2022-07-18 22:01:19 +08:00
Ganlin Zhao d4032483c5 fix last_row.py 2022-07-18 20:04:52 +08:00
wenzhouwww aeb7f0d915
Merge branch '3.0' into test/bug_fix_update 2022-07-18 16:44:31 +08:00
wenzhouwww@live.cn cbfc1688f4 update case 2022-07-18 16:38:57 +08:00
wenzhouwww@live.cn 1d30ff6190 update case for bug fix 2022-07-18 16:36:13 +08:00
Hui Li 71bc44c028
Merge pull request #14982 from taosdata/test/last_row_update
test: add test case for last_row
2022-07-18 15:55:55 +08:00
wenzhouwww@live.cn be35f08d09 update case about bug fix 2022-07-18 15:52:38 +08:00
wenzhouwww@live.cn 3cb05f1523 update case for last_row 2022-07-18 14:25:08 +08:00
wenzhouwww@live.cn 2a3d603089 update 2022-07-18 10:03:42 +08:00
cpwu 349cb292fa Merge branch '3.0' into cpwu/3.0 2022-07-18 09:45:31 +08:00
Yihao Deng 41ed88908f
Merge pull request #15015 from taosdata/fix/fixFst
fix:  fst bug
2022-07-18 08:33:41 +08:00
yihaoDeng f1ff8cdf2d test: add test case to index 2022-07-16 21:30:12 +08:00
wenzhouwww@live.cn 2447f1a3a7 update 2022-07-16 17:53:15 +08:00
wenzhouwww@live.cn df1cd5e6e4 update 2022-07-16 17:49:29 +08:00
Haojun Liao ed2384036f test:update the test case. 2022-07-16 17:19:21 +08:00
Hui Li 9ee3f8d99f
Merge pull request #14929 from taosdata/test3.0/lihui
Test3.0/lihui
2022-07-16 16:49:01 +08:00
Hui Li cfe07e61f1
Merge pull request #14920 from taosdata/test/chr/TD-14699
test:modify test frame that add multiple retries for sql execution and query
2022-07-16 16:48:39 +08:00
wenzhouwww@live.cn 38e5bb1a11 update case 2022-07-16 16:39:49 +08:00
cpwu 23166ff6de fix case 2022-07-16 16:05:12 +08:00
cpwu dadf3fd027 Merge branch '3.0' into cpwu/3.0 2022-07-16 15:59:24 +08:00
cpwu 935535b087 fix case 2022-07-16 15:58:23 +08:00
wenzhouwww@live.cn 418696316a update case 2022-07-16 15:55:49 +08:00
wenzhouwww@live.cn 2bea457cd2 add test case for last_row 2022-07-16 14:16:48 +08:00
wenzhouwww@live.cn 2f0b6e0086 add test case for last_row 2022-07-16 14:00:36 +08:00
tomchon 24023e9169 test:modify testcase 2022-07-16 12:17:29 +08:00
Xiaoyu Wang 7c585d8ed9 fix: database options 'strict' and 'cachelast' syntax adjustments 2022-07-16 11:47:26 +08:00
cpwu 028dba3c46 fix case 2022-07-16 11:45:43 +08:00
wenzhouwww@live.cn 98178c6090 update 2022-07-16 11:02:01 +08:00
Xiaoyu Wang 2db0b4075f
Merge pull request #14952 from taosdata/feature/3.0_debug_wxy
fix: multi-rows function validity check
2022-07-16 10:11:30 +08:00
Xiaoyu Wang 52327cc2fb fix: multi-rows function validity check 2022-07-16 09:44:52 +08:00
tomchon 725fa46142 test:add test case of tsbs query 2022-07-15 21:08:17 +08:00
yihaoDeng 684b550f5e test: add test case to index 2022-07-15 20:17:21 +08:00
wenzhouwww@live.cn 8337b4474b update case 2022-07-15 17:43:45 +08:00
wenzhouwww 8bd24a57e3
Merge pull request #14933 from taosdata/test/last_row
test: add test case for last_row , only with case ,not run CI
2022-07-15 15:10:58 +08:00
cpwu acc27d46e9 fix case 2022-07-15 15:06:38 +08:00
wenzhouwww@live.cn 67afe73a11 test:add test case for last_row 2022-07-15 11:47:31 +08:00
Xiaoyu Wang 873ff96bc1 fix: a problem of last_row function plan 2022-07-15 11:01:19 +08:00
plum-lihui 7b2dc59860 test: add test case for precison 2022-07-15 10:42:47 +08:00
tomchon e8a0cf5b75 test:add test case of tsbs query 2022-07-14 21:11:39 +08:00
tomchon 5c08a8227c Merge branch '3.0' of github.com:taosdata/TDengine into test/chr/TD-14699 2022-07-14 19:49:55 +08:00
cpwu 4ec50d141a Merge branch '3.0' into cpwu/3.0 2022-07-14 19:02:29 +08:00
wangmm0220 bb6ecd6913 Merge branch '3.0' into feature/TD-13041 2022-07-14 16:34:04 +08:00
tomchon 9160c4f9d7 Merge branch '3.0' of github.com:taosdata/TDengine into test/chr/TD-14699 2022-07-14 16:27:34 +08:00
tomchon 4ad539f242 test:temp commit 2022-07-14 16:27:26 +08:00
wangmm0220 a15bd187bf fix:error in json tag 2022-07-14 16:24:16 +08:00
Hui Li 5250d78c63
Merge pull request #14896 from taosdata/test/chr/TD-14699
test:add test case of tsbs query
2022-07-14 14:39:21 +08:00
cpwu 4a6f707702 Merge branch '3.0' into cpwu/3.0 2022-07-14 11:36:31 +08:00
tomchon 88d1d8fad2 test:add test case of tsbs query 2022-07-13 20:21:13 +08:00
jiajingbin bb619b423a
Merge pull request #14840 from taosdata/3.0test/jcy
test:update count.py and add sysinfo.py into ci
2022-07-13 17:18:07 +08:00
Ganlin Zhao 7fbef9cbbe fix test cases 2022-07-13 14:49:23 +08:00
Ganlin Zhao 51399762c2 fix test cases 2022-07-13 14:48:40 +08:00
Ganlin Zhao 2bc95eeb5f fix test cases 2022-07-13 14:48:02 +08:00
Ganlin Zhao 5917c74036 fix test cases 2022-07-13 14:46:40 +08:00
Ganlin Zhao b877cbbec9 fix test cases 2022-07-13 14:45:40 +08:00
Ganlin Zhao 860091f484 fix test cases 2022-07-13 14:44:19 +08:00
Ganlin Zhao dbe21e748a fix test cases 2022-07-13 14:43:58 +08:00
Ganlin Zhao adbc501403 fix test cases 2022-07-13 14:43:06 +08:00
Ganlin Zhao db6eca9bef fix test cases 2022-07-13 14:41:50 +08:00
jiacy-jcy 2ddd1ba7d3 update 2022-07-13 11:31:20 +08:00
jiacy-jcy 15ea5e84ed update 2022-07-13 11:17:35 +08:00
tomchon ebb2f34de1 test:add test case of tsbs query 2022-07-13 10:43:59 +08:00
cpwu b2933ea244 fix case 2022-07-13 09:52:03 +08:00
jiacy-jcy 589d5b5999 update count.py 2022-07-13 09:50:38 +08:00
Hui Li f4c4998453
Merge pull request #14812 from taosdata/3.0test/jcy
test:update test cases
2022-07-12 17:57:45 +08:00
Ganlin Zhao b32a6e8406
Merge pull request #14823 from taosdata/fix/merge_interval_agg
fix(test): fix test cases
2022-07-12 17:54:51 +08:00
jiacy-jcy 2e1d69ce8c Merge branch '3.0' into 3.0test/jcy 2022-07-12 17:05:15 +08:00
tomchon d094ffd160 Merge branch '3.0' of github.com:taosdata/TDengine into test/chr/TD-14699 2022-07-12 17:02:38 +08:00
cpwu e34e96eb06 Merge branch '3.0' into cpwu/3.0 2022-07-12 16:00:52 +08:00
jiacy-jcy bd4aa82d19 update case 2022-07-12 15:57:40 +08:00
wenzhouwww edf8ea2f9f
Merge pull request #14702 from taosdata/test/count_partition
test: add test case for count about partition by and interval
2022-07-12 15:42:04 +08:00
jiacy-jcy 637eb12c5d Merge branch '3.0' into 3.0test/jcy 2022-07-12 15:24:11 +08:00
tomchon 2641714e87 test:add test case of tsbs query 2022-07-12 15:20:05 +08:00
Ganlin Zhao 208d3a62a9 fix test cases 2022-07-12 15:02:39 +08:00
Ganlin Zhao 64a18e9fbd fix test cases 2022-07-12 15:02:08 +08:00
Ganlin Zhao f74bcc42ab fix test cases 2022-07-12 15:01:46 +08:00
Ganlin Zhao 74a3796e45 fix test cases 2022-07-12 15:00:54 +08:00
Ganlin Zhao f530b71046 fix test cases 2022-07-12 15:00:37 +08:00
Ganlin Zhao cab1ffe8ac fix test cases 2022-07-12 15:00:12 +08:00
Ganlin Zhao c33ca654dc fix test cases 2022-07-12 14:59:25 +08:00
Ganlin Zhao e7057842cb fix test cases 2022-07-12 14:59:05 +08:00
Ganlin Zhao aa76fd38ca fix test cases 2022-07-12 14:58:35 +08:00
Ganlin Zhao 5d747d5241 fix test cases 2022-07-12 14:58:16 +08:00
Ganlin Zhao 86fad55637 fix test cases 2022-07-12 14:57:52 +08:00
Ganlin Zhao 25b0abf942 fix test cases 2022-07-12 14:57:26 +08:00
Ganlin Zhao 547a6bae6c fix test cases 2022-07-12 14:56:47 +08:00
Ganlin Zhao fbca556551 fix test cases 2022-07-12 14:56:01 +08:00
Ganlin Zhao 5a82211e6b fix test cases 2022-07-12 14:55:35 +08:00
Ganlin Zhao 0aa5f5902f fix test cases 2022-07-12 14:55:07 +08:00
Ganlin Zhao b73af49cc0 fix test cases 2022-07-12 14:54:33 +08:00
Ganlin Zhao 6120700091 fix test cases 2022-07-12 14:54:03 +08:00
Ganlin Zhao 5ca73e23db fix test cases 2022-07-12 14:53:35 +08:00
Ganlin Zhao 73b12e461c fix test cases 2022-07-12 14:52:22 +08:00
Ganlin Zhao e9cd99c55a fix test cases 2022-07-12 14:50:45 +08:00
Ganlin Zhao d3afc76f6d fix test cases 2022-07-12 14:49:35 +08:00
Ganlin Zhao 7838a76363 fix(test): fix test cases trailing white spaces 2022-07-12 14:45:51 +08:00
jiacy-jcy f1bae383b0 update test cases 2022-07-12 14:19:51 +08:00
shenglian-zhou 0e603a176c
Merge pull request #14794 from taosdata/szhou/td-17001
fix: select tag from st will return block composed of num of records
2022-07-12 13:44:36 +08:00
tomchon a059736755 Merge branch '3.0' of github.com:taosdata/TDengine into test/chr/TD-14699 2022-07-12 13:40:36 +08:00
slzhou@taodata.com cacfb720fb fix: fix test case of selecting tag from super table 2022-07-12 12:27:48 +08:00
slzhou@taodata.com 76482161f5 feat: modify test case that defaults to table scan when query tags 2022-07-12 11:37:57 +08:00
Hui Li 313be26785
Merge pull request #14642 from taosdata/3.0test/jcy
test:update test cases
2022-07-12 10:23:57 +08:00
jiacy-jcy da9edd8756 Merge branch '3.0' into 3.0test/jcy 2022-07-12 09:36:31 +08:00
wenzhouwww 877ac548f6
Merge branch '3.0' into test/count_partition 2022-07-11 20:11:45 +08:00
tomchon 8684f75dcd test:add test case of tsbs query 2022-07-11 20:00:11 +08:00
tomchon 1f5663f03e test:add test case of tsbs query 2022-07-11 19:52:18 +08:00
jiacy-jcy 4ae80d0556 Merge branch '3.0' of github.com:taosdata/TDengine into 3.0 2022-07-11 16:57:28 +08:00
wenzhouwww@live.cn 6f87084d6a test: enh test case about elapsed 2022-07-11 16:43:30 +08:00
cpwu d838e3d983 Merge branch '3.0' into cpwu/3.0 2022-07-11 16:00:17 +08:00
dapan1121 9584f51f83
Merge pull request #14743 from taosdata/fix/TD-17191
fix: fix taos crash and deadlock issue
2022-07-11 13:56:12 +08:00
Haojun Liao be498df3dd test:update the test cases. 2022-07-11 13:23:42 +08:00
jiacy-jcy 24cc6f5c25 Merge branch '3.0' into 3.0test/jcy 2022-07-11 03:34:43 +00:00
jiacy-jcy 301a3496be Merge branch '3.0' of github.com:taosdata/TDengine into 3.0 2022-07-11 03:34:19 +00:00
dapan1121 def96ee38f fix: fix taos crash and deak lock issue 2022-07-11 10:43:08 +08:00
cpwu 99b0058446 Merge branch '3.0' into cpwu/3.0 2022-07-11 09:17:59 +08:00
wenzhouwww@live.cn 12e56b2f97 update 2022-07-10 20:05:16 +08:00
Hui Li 66d540c02a
Merge pull request #14727 from taosdata/test/chr/TD-14699
test:modify testcase of mnode
2022-07-10 19:44:03 +08:00
tomchon 4d99188ee8 test:modify testcase of qnode 2022-07-10 16:12:09 +08:00
tomchon dd6b510059 Merge branch '3.0' of github.com:taosdata/TDengine into test/chr/TD-14699 2022-07-10 14:21:31 +08:00
Xiaoyu Wang 2454298b0b Merge remote-tracking branch 'origin/3.0' into feature/3.0_debug_wxy 2022-07-10 10:24:55 +08:00
cpwu c42407c8d5 fix case 2022-07-09 21:10:35 +08:00
cpwu 5779de0773 fix case 2022-07-09 19:28:09 +08:00
Xiaoyu Wang f99a61a464 fix: some problem of parser and planner 2022-07-08 21:05:19 +08:00
wenzhouwww@live.cn b5599027e6 test: add test case for count about partition by tbname and interval 2022-07-08 20:00:22 +08:00
jiacy-jcy bd0525b028 commit 2022-07-08 10:30:47 +00:00
jiacy-jcy 0ac33107b3 Merge branch '3.0' of github.com:taosdata/TDengine into 3.0 2022-07-08 08:19:50 +00:00
Shengliang Guan b7077b7fb3
Merge pull request #14679 from taosdata/fix/valgrind
refactor: change fndebugfalg to udfdebugflag
2022-07-08 15:44:37 +08:00
Shengliang Guan 389a4fba7c refactor: change fndebugfalg to udfdebugflag 2022-07-08 15:20:33 +08:00
jiacy-jcy 294c815a44 Merge branch '3.0' into 3.0test/jcy 2022-07-08 13:56:39 +08:00
jiacy-jcy 9d8b8e06e5 Merge branch '3.0' of github.com:taosdata/TDengine into 3.0 2022-07-08 13:56:20 +08:00
Hui Li 93b42b6b10
Merge pull request #14636 from taosdata/test/run_case_and_or
test: let case run about and or for byte compute
2022-07-08 10:40:40 +08:00
tomchon ef3bdbb47a Merge branch '3.0' of github.com:taosdata/TDengine into test/chr/TD-14699 2022-07-08 10:32:34 +08:00
Yihao Deng d7956b6e14
Merge pull request #14660 from taosdata/enh/rmIdx
enh: rm table idx
2022-07-08 09:31:41 +08:00
jiacy-jcy a2bb00da55 update apercentile.py 2022-07-07 18:18:41 +08:00
tomchon 665caf1446 test:add teatcase of tsbs quering 2022-07-07 18:16:21 +08:00
jiacy-jcy 718a7350da update test case 2022-07-07 13:56:31 +08:00
wenzhouwww@live.cn bd693eaa02 test: let case run about and or for byte compute 2022-07-07 11:42:01 +08:00
yihaoDeng 11a7b1e1b0 update test case 2022-07-07 10:18:20 +08:00
jiacy-jcy fee3d3ccd1 Merge branch '3.0' of github.com:taosdata/TDengine into 3.0 2022-07-07 10:13:31 +08:00
jiacy-jcy adce03a2da update test case 2022-07-07 10:13:15 +08:00
Yihao Deng 31655c07d7
Merge pull request #14611 from taosdata/feat/idxFix1
enh: refactor idx code
2022-07-07 09:21:06 +08:00
yihaoDeng 7006eefda1 update json-tag case 2022-07-06 21:14:45 +08:00
WANG MINGMING 73e094d77f
Merge pull request #14505 from taosdata/feature/TD-13041
fix:<TD-16840> meta ttl index core if insert with benchmark
2022-07-06 19:15:43 +08:00
Minglei Jin d843a8ac89
Merge pull request #14486 from taosdata/feat/tsdb_refact
Feat/tsdb refact
2022-07-06 17:43:22 +08:00
wangmm0220 187aca4d6b fix:conflict from 3.0 2022-07-06 16:35:39 +08:00
Hui Li a6f08c3377
Merge pull request #14467 from taosdata/test/tail_unique_stable
test:  add test case for stable query
2022-07-06 16:08:07 +08:00
Hui Li 825aec24b2
Merge pull request #14571 from taosdata/test/elapsed_time_unit
test: update case for time unit about nano db
2022-07-06 16:07:57 +08:00
Hui Li 0649d96e42
Merge pull request #14595 from taosdata/test/and_or_byte
test:add case for and or about byte compute
2022-07-06 16:07:42 +08:00
cpwu 2ad8cdbaa3
Merge branch '3.0' into cpwu/3.0 2022-07-06 16:03:32 +08:00
wade zhang 4452fdd442
Merge pull request #14468 from taosdata/test/chr/TD-14699
test:add testcase in fulltest
2022-07-06 16:02:03 +08:00
jiajingbin bc0eef0d12
Merge pull request #14578 from taosdata/3.0test/jcy
test:modify timediff.py and timetruncate.py
2022-07-06 15:21:28 +08:00
wenzhouwww@live.cn d973b357e4 test:add case for and or about byte compute 2022-07-06 14:48:18 +08:00
tomchon f9166404f2 Merge branch '3.0' of github.com:taosdata/TDengine into test/chr/TD-14699 2022-07-06 13:46:57 +08:00
Haojun Liao 29949a965b other: merge 3.0. 2022-07-06 13:46:24 +08:00
Haojun Liao ddb71ed095 refactor: do some internal refactor. 2022-07-06 13:33:21 +08:00
wenzhouwww@live.cn 922feb45a9 update and report an crash 2022-07-06 10:51:13 +08:00
wenzhouwww@live.cn 7e34c3aa1f update case 2022-07-06 10:47:05 +08:00
wenzhouwww@live.cn 5e2b033e30 update case for time unit check 2022-07-06 10:41:12 +08:00
wenzhouwww@live.cn 5667b18676 Merge remote-tracking branch 'origin/3.0' into test/elapsed_time_unit 2022-07-06 10:22:31 +08:00
Ganlin Zhao 9355392c80
Merge pull request #14537 from taosdata/fix/TD-16877
fix(query): stddev function support unsigned data types
2022-07-06 10:14:23 +08:00
wangmm0220 f47c3595a2 Merge branch '3.0' into feature/TD-13041 2022-07-06 10:07:19 +08:00
jiacy-jcy bd5351e568 update timetruncate.py 2022-07-06 10:01:10 +08:00
jiacy-jcy 00e9a6cc05 modify timediff.py 2022-07-06 09:55:03 +08:00
jiacy-jcy d3fd2e4b3c update test case 2022-07-06 09:51:16 +08:00
jiacy-jcy 8fcc18b29f Merge branch '3.0' into 3.0test/jcy 2022-07-06 09:43:18 +08:00
wenzhouwww@live.cn da40e3ac1b update case for time unit about nano db 2022-07-05 20:46:48 +08:00
tomchon b61297f0d5 Merge branch '3.0' of github.com:taosdata/TDengine into test/chr/TD-14699 2022-07-05 20:40:05 +08:00
tomchon a20456debd test:modify testcase 2022-07-05 20:30:42 +08:00
Ganlin Zhao 479776b7fb fix timetruncate test case 2022-07-05 20:11:26 +08:00
jiacy-jcy c2d0315ae9 update test case 2022-07-05 19:38:42 +08:00
cpwu 385738cd98 fix case , add mutil-vgroups test 2022-07-05 16:26:12 +08:00
jiacy-jcy e7ee3b0420 update timetruncate test case 2022-07-05 16:01:54 +08:00
cpwu 95cac2a9b6 Merge branch '3.0' into cpwu/3.0 2022-07-05 15:18:03 +08:00
cpwu 4a3c4b806a fix histogram case 2022-07-05 15:16:08 +08:00
Ganlin Zhao ae55ce3068 Merge branch '3.0' into fix/TD-16877 2022-07-05 14:25:45 +08:00
Hui Li eb2194b6ef
Merge pull request #14532 from taosdata/test/to_json
test: add test case for to_json
2022-07-05 13:32:52 +08:00
Hui Li fc1c808352
Merge pull request #14533 from taosdata/3.0test/jcy
test:update testcase for timetruncate function
2022-07-05 13:32:25 +08:00
Ganlin Zhao 09074e6d43
Merge pull request #14530 from taosdata/fix/TD-16877
fix(query): avg function support unsigned data type
2022-07-05 13:08:27 +08:00
Ganlin Zhao e0feb8c6f1 remove test case white spaces 2022-07-05 11:26:39 +08:00
jiacy-jcy e3fd7bc146 update timetruncate.py 2022-07-05 10:57:58 +08:00
wenzhouwww@live.cn c56ca66ff4 add test case for to_json 2022-07-05 10:21:41 +08:00
Ganlin Zhao aa9761cec6 fix test case white spaces 2022-07-05 10:18:22 +08:00
Xiaoyu Wang 7c5419b43e fix: fix: increase the tag value overflow check when creating table 2022-07-04 21:12:15 +08:00
jiacy-jcy 3b50fee6cb Merge branch '3.0' into 3.0test/jcy 2022-07-04 18:57:43 +08:00
jiacy-jcy 59964f7e6c update 2022-07-04 18:54:37 +08:00
wangmm0220 a558672622 fix:merge from 3.0 2022-07-04 16:36:18 +08:00
wangmm0220 36b49b5028 fix:<TD-16840> meta ttl index core if insert with benchmark 2022-07-04 16:33:54 +08:00
Xiaoyu Wang 831ef7de23 fix: some problems of parser and planner 2022-07-04 14:46:08 +08:00
Hui Li d598ca1c4f
Merge pull request #14398 from taosdata/3.0test/jcy
test:update now.py and today.py
2022-07-02 20:12:25 +08:00
wenzhouwww@live.cn 18e5430265 update 2022-07-02 17:53:29 +08:00
wenzhouwww@live.cn 613ef1dfab update case for mavg to support stable 2022-07-02 17:50:32 +08:00
Ganlin Zhao 86505d97a2
Merge pull request #14434 from taosdata/fix/TD-15257
fix(quer): fix time unit parameter check
2022-07-02 14:21:04 +08:00
jiacy-jcy 977baf50c3 Merge branch '3.0' into 3.0test/jcy 2022-07-02 13:53:59 +08:00
Hui Li 9560b2ee71
Merge pull request #14414 from taosdata/test/chr/TD-14699
test:modify testcase of stmt
2022-07-02 12:24:50 +08:00
wenzhouwww@live.cn ceb71b50ce add test case for support stable 2022-07-02 11:50:36 +08:00
wenzhouwww@live.cn 9bd43a1e1d Merge branch '3.0' into test/tail_unique_stable 2022-07-02 11:50:12 +08:00
Ganlin Zhao 7a588bd16f Merge branch '3.0' into fix/TD-15257 2022-07-02 11:20:04 +08:00
Ganlin Zhao f44e5310da Merge branch '3.0' into fix/TD-15257 2022-07-02 11:18:50 +08:00
tomchon 410e15c5e7 test: modify testcases of muti-mnodes 2022-07-01 21:11:57 +08:00
Xiaoyu Wang 246e0ad820 fix: csum/diff/mavg support subquery 2022-07-01 20:35:48 +08:00
Xiaoyu Wang 7a53bae352 merge 3.0 2022-07-01 20:05:15 +08:00
Xiaoyu Wang d1eef6880b fix: csum/diff/mavg support subquery 2022-07-01 19:59:28 +08:00
wenzhouwww@live.cn eea4d260cc update case for csum about stable 2022-07-01 17:58:47 +08:00
wangmm0220 75e5aebbec fix:error in json 2022-07-01 17:35:23 +08:00
Ganlin Zhao 9c2af3dd96 Merge branch '3.0' into fix/TD-15257 2022-07-01 17:23:59 +08:00
Ganlin Zhao 686ab4f53a fix test cases 2022-07-01 17:22:48 +08:00
Xiaoyu Wang ec7bfd9eba fix: csum/diff/mavg support subquery 2022-07-01 17:17:49 +08:00
Ganlin Zhao 870fbd467e fix test cases 2022-07-01 17:16:04 +08:00
wangmm0220 4e6b3d72ac Merge branch '3.0' into feature/TD-13041 2022-07-01 16:54:18 +08:00
wangmm0220 085ace59e0 fix:to_json() function 2022-07-01 16:47:54 +08:00
Ganlin Zhao da09e9ef16 fix test cases 2022-07-01 16:42:30 +08:00
wenzhouwww@live.cn fc757eba92 add case for stable about sample 2022-07-01 15:44:47 +08:00
wenzhouwww@live.cn 54f1c9386d test : add case for unique about stable 2022-07-01 10:43:24 +08:00
jiacy-jcy 91b5d707a0 update test case 2022-07-01 09:53:01 +08:00
wangmm0220 77fcf17ae1 fix:error in lock meta if group by json tag, need unlock if error happens 2022-06-30 17:10:34 +08:00
jiacy-jcy f138388bbf update now.py and today.py 2022-06-30 16:50:57 +08:00
wangmm0220 e751e20c76 fix:merge from 3.0 2022-06-30 16:25:43 +08:00
cpwu f506147b28 Merge branch '3.0' into cpwu/3.0 2022-06-30 16:09:23 +08:00
cpwu 4b73cdb529 fix case 2022-06-30 15:34:38 +08:00
wenzhouwww@live.cn 4ba8f3b39a update case for elapsed about interval 2022-06-30 15:04:49 +08:00
wangmm0220 6215c460a1 fix:error in limit offset 2022-06-30 14:30:35 +08:00
jiacy-jcy 3f9f85927c Merge branch '3.0' into 3.0test/jcy 2022-06-30 14:18:00 +08:00
jiacy-jcy c9b3736b81 update test case 2022-06-30 14:17:13 +08:00
Ganlin Zhao b0b5d417af modify test case 2022-06-30 11:33:06 +08:00
wenzhouwww@live.cn f70cd127fb test: add test case for tail about stable 2022-06-30 10:56:16 +08:00
wangmm0220 06552626e0 fix:disable some json test cases 2022-06-29 20:15:49 +08:00
wangmm0220 3725adc861 fix:merge from 3.0 2022-06-29 18:45:34 +08:00
Yihao Deng 2001be5996
Merge branch '3.0' into enh/stopquery 2022-06-29 17:24:52 +08:00
wangmm0220 873546bee5 fix:add log 2022-06-29 15:03:17 +08:00
Ganlin Zhao 4524b826df
Merge pull request #14323 from taosdata/enh/first_last_select
enh(query): first/last function support selectivity
2022-06-29 13:31:40 +08:00
yihaoDeng 286a7c6d95 fix: fix rpc quit problem 2022-06-29 10:22:28 +08:00
Ganlin Zhao c3d26dc73e feat(query): enable selectivity with first/last for stable 2022-06-28 20:46:45 +08:00
Hui Li aaad925d35
Merge pull request #14329 from taosdata/test/chr/TD-14699
test:modify testcase of muti-mnodes
2022-06-28 20:28:36 +08:00
tomchon 2b5b2fee6e test:modify testcase of muti-mnodes; 2022-06-28 18:11:50 +08:00
Xiaoyu Wang 1f47241fc9 merge 3.0 2022-06-28 13:48:13 +08:00
Hui Li ddf0ff111d
Merge pull request #14248 from taosdata/test/abs_tag_filter
test: update case for tag compute
2022-06-28 09:30:37 +08:00
Hui Li 269ecb5775
Merge pull request #14288 from taosdata/test/scalar_for_stable
test: add case for scalar support stable
2022-06-28 09:30:07 +08:00
Xiaoyu Wang cd36807faf feat: refactor the plan implementation of unique function 2022-06-27 21:30:20 +08:00
wangmm0220 8e5099c44c Merge branch '3.0' into feature/TD-13041 2022-06-27 20:02:00 +08:00
wenzhouwww@live.cn bf442c20bc test: add case for scalar support stable 2022-06-27 17:54:20 +08:00
Xiaoyu Wang 87b8131409
Merge pull request #14266 from taosdata/feature/3.0_debug_wxy
feat: tail function rewrite to statement
2022-06-27 17:16:37 +08:00
Xiaoyu Wang 1172060a17 fix: adjust the result validation method of the tail function 2022-06-27 16:45:26 +08:00
wangmm0220 5557c2ef93 fix: add limit for json operator 2022-06-27 16:17:58 +08:00
wangmm0220 9fb4f943e7 fix: enable group by test cases 2022-06-27 10:14:36 +08:00
cpwu 900bb68cdf Merge branch '3.0' into cpwu/3.0 2022-06-27 09:36:32 +08:00
Xiaoyu Wang ab95a49fa2 merge 3.0 2022-06-26 15:23:29 +08:00
wenzhouwww@live.cn 6a73aa933c update case 2022-06-25 19:39:32 +08:00
Hui Li 5fd2f9a3aa
Merge pull request #14239 from taosdata/3.0test/jcy
test:add test case for param ttl
2022-06-25 19:37:16 +08:00
wenzhouwww@live.cn 00482e9c2c update case for tag compute 2022-06-25 17:38:23 +08:00
“happyguoxy” 1ba41e03ff test: refine query cases 2022-06-25 15:48:25 +08:00
jiacy-jcy ee672bee6c Merge branch '3.0' into 3.0test/jcy 2022-06-25 15:28:29 +08:00
jiacy-jcy 91735042b7 update bottom.py 2022-06-25 15:17:25 +08:00
Ganlin Zhao 52bfe2e74c modify test cases for cast.py 2022-06-25 14:19:17 +08:00
cpwu 0e6fe226a2 Merge branch '3.0' into cpwu/3.0 2022-06-25 10:41:26 +08:00
WANG MINGMING f0b50add27
Merge pull request #14184 from taosdata/feature/TD-13041
feat:sort table group if needed & optimize partition by tag
2022-06-25 09:41:30 +08:00
Hui Li bdd15f6c71
Merge pull request #14183 from taosdata/test/irate
add test case for irate and check value of all
2022-06-24 18:07:28 +08:00
Hui Li 09149dfb46
Merge pull request #14210 from taosdata/test/null_for_scalar_function
test: add case for scalar function for null value
2022-06-24 18:06:56 +08:00
wenzhouwww@live.cn 125944ce15 add case for compute null value 2022-06-24 17:05:03 +08:00
wenzhouwww@live.cn a533f3497c add case for scalar function for null value 2022-06-24 16:28:56 +08:00
wangmm0220 9ac0a34e72 fix: disable group by tag cases 2022-06-24 15:57:33 +08:00
jiacy-jcy b2537cb487 refactor:refine Now.py to be parameter driven 2022-06-24 13:33:34 +08:00
jiacy-jcy b7bb08d665 update test case 2022-06-24 09:12:47 +08:00
wangmm0220 3799db4366 feat:sort table group if needed 2022-06-23 20:46:11 +08:00
wenzhouwww@live.cn 53eefc1ba2 add test case for irate and check value of all 2022-06-23 20:27:46 +08:00
jiacy-jcy 4639a04cec update test case 2022-06-23 17:11:46 +08:00
cpwu beea5581db fix case 2022-06-23 15:47:41 +08:00
jiacy-jcy cc10a8eef0 Merge branch '3.0' into 3.0test/jcy 2022-06-23 13:45:05 +08:00
cpwu 45a4017c4b Merge branch '3.0' into cpwu/3.0 2022-06-23 12:59:20 +08:00
cpwu bf3af717e7 fix case 2022-06-23 10:37:57 +08:00