Commit Graph

33850 Commits

Author SHA1 Message Date
jiacy-jcy eca5a29cc9 Merge branch '3.0' into 3.0test/jcy 2022-07-05 19:39:53 +08:00
jiacy-jcy c2d0315ae9 update test case 2022-07-05 19:38:42 +08:00
Zhiqiang Wang 254802129a
Merge pull request #14565 from taosdata/fix/ZhiqiangWang/TD-13063-reduce-one-win-ci-case
test: reduce one win ci case
2022-07-05 19:27:17 +08:00
afwerar d62d1cbd84 test: reduce one win ci case 2022-07-05 19:26:40 +08:00
Shengliang Guan f00709f345 test: comment out somen unstable case 2022-07-05 19:13:32 +08:00
liuyao df54417da5
Merge pull request #14555 from taosdata/feature/TD-17095
feat(stream):stream interval delete data
2022-07-05 19:10:26 +08:00
Xiaoyu Wang cf9a6deaa5
Merge pull request #14543 from taosdata/feature/3.0_debug_wxy
fix: execution plan problem in the mode of using qnode as much as possible
2022-07-05 18:48:02 +08:00
54liuyao b7bf2bf808 feat(stream):stream interval delete data 2022-07-05 18:17:43 +08:00
Li Minghao 5b8441f413
Merge pull request #14554 from taosdata/feature/3.0_mhli
refactor(sync): add resp syncRespCleanByTTL
2022-07-05 18:11:18 +08:00
Xiaoyu Wang 5b14444ca2 fix: a problem of unique function with ts 2022-07-05 18:00:07 +08:00
Minghao Li 103a9cd9e8 fix(sync): release SyncNode ref 2022-07-05 17:39:01 +08:00
Minghao Li 88b0ab5458 fix(sync): release SyncNode ref 2022-07-05 17:32:51 +08:00
Yihao Deng 2968ac850d
Merge pull request #14520 from taosdata/fix/rpcMem
fix: invalid read/write
2022-07-05 17:32:43 +08:00
Shengliang Guan 55a6455da5
Merge pull request #14547 from taosdata/fix/tsim
test: add valgrind case
2022-07-05 16:41:17 +08:00
Xiaoyu Wang 3dbb5554a5 fix: last(*)/frist(*), etc. do not return the tag column 2022-07-05 16:31:44 +08:00
Shengliang Guan fc905c873f test: add valgrind case 2022-07-05 16:09:40 +08:00
jiacy-jcy e7ee3b0420 update timetruncate test case 2022-07-05 16:01:54 +08:00
shenglian-zhou 6c853fc553
Merge pull request #14519 from taosdata/szhou/feature/push-cond-child-proj
feat: support push condition into join
2022-07-05 16:01:22 +08:00
Xiaoyu Wang 24d0fc4515 fix: adjust parsing of negative numbers 2022-07-05 15:38:39 +08:00
Shengliang Guan 8705b6aaa5
Merge pull request #14542 from taosdata/fix/tsim
fix: crash if create 100 dnodes
2022-07-05 15:18:29 +08:00
shenglian-zhou d2804921f2
Merge pull request #14538 from taosdata/szhou/feature/valgrind
fix: fix memory leak when uv_loop_close
2022-07-05 15:17:35 +08:00
slzhou 64d2456073 fix: when there are no where condtions 2022-07-05 15:16:52 +08:00
slzhou b719e3ce24 fix: extract merge cond when no where condition 2022-07-05 14:56:40 +08:00
Minglei Jin 8bd0f897d9
Merge pull request #14540 from taosdata/fix/TD-16840
fix: dirty new allocated non-dirty page (root leaf without writings)
2022-07-05 14:56:15 +08:00
Xiaoyu Wang d223a6624b fix: execution plan problem in the mode of using qnode as much as possible 2022-07-05 14:55:32 +08:00
Zhiqiang Wang 4e626d0677
Merge pull request #14535 from taosdata/fix/ZhiqiangWang/TD-13063-fix-gtest-static-dynamic-error
os: fix gtest static dynamic error
2022-07-05 14:44:18 +08:00
Shengliang Guan 4a494e234e test: cases with 100 dnodes 2022-07-05 14:40:48 +08:00
Minghao Li e8160342c3 refactor(sync): snapshot sender, receiver 2022-07-05 14:38:44 +08:00
Minglei Jin 06af04675a fix: dirty new allocated non-dirty page (root leaf without writings) 2022-07-05 14:28:10 +08:00
slzhou 7088166e98 fix: fix memory leak when uv_loop_close 2022-07-05 14:02:33 +08:00
Hui Li 6af95b3b65
Merge pull request #14526 from taosdata/test3.0/lihui
test:add test cases for tmq
2022-07-05 13:57:04 +08:00
slzhou 43047bc265 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/push-cond-child-proj 2022-07-05 13:43:11 +08:00
slzhou 73e0e09dd8 feat: split join on condition into merge condition and on condition 2022-07-05 13:42:49 +08:00
jiacy-jcy 0a4fce3594 Merge branch '3.0' into 3.0test/jcy 2022-07-05 13:35:06 +08:00
jiacy-jcy e9a6f1b847 update alter_stable 2022-07-05 13:34:10 +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
plum-lihui a3642bcb57 test: modify test case 2022-07-05 13:31:27 +08:00
Shengliang Guan 035882d047
Merge pull request #14534 from taosdata/fix/tsim
fix: add ref log to sync
2022-07-05 13:19:59 +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
wade zhang 8f8125f20a
Merge pull request #14536 from taosdata/docs/buildvs2022
docs: add build instruction using  vs 2022
2022-07-05 12:23:15 +08:00
dingbo 372ff5b54a docs: add build instruction using vs 2022
The default path for vcvarsall.bat is changed, refer https://docs.microsoft.com/en-us/visualstudio/install/change-installation-locations?view=vs-2022
2022-07-05 12:19:37 +08:00
afwerar d22a413913 os: fix gtest static dynamic error 2022-07-05 11:42:30 +08:00
Shengliang Guan 2daef4ba58 fix: add ref log to sync 2022-07-05 11:36:41 +08:00
Shuduo Sang 98f32c46e6
fix: taosadapter telnet protocol over rest (#14529)
[TD-16949]
2022-07-05 11:20:06 +08:00
jiacy-jcy e3fd7bc146 update timetruncate.py 2022-07-05 10:57:58 +08:00
plum-lihui d2223ae50e Merge branch '3.0' into test3.0/lihui 2022-07-05 10:24:05 +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
dapan1121 f3bf757282
Merge pull request #14528 from taosdata/hotfix/qnodecrashissue
fix: fix qnode crash issue
2022-07-05 10:11:49 +08:00