Commit Graph

8651 Commits

Author SHA1 Message Date
Shengliang Guan 91659c8c50 refactor: make uptimeInterval can be configured 2022-08-25 15:17:04 +08:00
Shengliang Guan e41a000261
Merge pull request #16397 from taosdata/fix/TD-18617
fix(query): fix multiple interp used result number of rows incorrect
2022-08-25 13:33:02 +08:00
Ganlin Zhao 167673e509 Merge branch '3.0' into fix/TD-18617 2022-08-25 11:14:05 +08:00
Ganlin Zhao 7f3146203b Merge branch '3.0' into fix/TD-18617 2022-08-25 11:13:33 +08:00
Ganlin Zhao 6b9ace9c35 Merge branch '3.0' into fix/TD-18617 2022-08-25 11:08:14 +08:00
Shengliang Guan 0758d32964
Merge pull request #16382 from taosdata/feat/3.0_systable_privilege_wxy
feat: system table visible permission
2022-08-25 11:08:12 +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
Xiaoyu Wang c7cb06e396 feat: system table visible permission 2022-08-24 17:54:04 +08:00
Shengliang Guan 4355ddb1ed Merge branch 'fix/TD-18483' into fix/dnode 2022-08-24 14:04:14 +08:00
wangmm0220 2afc23a120 fix:conflicts from 3.0 2022-08-24 13:59:51 +08:00
Shengliang Guan 8f6aaf0a60 fix: donot retry if error code not match retry code 2022-08-24 13:47:27 +08:00
jiacy-jcy 08cb51801b update test case 2022-08-24 10:24:29 +08:00
Shengliang Guan fece844f58 Merge remote-tracking branch 'origin/3.0' into fix/dnode 2022-08-23 17:29:33 +08:00
Shengliang Guan b0263a4bea enh: increase startup time monitoring 2022-08-23 17:29:31 +08:00
wangmm0220 514711e54c feat:get data from snapshot for taosx 2022-08-23 17:28:49 +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
Shengliang Guan 0ac18e51cb
Merge pull request #16306 from taosdata/fix/TD-18412
fix:fix explain analyze validate issue
2022-08-22 20:31:11 +08:00
dapan1121 12d9366b84 fix:fix explain analyze validate issue 2022-08-22 19:50:22 +08:00
Ganlin Zhao cd3897c7fe fix(query): fix avg.py test cases 2022-08-22 19:26:28 +08:00
wangmm0220 43862ccd74 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/TD-14761 2022-08-22 16:53:53 +08:00
54liuyao 25b735f0e3 feat(stream): delete result 2022-08-22 14:05:19 +08:00
Shengliang Guan 4b94c76621 test: valgrind case 2022-08-22 10:40:23 +08:00
Shengliang Guan 4bc8e086a8
Merge pull request #16262 from taosdata/feature/3.0_interval_hash_optimize
enh: rsma batch process and code optimization
2022-08-21 23:57:58 +08:00
Haojun Liao 38b30d071e fix(query): fix errors. 2022-08-21 00:02:43 +08:00
Hongze Cheng b1d2285b05 Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/tsdb_last 2022-08-20 20:49:44 +08:00
Haojun Liao 09ffcd2e13 fix(query): fix bug in tsdbread 2022-08-20 12:41:58 +08:00
Cary Xu 053d00e660 Merge branch '3.0' into feature/3.0_interval_hash_optimize 2022-08-20 10:40:13 +08:00
Shengliang Guan d3d0d88cdd test: restore case 2022-08-19 22:05:33 +08:00
Cary Xu a9fcc12c33 enh: rsma batch process 2022-08-19 20:08:09 +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
wangmm0220 f2912a17ba fix:conflicts from 3.0 2022-08-19 16:38:23 +08:00
Hui Li af22a928c6
Merge pull request #16223 from taosdata/fix/3.0_bugfix_wxy
fix: escape character problem in auto create table insert
2022-08-19 15:16:35 +08:00
Xiaoyu Wang 390c2aa360 fix: escape character problem in auto create table insert 2022-08-19 14:26:08 +08:00
Hui Li fdb94e3db3
Merge pull request #16213 from taosdata/fix/TD-18487
fix(query): restrict interp input type to numerical type only
2022-08-19 11:41:36 +08:00
Ganlin Zhao 823fbf9f77 fix test case 2022-08-19 10:05:55 +08:00
Shengliang Guan 24bfe2e2eb test: valgrind case 2022-08-18 20:51:28 +08:00
Ganlin Zhao 234b89767d fix test case 2022-08-18 19:33:45 +08:00
Ganlin Zhao 31872611bd fix test case 2022-08-18 19:32:14 +08:00
Ganlin Zhao 4344ba56f5 add test cases 2022-08-18 19:04:26 +08:00
cpwu 8ae2907dcb fix sql 2022-08-18 11:14:20 +08:00
cpwu 53e3b2e5f5 fix case, add case support rest api 2022-08-18 11:14:05 +08:00
wangmm0220 44ce4f1cf3 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/TD-14761 2022-08-18 10:45:45 +08:00
wangmm0220 d2727b6252 feat:merge from 3.0 2022-08-18 10:45:20 +08:00
Hui Li 73c3a1eb64
Merge pull request #15975 from taosdata/feature/3.0_query_optimize
opti:logic for get table list
2022-08-18 10:37:27 +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
Minglei Jin 701c11417d Merge branch 'v3.0' into fix/TD-18437 2022-08-17 17:35:06 +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
Hui Li 398eac2953
Merge pull request #16148 from taosdata/test/irate_update_again
test:update test case irate again
2022-08-17 11:00:38 +08:00
Shengliang Guan a5be373ae1 Merge branch '3.0' into fix/TD-18437 2022-08-17 00:26:10 +08:00
Shengliang Guan a14c74da5d Merge remote-tracking branch 'origin/3.0' into fix/TD-18437 2022-08-16 21:07:31 +08:00
Shengliang Guan 42d1354d71 Merge remote-tracking branch 'origin/3.0' into fix/dnode 2022-08-16 21:06:47 +08:00
afwerar 03388720cc feat: remove some win test 2022-08-16 20:24:26 +08:00
Shengliang Guan 0c41c832fc fix: test case error 2022-08-16 19:35:28 +08:00
Shengliang Guan e73a311a08 test: add case for dupliate supertable name 2022-08-16 19:30:32 +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
Hui Li 9ffb72aa17
Merge pull request #16137 from taosdata/feature/stream
fix(stream): window delete
2022-08-16 16:13:52 +08:00
wenzhouwww@live.cn 5850bc2afb test:update test case irate again 2022-08-16 15:54:44 +08:00
wangmm0220 78c9f245b1 fix:conflicts from 3.0 2022-08-16 15:18:11 +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
Liu Jicong 645a2cce97 fix(stream): window delete 2022-08-16 14:25:00 +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 35359ed459
Update fulltest.sh 2022-08-15 16:39:29 +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 b04bc1aee2 test:update metchod about get current datetime 2022-08-15 16:34:38 +08:00
wenzhouwww@live.cn 65d4b024f3 update 2022-08-15 15:52:53 +08:00
wenzhouwww@live.cn a88c8a4511 test:update test case of irate 2022-08-15 15:52:05 +08:00
Hui Li 4d8efb0b33
Merge pull request #16100 from taosdata/cpwu/3.0
Test: add case to support rest API
2022-08-15 15:41:14 +08:00
Ganlin Zhao fb00a50b9f fix(query): fix test cases 2022-08-15 14:17:27 +08:00
Ganlin Zhao 3e9609e240 fix(query): fix test cases 2022-08-15 14:15:06 +08:00
Ganlin Zhao 9d4c19ac48 fix(query): fix test cases 2022-08-15 14:14:28 +08:00
Ganlin Zhao 6a04b8be09 fix(query): fix test cases 2022-08-15 14:12:20 +08:00
Ganlin Zhao f8f0d08c2e fix(query): fix test cases 2022-08-15 14:10:07 +08:00
plum-lihui eda2783d0a test: none for run CI 2022-08-12 20:39:09 +08:00
plum-lihui 9cafa3b4c1 test: none for run CI 2022-08-12 20:38:38 +08:00
plum-lihui 18d38e7bec test: none for run CI 2022-08-12 20:36:55 +08:00
plum-lihui ca130d21d7 Merge branch '3.0' into test3.0/lihui 2022-08-12 20:35:55 +08:00
Xiaoyu Wang 4f15fc19b1
Merge pull request #16042 from taosdata/feature/3.0_wxy
enh: create stream options adjust
2022-08-12 20:22:08 +08:00
Shengliang Guan 3319c0937b
Merge pull request #15801 from taosdata/feature/3.0_fill_enh
fix(query): fix bug in fill
2022-08-12 20:04:33 +08:00
Shengliang Guan 4929bbf3bb
Merge pull request #16036 from taosdata/test/vnode_revote_time
test : vnode revote time cost update
2022-08-12 19:58:59 +08:00
Shengliang Guan 4d12791c4d
Merge pull request #16066 from taosdata/test/xiaolei/TD-18196-nodejs-3.0-reference-sample-to-ci
test(docs):add nodejs 3.0 reference sample to CI
2022-08-12 19:57:03 +08:00
xiaolei li 03cee8f98d
test(docs):add c# 3,0 user reference examples to ci (#16060) 2022-08-12 19:55:01 +08:00
xleili e9bbc02df4 test(docs):add nodejs 3.0 reference sample to CI 2022-08-12 18:59:15 +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
Minghao Li e8d63b7228 refactor(sync): update DEFAULT_DB_WAL_RETENTION_PERIOD 2022-08-12 17:35:41 +08:00
Shengliang Guan 5b300b5819
Merge pull request #16044 from taosdata/fix/mnode
fix: deadlock of mnode if its state changed
2022-08-12 17:14:56 +08:00
dapan1121 6e6b06e0a1
Merge pull request #16039 from taosdata/fix/userAuth
fix: fix sysdb user authentication failure
2022-08-12 17:02:37 +08:00
Shengliang Guan c47e387d13 fix: deadlock of mnode if its state changed 2022-08-12 15:57:07 +08:00
Xiaoyu Wang 1cce6494a6 enh: create stream options adjust 2022-08-12 15:04:04 +08:00
dapan1121 46edeec314 fix: fix case issues 2022-08-12 14:55:31 +08:00
Haojun Liao dc991a9040 other:merge 3.0 2022-08-12 14:51:52 +08:00
slzhou 5b54707501 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fixbug 2022-08-12 14:19:32 +08:00
Haojun Liao 166cdcec7c fix(query): fix bug in fill. 2022-08-12 14:04:43 +08:00
wenzhouwww@live.cn 9cd463b7e4 update case run CI 2022-08-12 11:45:44 +08:00
wenzhouwww@live.cn d885144db6 test : update test case about vote leader time cost 2022-08-12 11:42:34 +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 6b9699aaa4
Merge pull request #15978 from taosdata/feature/3.0_wxy
enh: show command optimize
2022-08-12 00:40:35 +08:00
Xiaoyu Wang 03a39381c0 enh: show command optimize 2022-08-12 00:07:24 +08:00
Cary Xu a4a7022caf
Merge pull request #15976 from taosdata/feature/3.0_interval_hash_optimize
enh: rsma fetch optimization
2022-08-11 23:20:01 +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
Cary Xu 64a92ff839 test: tsma case optimization 2022-08-11 21:31:34 +08:00
Xiaoyu Wang d9d892bf29 enh: show command optimize 2022-08-11 21:21:59 +08:00
Xiaoyu Wang 44df51f98f enh: show command optimize 2022-08-11 20:56:31 +08:00
Xiaoyu Wang 7176bb9198 merge 3.0 2022-08-11 20:30:02 +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
Xiaoyu Wang 9a9aef985e enh: show command optimize 2022-08-11 20:26:40 +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
Shuduo Sang 270f24c3d7
test: taosdump functest for 3.0 (#15981)
* test: update taostools 0ad4712

* fix: update b46a3cf taostools

* test: remove nextedquery/nestedqueryjson.py

* test: remove unused taosdemo test casese

* test: update cmake/taostools_CMakeLists.txt.in with 78e877a

* test: update cmake/taostools_CMakeLists.txt.in

* test: update taostools 79bf23d for 3.0
2022-08-11 18:44:44 +08:00
Ganlin Zhao 37080a36b8
Merge pull request #15988 from taosdata/fix/TD-18331
fix(query): forbid interp in super table query
2022-08-11 18:15:51 +08:00
liuyao 9776404998
Merge pull request #15984 from taosdata/feature/TD-17811
feat(stream):delete window
2022-08-11 17:43:51 +08:00
Shengliang Guan 20560eae44
Merge pull request #15967 from taosdata/fix/valgrind
test: valgrind case
2022-08-11 17:18:41 +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
Ganlin Zhao 19ab8ba58c fix test cases 2022-08-11 16:50:45 +08:00
Ganlin Zhao 72d6802231 fix test cases 2022-08-11 16:41:22 +08:00
54liuyao c10a1adbd3 feat(stream):delete window 2022-08-11 16:33:35 +08:00
jiacy-jcy ed51c1a565 Merge branch '3.0' into 3.0test/jcy 2022-08-11 16:29:40 +08:00
Ganlin Zhao 139136bc98 fix test cases 2022-08-11 16:22:32 +08:00
Ganlin Zhao 54cf2f7c27 fix test cases 2022-08-11 16:21:31 +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
Ganlin Zhao 5570e9645a
Merge pull request #15972 from taosdata/fix/TD-18115
test: add interp test cases
2022-08-11 14:43:40 +08:00
jiacy-jcy ef815d8751 Merge branch '3.0' into 3.0test/jcy 2022-08-11 14:30:31 +08:00
Liu Jicong a28c0781be
Merge pull request #15971 from taosdata/feature/stream
feat(stream): session window trigger delete
2022-08-11 14:10:18 +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 a270c989d2 test: add interp test cases 2022-08-11 13:57:53 +08:00
Ganlin Zhao 98f4d0c0dd test: add interp test cases 2022-08-11 13:57:23 +08:00
Liu Jicong b8a3654cd6 enh(stream): show stream 2022-08-11 13:37:32 +08:00
Shengliang Guan 2aad872a17 test: valgrind case 2022-08-11 10:54:12 +08:00
cpwu 1236375ded add case to CI 2022-08-11 10:45:00 +08:00
Shengliang Guan e23c1482da Merge branch '3.0' into fix/valgrind 2022-08-11 10:36:17 +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
plum-lihui a5a02ecae2 test:reopen test cases 2022-08-10 18:37:32 +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
Haojun Liao 6250c1b157
Merge pull request #15851 from taosdata/feature/3.0_query_optimize
ehn(query): optimize the query performance.
2022-08-10 16:51:46 +08:00
jiacy-jcy 75511b17b1 update 2022-08-10 16:10:16 +08:00
jiacy-jcy 66dd7d7ed9 Merge branch '3.0' into 3.0test/jcy 2022-08-10 15:05:14 +08:00
jiacy-jcy 8152a7690c update test case 2022-08-10 15:04:40 +08:00
wenzhouwww@live.cn 3807d00623 test:update vnode case 2022-08-10 14:26:03 +08:00
tomchon 3f0c3076a9 test: open sim testcase of sync 2022-08-09 22:29:54 +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
Haojun Liao 7df0a65e75 fix(query): set correct meta size in handling json. 2022-08-09 20:57:34 +08:00
Shengliang Guan 29402da45f test: adjust case 2022-08-09 20:46:37 +08:00
Shengliang Guan 09e2e9e519
Merge pull request #15909 from taosdata/fix/valgrind
test: adjust valgrind case
2022-08-09 19:53:13 +08:00
Shengliang Guan 42b5069586 test: valgrind case 2022-08-09 19:41:16 +08:00
Shengliang Guan 0580f54090 Merge remote-tracking branch 'origin/3.0' into fix/valgrind 2022-08-09 19:11:04 +08:00
Shengliang Guan b3b10bbcf6 test: adjust valgrind case 2022-08-09 19:06:47 +08:00
Haojun Liao d680da3380 fix(query): fix sma info in query procesing. 2022-08-09 18:35:10 +08:00
Haojun Liao 8b86d7342d fix(query): check the sma load status, and return if succeed. 2022-08-09 17:21:31 +08:00
Shengliang Guan 500a0ca56e
Merge pull request #15887 from taosdata/fix/mnode
enh: adjust the default value of supportVnodes parameters
2022-08-09 16:19:41 +08:00
Shengliang Guan 01b4e8bb97 test: set default supportVnodes value 2022-08-09 13:35:01 +08:00
Xiaoyu Wang 57e16a278b
Merge pull request #15882 from taosdata/feature/3.0_wxy
fix: the default value of wal-related database parameters is incorrect
2022-08-09 13:33:08 +08:00
Xiaoyu Wang 07ef00e89f merge 3.0 2022-08-09 11:36:08 +08:00
Xiaoyu Wang 04a2e8e541 fix: the default value of wal-related database parameters is incorrect 2022-08-09 11:20:02 +08:00
slzhou da80bbc4a2 fix: change sqr_sum udf name to l2norm 2022-08-09 10:25:32 +08:00
Haojun Liao f13215a901 test:fix invalid test cases. 2022-08-09 10:17:48 +08:00
slzhou cc07fd39ec Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fix/leave 2022-08-09 10:14:27 +08:00
shenglian zhou 134fb8329e fix: fix udf document 2022-08-09 10:12:07 +08:00
Hui Li b46f1a7b8b
Merge pull request #15830 from taosdata/cpwu/3.0
Test: add case to CI support rest API
2022-08-08 17:44:07 +08:00
Cary Xu f4342a8b73
Merge pull request #15832 from taosdata/feature/TD-11274-3.0
enh: rsma fetch logic optimization
2022-08-08 17:34:34 +08:00
Yang Zhao 2bc8db11b4
test: add python test to 3.0 ci and run it (#15829)
* test: add python test to 3.0 ci and run it

* ci: put taos.h in /usr/include directory

* fix: python test case

* fix: exit 0 with test success

Co-authored-by: tangfangzhi <fztang@taosdata.com>
2022-08-08 17:17:20 +08:00
Cary Xu 8e3005bc6a test: adjust the sleep time for rsma fetch 2022-08-08 16:23:13 +08:00
Cary Xu 6a833a8d85 Merge branch '3.0' into feature/TD-11274-3.0 2022-08-08 16:18:23 +08:00
Cary Xu 875eabdbf5 fix: send rsma fetch msg to designated vg 2022-08-08 16:18:05 +08:00
Xiaoyu Wang 7a559084ae fix: add checks for stream query 2022-08-08 14:38:04 +08:00
cpwu f8a233442e fix case 2022-08-08 14:30:54 +08:00
Cary Xu 16ccf2ad20 test: rsma case adjust 2022-08-08 12:39:05 +08:00
Cary Xu 0aac37a45c enh: rsma fetch logic optimization 2022-08-08 11:25:32 +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
wangmm0220 9f9788c205 Merge branch '3.0' into feature/TD-14761 2022-08-08 10:04:03 +08:00
shenglian-zhou 4f66c42701
Merge pull request #15823 from taosdata/szhou/fix/nullgroup
fix: add tsim/query/udf.sim to ci test
2022-08-08 09:41:11 +08:00
slzhou 7ae3333c30 fix: compile_udf.sh outside of tdengine 2022-08-08 08:37:29 +08:00
dapan1121 0405c4fbcc
Merge pull request #15810 from taosdata/fix/TD-18200
fix: fix show database result error
2022-08-08 08:34:19 +08:00
shenglian zhou d95b465d1e fix: add make install to jenkinsfile so that udf can pass CI 2022-08-07 20:06:43 +08:00
tomchon 1c79b81a76 test: commet vnode testcases of replica 3 2022-08-07 15:29:17 +08:00
shenglian zhou 25ae819dba fix: add tsim/query/udf.sim to ci test 2022-08-07 06:12:33 +08:00
shenglian zhou 9aab55f0f5 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fix/nullgroup 2022-08-06 22:43:14 +08:00
Xuefeng Tan e2aa735572
test(go): fix golang example (#15812) 2022-08-06 21:56:47 +08:00
shenglian zhou 28eda93ab3 Merge branch '2.0' of github.com:taosdata/TDengine into szhou/fix/nullgroup 2022-08-06 21:50:05 +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
Haojun Liao a74c830125 fix(query): support scalar function in fill operator. 2022-08-06 19:34:15 +08:00
wangmm0220 1309c489e2 fix:error in tmq for snapshot 2022-08-06 19:31:53 +08:00
dapan1121 428a75171c fix: remove failed case 2022-08-06 18:53:36 +08:00
cpwu ca55fc525b add case for rest API 2022-08-06 17:14:13 +08:00
cpwu 2c2b8d7013 Merge branch '3.0' into cpwu/3.0 2022-08-06 16:40:41 +08:00
cpwu 767a97bcbe fix case 2022-08-06 16:27:20 +08:00
tangfangzhi f09e48ca0b ci: map taosrest into container for arm 2022-08-06 15:28:43 +08:00
Haojun Liao d1c6835eda other: merge 3.0 2022-08-06 15:26:58 +08:00
tomchon bf4742281a Merge branch '3.0' of github.com:taosdata/TDengine into test/chr/TD-14699 2022-08-06 14:52:08 +08:00
tomchon d639c87898 test: temp 2022-08-06 14:51:40 +08:00
Cary Xu 529f2abbf7
Merge pull request #15795 from taosdata/feature/TD-11274-3.0
fix: set trans serial when drop tsma
2022-08-06 12:00:10 +08:00
Cary Xu 20a0362d2b test: comment out time_range_wise.py 2022-08-06 11:01:42 +08:00
gccgdb1234 77d8657e69 fix: correct wrong parameter thread_count_create_tbl 2022-08-06 10:48:50 +08:00
Ganlin Zhao 06b4177940
Merge pull request #15762 from taosdata/fix/TD-18115
fix(query): fix interp function core dump
2022-08-05 20:35:23 +08:00
Ganlin Zhao c99e1adc7d fix test cases 2022-08-05 19:23:30 +08:00
wenzhouwww@live.cn a2faa6f83e update case 2022-08-05 18:05:15 +08:00
wade zhang e99782f489
Merge pull request #15694 from taosdata/enh/crash_gen
Adding 0x2662 as an alternative acceptable error for table-not-found condition
2022-08-05 13:28:14 +08:00
shenglian-zhou 09eec2fbbb
Merge pull request #15759 from taosdata/szhou/fix/udf
fix: add test case for udf
2022-08-05 13:21:20 +08:00
Hui Li 84e58ca2b7
Merge pull request #15748 from taosdata/test/vnode_run
test:run case about vnode
2022-08-05 11:43:00 +08:00
Cary Xu 876443bbec
Merge pull request #15758 from taosdata/feature/TD-11274-3.0
fix: solve rsma memory leak
2022-08-05 10:24:12 +08:00
slzhou 521e5163a7 fix: add sample udf cases and compile outside of tdengine 2022-08-05 09:18:03 +08:00
Cary Xu a1b23af901 test: comment the time-range-wise.py to pass CI 2022-08-05 00:57:32 +08:00
Shengliang Guan df29a46b10 test: valgrind case 2022-08-04 22:47:06 +08:00
shenglian zhou a51fd6d2dc fix: restore tsim/query/udf.sim 2022-08-04 22:14:57 +08:00
shenglian zhou 3db8083725 fix: restore tsim/query/udf.sim 2022-08-04 22:12:17 +08:00
shenglian-zhou 754dbb8aff
Merge pull request #15751 from taosdata/szhou/fix/udf
fix: add scalar udf sample bitwise_and.c
2022-08-04 20:39:14 +08:00
slzhou e07d14b54a feature: add sample user define aggregate function 2022-08-04 18:54:52 +08:00
cpwu 67f83c198a fix case 2022-08-04 18:43:43 +08:00
cpwu e5bf371b1b fix case 2022-08-04 18:39:52 +08:00
cpwu ffc56cf4bf fix case 2022-08-04 18:30:40 +08:00
cpwu b3d2815ad1 fix case 2022-08-04 18:21:01 +08:00
cpwu f2c1cfd7c5 fix case 2022-08-04 17:43:41 +08:00
cpwu 511f3fff21 fix case 2022-08-04 17:28:32 +08:00
slzhou a61572e432 fix: add scalar example bitwise_and.c 2022-08-04 17:14:17 +08:00
cpwu 5df8469574 fix case 2022-08-04 14:40:00 +08:00
cpwu 4a75a546d0 fix case 2022-08-04 14:23:39 +08:00
Li Minghao 57a0fcd86d
Merge pull request #15720 from taosdata/feature/3.0_mhli
refactor(sync): change wal fsync flag to false
2022-08-04 10:14:20 +08:00
Shuduo Sang be63a2e45e
test: taosdump for3.0 (#15713)
* test: use taosdump test branch

* test: update cmake/taosadapter_CMakeLists.txt.in

* test: update cmake/taostools_CMakeLists.txt.in 58f58ee
2022-08-03 19:56:03 +08:00