Shengliang Guan
65c5e682d0
Merge pull request #6124 from taosdata/hotfix/TD-4176
...
TD-4176
2021-05-14 11:10:44 +08:00
Minglei Jin
8c06d5952a
[TD-4081]<fix>: fix vnode dropping
2021-05-14 10:07:35 +08:00
liuyq-617
4681a7bf7c
add build test in centos
2021-05-14 02:00:12 +00:00
zyyang
5d4b05ecd1
Fix/td 4148 ( #6122 )
...
* [TD-4148]<feature>: JDBC-Restful Compatible version before 2.0.18.0
* [TD-4174]<test>: add test case for TD-4174
* change
* change
* change
* change
* change
2021-05-14 10:00:05 +08:00
haojun Liao
3858dcb6d0
Merge pull request #6112 from taosdata/fix/query
...
[td-4175]<enhance>: improve the error message while the binary string…
2021-05-14 09:57:26 +08:00
haojun Liao
66e689c634
Merge pull request #6121 from taosdata/hotfix/TD-4020
...
[TD-4020]duplicated queries in show result
2021-05-14 09:55:52 +08:00
Shengliang Guan
db6c390289
TD-4176
2021-05-14 09:52:07 +08:00
Minglei Jin
e08fe44fdf
DB/create: fix create database when default quorum > replica
2021-05-14 09:38:04 +08:00
Shuduo Sang
770bfd7b39
[TD-4136]<fix>: taosdemo max records per req < 32767 ( #6118 )
...
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-13 22:55:12 +08:00
tomchon
8a8f9d2bf7
merge master
2021-05-13 21:37:01 +08:00
tomchon
3be4d00caa
Merge branch 'master' of github.com:taosdata/TDengine into test/chr
2021-05-13 21:31:33 +08:00
tomchon
15cfeb7f5e
[TD-3952]<test>: add taodemo-testcase that query with restful connector
2021-05-13 21:30:50 +08:00
huili
95ae968df9
Merge pull request #6116 from taosdata/hotfix/TD-4170
...
[TD-4170]<hotfix>:improve skiplist rand performance
2021-05-13 19:57:53 +08:00
liuyq-617
ee36db4af9
[TD-4167]add smoke test on centos7 in CI
2021-05-13 10:09:04 +00:00
dapan1121
57aceae597
fix bug
2021-05-13 16:48:37 +08:00
Shengliang Guan
8178a81a34
fix compile error
2021-05-13 16:07:53 +08:00
dapan1121
2b70b54cd4
fix bug
2021-05-13 15:27:33 +08:00
Hongze Cheng
133df75cec
[TD-4170]<hotfix>:improve skiplist rand performance
2021-05-13 15:15:30 +08:00
tomchon
661144963c
Merge branch 'master' of github.com:taosdata/TDengine into test/chr
2021-05-13 11:51:52 +08:00
Haojun Liao
920ff4d40c
[td-4175]<enhance>: improve the error message while the binary string overflow.
2021-05-13 11:37:49 +08:00
zyyang
5e23487824
[TD-4089]<fix>: fix systemd sent SIGKILL before taosd shutdown normally ( #6101 )
...
Co-authored-by: plum-lihui <huili@taosdata.com>
2021-05-13 09:40:15 +08:00
Shuduo Sang
7307647ddb
[TD-4158]<fix>: taosdemo cmake failed with low version git. ( #6106 )
2021-05-12 22:01:03 +08:00
Shuduo Sang
769721eb15
Hotfix/sangshuduo/td 3992 taosdemo subscribe ( #6100 )
...
* [TD-3902]<fix>: taosdemo subscribe.
* [TD-3992]<fix>: taosdemo subscribe.
refactor sync/async mode.
* [TD-3992]<fix>: taosdemo subscribe stable.
add missed code lines
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-12 20:32:54 +08:00
Shuduo Sang
487d7e41b7
[TD-4152]<enhance>: taosdemo reduce prompt and query systeminfo. ( #6094 )
...
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-12 20:30:08 +08:00
Shengliang Guan
766796841b
Merge pull request #6095 from taosdata/fix/TD-4144
...
Fix/td 4144
2021-05-12 17:44:01 +08:00
Shuduo Sang
6262dffb54
[TD-3914]<fix>: taosdemo input argument validation. ( #6097 )
...
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-12 17:38:26 +08:00
haojun Liao
930cd26785
Merge pull request #6083 from taosdata/origin/hotfix/TD-4133
...
[TD-4133]<fix>
2021-05-12 17:21:30 +08:00
haojun Liao
e2c9099e63
Merge pull request #6089 from taosdata/fix/query
...
[td-4147]<fix>: report error if the column name is too long.
2021-05-12 16:58:17 +08:00
Shengliang Guan
545749c003
Merge pull request #6079 from taosdata/feature/crash_gen2
...
Data generation script for TD-4133
2021-05-12 14:09:57 +08:00
Haojun Liao
64ae1f9a36
[td-4147]update the test script.
2021-05-12 11:29:00 +08:00
Haojun Liao
6d8f5000ff
[td-4147]update the test case.
2021-05-12 11:24:23 +08:00
zyyang-taosdata
85d1b0aaf8
escape TD4144Test case
2021-05-12 11:17:53 +08:00
zyyang-taosdata
13c8c0049c
[TD-4144]<fix>: add subscribe test cases
2021-05-12 10:52:34 +08:00
zyyang
5131e7b12a
Fix/td 3986 ( #6088 )
...
* [TD-3986]<fix>: fix subscribe test case error
* change jdbc version number
2021-05-12 09:41:03 +08:00
Shuduo Sang
95139cf4a1
[TD-4130]<fix>: taosdemo subscribe super table. ( #6086 )
...
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-11 21:36:48 +08:00
Haojun Liao
854ae073fb
[td-4147]<fix>: report error if the column name is too long.
2021-05-11 21:20:44 +08:00
huili
9c0e8c9d78
Merge pull request #6070 from taosdata/test/TD-3960
...
[TD-3960] <test> add case for TD-3960
2021-05-11 19:32:52 +08:00
tomchon
0e93801581
[TD-4132]<test>: add taosdump-testcase of boundary value testing
2021-05-11 19:26:15 +08:00
Shuduo Sang
af33e11840
[TD-4136]<fix>: taosdemo max records per req < 32767 ( #6082 )
...
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-11 19:06:02 +08:00
Shuduo Sang
055919a7a7
Hotfix/sangshuduo/td 3992 taosdemo subscribe ( #6062 )
...
* [TD-3902]<fix>: taosdemo subscribe.
* [TD-3992]<fix>: taosdemo subscribe.
refactor sync/async mode.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-11 15:38:05 +08:00
haojun Liao
8a7fc6fc3d
Merge pull request #5986 from taosdata/fix/query
...
Fix/query
2021-05-11 14:58:59 +08:00
Haojun Liao
edbc123e2e
[td-225]update the test case.
2021-05-11 10:43:53 +08:00
Steven Li
731eadb80d
Minor tweak of the new Perf_gen tool
2021-05-11 02:18:05 +00:00
Shuduo Sang
12228d0d96
[TD-4073]<fix>: taosdemo rest query output to result file. ( #6072 )
...
* [TD-4073]<fix>: taosdemo rest query output to result file.
* [TD-4073]<fix>: taosdemo rest query output to result file.
fix insecure strcat().
* [TD-4073]<fix>: taosdemo rest query output to result file.
fix postSql command mistake
* [TD-4073]<fix>: taosdemo rest query output to result file.
fix append function bug.
* [TD-4073]<fix>: taosdemo rest query output to result file.
prevent potential null file passed.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-11 09:54:03 +08:00
Steven Li
ba51543551
Merge remote-tracking branch 'origin/master' into feature/crash_gen2
2021-05-11 01:49:14 +00:00
Steven Li
1d7fd5aec4
Added initial code for the new perf_gen tool
2021-05-11 01:48:58 +00:00
Steven Li
456ea712b3
Refactored crash_gen tool with stronger typing
2021-05-11 01:48:13 +00:00
Shuduo Sang
a9c5957165
[TD-4095]<fix>: taosdump long tablename. ( #6076 )
...
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-11 00:08:30 +08:00
haojun Liao
f761e08728
Merge pull request #6051 from taosdata/hotfix/TD-4099
...
[TD-4099]add assert info
2021-05-10 19:32:32 +08:00
haojun Liao
a66106ea76
Merge pull request #6069 from taosdata/hotfix/TD-4119
...
Hotfix/td 4119
2021-05-10 19:09:03 +08:00