Shuduo Sang
c7a1fd0a26
Hotfix/sangshuduo/td 3973 use jemalloc for master ( #6763 )
...
* [TD-3973]<feature>: add jemalloc as submodule.
* [TD-3973]<feature>: add jemalloc as submodule.
* [TD-3973]<feature>: use jemalloc.
build works as following instructions:
cmake .. -DJEMALLOC_ENABLED=true
make
* fix jemalloc at tag 5.2.1
* fix conflicts
* make install works.
* fix conflicts.
* release script works.
* fix typo
* [TD-3937]<feature>: support jemalloc
add install funtion to all scripts.
* adjust install_jemalloc() position for check compatibility.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-06 18:00:20 +08:00
Shuduo Sang
c9c6a92569
Hotfix/sangshuduo/td 3973 use jemalloc for master ( #6753 )
...
* [TD-3973]<feature>: add jemalloc as submodule.
* [TD-3973]<feature>: add jemalloc as submodule.
* [TD-3973]<feature>: use jemalloc.
build works as following instructions:
cmake .. -DJEMALLOC_ENABLED=true
make
* fix jemalloc at tag 5.2.1
* fix conflicts
* make install works.
* fix conflicts.
* release script works.
* fix typo
* [TD-3937]<feature>: support jemalloc
add install funtion to all scripts.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-06 12:37:39 +08:00
Hui Li
c14b74ef58
Merge pull request #6738 from taosdata/test/TD-4985-m
...
Test/td 4985 m
2021-07-06 10:11:57 +08:00
Haojun Liao
95a1c95609
Merge pull request #6742 from taosdata/hotfix/TD-5021
...
[TD-5021]fix dead loop issue
2021-07-05 18:25:21 +08:00
Hui Li
e34cb5a728
Merge pull request #6745 from taosdata/xiaoping/test_case
...
fix taosdemoPerformance.py runtime error
2021-07-05 17:29:55 +08:00
Ping Xiao
748fadeeff
fix taosdemoPerformance.py runtime error
2021-07-05 17:22:45 +08:00
wpan
b77eb38d42
fix dead loop issue
2021-07-05 13:27:00 +08:00
Shuduo Sang
b514f237d1
[TD-5018]<fix>: taosdemo prompt if the batch is too large to insert data. ( #6736 )
2021-07-05 13:08:17 +08:00
happyguoxy
d72671fd73
[TD-4985]<test>:test query limit and offset function
2021-07-05 11:37:11 +08:00
happyguoxy
180b8a279f
[TD-4985]<test>:test query limit and offset function
2021-07-05 11:36:30 +08:00
happyguoxy
ab1fadef86
[TD-4985]<test>:test query limit and offset function
2021-07-05 11:36:06 +08:00
happyguoxy
26e42a0350
[TD-4985]<test>:test query limit and offset function
2021-07-05 11:35:30 +08:00
Shuduo Sang
4cc087ecb0
Hotfix/sangshuduo/td 3197 taosdemo coverity scan for master ( #6725 )
...
* [TD-3197]<fix>: taosdemo and taosdump coverity scan issues.
* exit if read sample file failed.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-02 22:52:21 +08:00
Shuduo Sang
93b9371ee8
Hotfix/sangshuduo/td 4918 taosdemo sub afterconsume ( #6723 )
...
* [TD-4918]<fix>: taosdemo subscribe endAfterResume.
* fix mask length.
* fix heap use-after-free.
* fix illegal input value of consume.
2021-07-02 18:33:42 +08:00
Shuduo Sang
6d94bb059a
Hotfix/sangshuduo/td 4838 taosdump binary len bug ( #6713 )
...
* [TD-4838]<fix>: taosdump binary length bug.
* taosdump code refactoring.
* fix arm32 compile issue.
2021-07-02 12:09:08 +08:00
Haojun Liao
51b975f964
Merge pull request #6712 from taosdata/fix/query
...
[td-4748]<fix>:fix the temp file generate bug on windows.
2021-07-02 12:05:22 +08:00
Shengliang Guan
84a27b1845
Merge pull request #6707 from taosdata/hotfix/tmq
...
Hotfix/tmq
2021-07-02 09:14:12 +08:00
Shuduo Sang
88cc5e5e87
[TD-5007]<fix>: use build directory's taosdump to test. ( #6710 )
...
btw, solve two taosdemo test cases too.
2021-07-01 23:28:19 +08:00
Shengliang Guan
f4751fdf65
change cmake options
2021-07-01 20:39:12 +08:00
Haojun Liao
6cd5224d69
[td-4748]<fix>:fix the temp file generate buf on windows platform.
2021-07-01 19:48:05 +08:00
Shengliang Guan
cf9a252f1f
only compile in lua
2021-07-01 17:52:48 +08:00
Shengliang Guan
85532793d6
TD-4835
2021-07-01 16:56:42 +08:00
Shuduo Sang
02051bf8d8
Hotfix/sangshuduo/td 3973 use jemalloc for master ( #6702 )
...
* [TD-3973]<feature>: add jemalloc as submodule.
* [TD-3973]<feature>: add jemalloc as submodule.
* [TD-3973]<feature>: use jemalloc.
build works as following instructions:
cmake .. -DJEMALLOC_ENABLED=true
make
* fix jemalloc at tag 5.2.1
* fix conflicts
* make install works.
* fix conflicts.
* release script works.
* fix typo
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-01 16:48:14 +08:00
Haojun Liao
b8cef1a242
Merge pull request #6700 from taosdata/fix/TD-4828
...
[TD-4828]<fix> handle dnode exit code
2021-07-01 16:46:09 +08:00
yihaoDeng
6dcaa1605a
[TD-4828]<fix> handle dnode exit code
2021-07-01 10:58:02 +08:00
Shuduo Sang
33d3674f43
Hotfix/sangshuduo/td 4987 detected by mem sanitizer ( #6684 )
...
* [TD-4987]<fix>: issues memory sanitizier detected.
* fix mask width issue.
2021-07-01 10:11:51 +08:00
Hongze Cheng
74d7e80fca
Merge pull request #6693 from taosdata/fix/TD-4593
...
[TD-4593]<fix>: fix vnode cannnot close while syncing
2021-07-01 10:01:42 +08:00
Haojun Liao
47195680ec
Merge pull request #6676 from taosdata/hotfix/TD-4985
...
[TD-4985]fix offset issue
2021-07-01 09:55:02 +08:00
Shuduo Sang
1be31a62a8
Hotfix/sangshuduo/td 4918 taosdemo sub afterconsume ( #6685 )
...
* [TD-4918]<fix>: taosdemo subscribe endAfterResume.
* fix mask length.
* fix heap use-after-free.
2021-06-30 22:04:23 +08:00
Minglei Jin
b9ccb24aa7
[TD-4593]<fix>: fix vnode cannnot close while syncing
2021-06-30 16:44:35 +08:00
Minglei Jin
ae9c561665
[TD-4826]<fix>: no extra sleep if no message in vwqueue
2021-06-30 16:42:07 +08:00
Shuduo Sang
2771246403
[TD-4987]<fix>: issues memory sanitizier detected. ( #6675 )
2021-06-30 13:47:06 +08:00
Haojun Liao
562d82ed68
Merge pull request #6662 from taosdata/bugfix/TD-4915
...
[TD-4915]<fix> fix show-create-database except
2021-06-30 11:30:47 +08:00
wpan
660d10cec0
fix offset issue
2021-06-30 11:17:40 +08:00
Shuduo Sang
d026b922a7
Hotfix/sangshuduo/td 4892 taosdemo sub fetch ( #6669 )
...
* [TD-4892]<fix>: taosdemo subscribe fetch result.
* fix stbname length.
* restrict prefix length.
* submit empty
* fix minor code.
* fix crash if no result file.
* decrease few debug print level.
2021-06-29 21:47:12 +08:00
yihaoDeng
5d053556c0
[TD-4915]<fix> fix show-create-database except
2021-06-29 11:54:00 +08:00
Hui Li
1ebc34f7d0
Merge pull request #6631 from taosdata/test/chr
...
[TD-3414]<test>: update taosdemo testcase of query and sub
2021-06-29 10:21:03 +08:00
Shuduo Sang
1d36b99e91
[TD-4918]<fix>: taosdemo subscribe endAfterResume. ( #6653 )
2021-06-28 18:58:47 +08:00
tomchon
7b9663b41a
Merge branch 'master' of github.com:taosdata/TDengine into test/chr
2021-06-28 18:50:25 +08:00
tomchon
f5f56ae280
[TD-4132]<test>:modify taosdump-testcase of column length
2021-06-28 18:50:11 +08:00
Hui Li
1c5819d390
Merge pull request #6632 from taosdata/test/TD-4877
...
update master to develop's version
2021-06-28 18:00:27 +08:00
Yiqing Liu
c504199d90
[TD-4932]fix jenkins errors on master branch ( #6645 )
...
* [TD-4932]fix jenkins errors on master branch
* fix
* fix
* fix
* fix
2021-06-28 15:47:18 +08:00
Shuduo Sang
eadaa53418
Hotfix/sangshuduo/td 3801 taosdump coverity scan issue ( #6642 )
...
* [TD-3801]<fix>: taosdump coverity scan issue.
* merge from commit: 069169e7c1 and fix coverity scan issue.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-06-28 11:45:53 +08:00
Hongze Cheng
58ccbedfe0
Merge pull request #6627 from taosdata/fix/TD-4826
...
[TD-4826]<fix>: new error code 0x0406 (Dnode is exiting) for tsc
2021-06-28 10:47:23 +08:00
Hongze Cheng
ad4e7e9fbb
Merge pull request #6637 from taosdata/hotfix/TD-4912
...
hotfix/TD-4912
2021-06-28 10:00:08 +08:00
Shuduo Sang
55d3e7a2ea
Hotfix/sangshuduo/td 4902 for mastere ( #6623 )
...
* [TD-4902] FIX with 1 char
* Fix prompt of -m @ taosdemo
Co-authored-by: SunShine Chan <chenweican@gmail.com>
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-06-27 21:45:18 +08:00
Shuduo Sang
a2c1754168
Hotfix/sangshuduo/td 4892 taosdemo sub fetch ( #6634 )
...
* [TD-4892]<fix>: taosdemo subscribe fetch result.
* fix stbname length.
* restrict prefix length.
* submit empty
* fix minor code.
* fix crash if no result file.
2021-06-26 22:34:30 +08:00
Hongze Cheng
6b265fb3b8
[TD-4912]<hotfix>: fix coredump when drop vnode
2021-06-26 11:32:11 +08:00
Baosheng Chang
8f6783f676
Update boundary2.py
2021-06-25 19:05:53 +08:00
Baosheng Chang
ae1fcd260a
update master to develop's version
2021-06-25 18:52:40 +08:00