Commit Graph

42946 Commits

Author SHA1 Message Date
Zhiqiang Wang a27335c786
fix: add windows libtaosws (#17666) 2022-10-26 16:14:32 +08:00
wade zhang d3e8ec9342
Merge pull request #17665 from taosdata/fix/TD-19858
fix(query): fix interp crash issue
2022-10-26 16:11:36 +08:00
wenzhouwww@live.cn 9296cc15d8 update 2022-10-26 16:06:25 +08:00
wenzhouwww@live.cn 3546bb5d85 test:add test case for cluster vnode 2022-10-26 16:05:20 +08:00
dapan1121 2b278c16ba fix: fix insert error handling issue 2022-10-26 15:54:07 +08:00
Liu Jicong 4b5807c7f0 fix(tmq): set precision 2022-10-26 15:54:00 +08:00
Hui Li 4fa215927f
Merge pull request #17648 from taosdata/test/td-19853
test: add cases for TD-19853
2022-10-26 15:41:58 +08:00
jiajingbin 68ac4f9782 test: finish testcases for TD-19851 2022-10-26 15:36:58 +08:00
jiajingbin 3dc20e46f3 Merge branch '3.0' of https://github.com/taosdata/TDengine into test/td-19853 2022-10-26 15:35:02 +08:00
Minglei Jin 18355ceaa7 fix: remove tarray's batch remove test 2022-10-26 15:28:13 +08:00
jiacy-jcy bee030cda7 Merge branch '3.0' into test/jcy 2022-10-26 15:11:13 +08:00
Ganlin Zhao 547e7694a8 fix(query): comment out unsed functions for code coverage 2022-10-26 15:06:56 +08:00
Minghao Li 169fd67ddb refactor(sync): adjust log retention size 2022-10-26 15:06:54 +08:00
Alex Duan 39c37e0e11 fix(shell): add affected rows in result 2022-10-26 14:54:50 +08:00
Liu Jicong 8dbe7ac377 fix: failed case 2022-10-26 14:02:36 +08:00
Minghao Li 95d51891b9 refactor(sync): adjust multi replica wal retension size 2022-10-26 13:55:30 +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
Haojun Liao b13e7c150d fix(query): remove invalid code check. 2022-10-26 13:44:53 +08:00
Ganlin Zhao c3362223d9 fix(query): comment out unsed functions for code coverage 2022-10-26 13:39:56 +08:00
Xuefeng Tan 74ec2865bf
enh(taosAdapter): stmt set_tag supports json type (#17664) 2022-10-26 13:29:13 +08:00
Ganlin Zhao 88e5fa75e6 fix(query): fix interp crash issue
TD-19858
2022-10-26 12:43:29 +08:00
Hongze Cheng 2afcda198b
Merge pull request #17657 from taosdata/fix/TD-19865
fix: malloc and copy binary data when inserting last & last_row
2022-10-26 11:54:41 +08:00
Hongze Cheng 309bad6b3b
Merge pull request #17624 from taosdata/szhou/fixbugs
fix: set correct var meta length after tDecodeDataBlock
2022-10-26 11:53:25 +08:00
Liu Jicong a16b010e9f fix: memory leak 2022-10-26 11:35:15 +08:00
Haojun Liao 8cf3339b25 enh(query): enable the limit clause to be push down to the table scan operator. 2022-10-26 11:31:31 +08:00
Hongze Cheng b2affd12b9
Merge pull request #17656 from taosdata/fix/3.0_bugfix_wxy
fix: stream supports 'partition by tbname, column'
2022-10-26 11:16:51 +08:00
“happyguoxy” 892492847f test: refine query cases 2022-10-26 11:12:15 +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
Liu Jicong b56e7a0f8c
Merge pull request #17650 from taosdata/feature/stream
refactor(stream): recover and fill history
2022-10-26 11:10:03 +08:00
Alex Duan d36bfa25ed fix(query): uniform the format of result between 2.6 and 3.0 2022-10-26 11:07:19 +08:00
Hui Li 8363499362
Merge pull request #17655 from taosdata/test3.0/lihui
test: add stream test cases
2022-10-26 11:04:21 +08:00
Minghao Li 1ae3cab198 refactor(sync): check pSyncTimer NULL 2022-10-26 10:56:50 +08:00
Minglei Jin 89d74e5016 fix: malloc and copy binary data when inserting last & last_row 2022-10-26 10:52:35 +08:00
Haojun Liao 339c93021f
Merge pull request #17654 from taosdata/fix/liao_cov
refactor: fix typo and do  some internal  refactor.
2022-10-26 10:41:00 +08:00
jiacy-jcy 9d3ceb1b32 test:update test case for coverage 2022-10-26 10:35:20 +08:00
Liu Jicong 8d8fd2b2bc refactor(stream): recover and fill history 2022-10-26 10:20:33 +08:00
Xiaoyu Wang db75eb8e20 fix: stream supports 'partition by tbname, column' 2022-10-26 10:20:00 +08:00
plum-lihui 719b937765 test: add stream test cases 2022-10-26 10:08: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
Hongze Cheng 4b15cd5efe
Merge pull request #17621 from taosdata/fix/TD-19468-2
fix: optimize tsdb cache loading speed
2022-10-26 09:47:50 +08:00
Haojun Liao d06bcb2219 refactor: fix typo and do some internal refactor. 2022-10-26 09:47:11 +08:00
yihaoDeng cc03ab2edd rm debug log 2022-10-26 09:23:35 +08:00
Hui Li 29456c06d8
Merge pull request #17649 from taosdata/feature/sync2-merge
refactor(sync): adjust elect timer
2022-10-26 09:20:05 +08:00
slzhou f68f3bcad1 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fixbugs 2022-10-26 09:19:42 +08:00
Liu Jicong 52b4b510a8 merge 3.0 2022-10-26 09:18:29 +08:00
Shuduo Sang 61797504bd
feat: taosbenchmark kill slow query (#17651) 2022-10-26 09:01:00 +08:00
Minglei Jin b52ad0f740 tsdb/cache: new separate dataf reader for last file reading 2022-10-26 08:58:38 +08:00