Shengliang Guan
901b91d2d9
Merge pull request #6704 from junli1026/jun/cleanup
...
Add mutex protection for stop flag
2021-07-16 19:04:23 +08:00
Shengliang Guan
1e11d8d722
Merge pull request #6648 from junli1026/jun/vNodeWrite
...
Fix SVWriteMsg memory allocation size bug
2021-07-16 19:02:31 +08:00
Shengliang Guan
ae91d39252
Merge pull request #6729 from jtcheng/bugfix/TD-6722
...
[TD-6722]: Fix table show pattern issue
2021-07-16 19:00:55 +08:00
Hongze Cheng
09698c156b
Merge pull request #6888 from taosdata/revert-6540-feature/TD-4700
...
Revert "[feature]<TD-4700>: implement feature TD-4700"
2021-07-16 15:11:43 +08:00
Hongze Cheng
20e3b5a24c
Revert "[feature]<TD-4700>: implement feature TD-4700"
2021-07-16 15:11:22 +08:00
Hui Li
ae3ce9c19d
Merge pull request #6881 from taosdata/test/td5229
...
[TD-5229]<fix>: cname display is incomplete
2021-07-16 14:43:24 +08:00
Hongze Cheng
e6c2d1600f
Merge pull request #6625 from taosdata/fix/lhhuo/TD-4872-O3-core
...
Fix/lhhuo/td 4872 o3 core
2021-07-16 14:19:49 +08:00
Hongze Cheng
727e88342a
Merge pull request #6540 from taosdata/feature/TD-4700
...
[feature]<TD-4700>: implement feature TD-4700
2021-07-16 14:18:53 +08:00
Haojun Liao
5ab2b2b1cd
Merge pull request #6870 from junli1026/jun/add-guard-rail
...
Add some guardrails
2021-07-16 14:13:11 +08:00
jiajingbin
607ff5408b
[TD-5229]<fix>: cname display is incomplete
...
add method in util/sql.py---getColNameList() and checkColNameList
add testcase query/queryCnameDisplay.py
2021-07-16 11:32:20 +08:00
Haojun Liao
2d6ad4d87b
Merge pull request #6825 from taosdata/fix/TD-5134
...
[TD-5134]<fix> fix runtime error
2021-07-16 10:30:16 +08:00
Hui Li
17ba264bfd
Merge pull request #6876 from taosdata/test/TD-4433
...
script to control cluster used for test robust
2021-07-16 10:21:28 +08:00
Zhiyu Yang
9d89c37d70
Feature/td 5265 ( #6878 )
...
* [TD-5265]<feature>: add test case for executeBatch in Statement
* [TD-5265]<feature>: support continue process in Statement.executeBatch method
* change
* change
* change
* change
2021-07-16 09:35:43 +08:00
jiajingbin
ea62c29dcd
[TD-5229]<fix>: cname display is incomplete
...
add method in util/sql.py---getColNameList() and checkColNameList
add testcase query/queryCnameDisplay.py
2021-07-16 09:23:00 +08:00
zhaoyanggh
95ff65436a
[TD-4433]script to control cluster used for testing robust
2021-07-16 09:19:49 +08:00
Shuduo Sang
81bc57224a
[TD-5300]<fix>: taosdemo stmt debug print. ( #6873 )
...
* [TD-5300]<fix>: taosdemo stmt debug print.
* fix default iface is unknown.
2021-07-15 23:49:39 +08:00
Haojun Liao
d7a541661b
Merge pull request #6872 from taosdata/feature/query
...
[td-5037]<fix>: fix the last query performance worse then previous pr…
2021-07-15 22:06:32 +08:00
jiajingbin
8f19dea06d
[TD-5229]<fix>: cname display is incomplete
...
add method in util/sql.py---getColNameList() and checkColNameList
add testcase query/queryCnameDisplay.py
2021-07-15 21:46:34 +08:00
Zhiyu Yang
4b233396c3
[TD-5286]<test>: fix test case ( #6871 )
...
* [TD-5286]<test>: test insert and query, the ts should be the same
* print timestamp
* fix the setBytes test cases
2021-07-15 20:28:07 +08:00
Haojun Liao
eabbe88f0e
[td-255]
2021-07-15 17:45:42 +08:00
Haojun Liao
c8308dbafd
[td-225]add malloc buffer check.
2021-07-15 17:36:16 +08:00
Haojun Liao
84da4d656f
[td-5250]<enhance>: compress the tableMeta info msg.
2021-07-15 17:34:22 +08:00
zhaoyanggh
115c00216f
script to control cluster used for test robust
2021-07-15 09:12:49 +00:00
Haojun Liao
b8e8046716
Merge pull request #6857 from taosdata/feature/TD-5169
...
[TD-5169]<fix>: fixed a potential crash bug
2021-07-15 15:29:20 +08:00
Haojun Liao
b68bb2a84a
[td-5037]<fix>: fix the last query performance worse then previous problem.
2021-07-15 15:28:55 +08:00
ubuntu
0adfdc60d6
test push
2021-07-15 15:04:58 +08:00
Haojun Liao
d15fc21159
Merge pull request #6868 from taosdata/feature/query
...
Feature/query
2021-07-15 13:59:51 +08:00
xywang
59ce876fd7
Merge branch 'feature/TD-5169' of https://github.com/taosdata/TDengine into feature/TD-5169
2021-07-15 13:19:06 +08:00
xywang
d2941c0608
[TD-5169]<enhance>: simplified function implementation
2021-07-15 13:17:10 +08:00
Jun Li
cc8744f1db
Add some guardrails
2021-07-14 22:03:25 -07:00
Haojun Liao
e1fd86ac66
Merge branch 'develop' into feature/query
2021-07-15 10:13:44 +08:00
Shuduo Sang
c62ebe7dc2
Feature/sangshuduo/td 5136 taosdemo rework ( #6852 )
...
* [TD-5136]<feature>: taosdemo simulate real senario.
* update test case according to taosdemo change
* adjust range of semi-random data.
* make demo mode use different tag name and value.
* change malloc to calloc for pid allocation.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-15 09:53:11 +08:00
Haojun Liao
e75237e73f
Merge pull request #6859 from taosdata/hotfix/TD-5222
...
[TD-5222]<fix>: fix interval query crash issue
2021-07-14 22:32:25 +08:00
Haojun Liao
c780c0a944
Merge pull request #6855 from junli1026/jun/remove-unused-code
...
Remove unused code
2021-07-14 22:31:31 +08:00
Haojun Liao
954393e770
[td-5271]<fix>: fix a bug of max query in outer query.
2021-07-14 22:25:03 +08:00
Shuduo Sang
09b58e7e8e
[TD-5259]<fix>: JDBC vulnerable packages. ( #6858 )
2021-07-14 18:32:43 +08:00
yihaoDeng
361f81e403
fix runtime bug
2021-07-14 18:00:00 +08:00
liuyq-617
cc13cd44c3
[TD-5260]add case for a potential crash
2021-07-14 17:25:49 +08:00
Shuduo Sang
80faa86c95
Feature/sangshuduo/td 5242 taosdemo support 4096 columns ( #6856 )
...
* [TD-5136]<feature>: taosdemo simulate real senario.
* update test case according to taosdemo change
* adjust range of semi-random data.
* make demo mode use different tag name and value.
* [TD-5242]<feature>: taosdemo support max columns align with TSDB defines.
2021-07-14 17:25:05 +08:00
xywang
cf76ed44fe
[TD-5169]<fix>: fixed a parsing bug
2021-07-14 16:45:32 +08:00
weicz1221
a1f1315de3
fix sql regex ( #6838 )
...
Co-authored-by: weicz <weicz@runlion.com>
2021-07-14 16:13:27 +08:00
Haojun Liao
ff9341e2e3
[td-225]code refactor.
2021-07-14 16:12:58 +08:00
wpan
c0c7043d20
fix bug
2021-07-14 14:53:18 +08:00
wpan
83153f6a3e
fix bug
2021-07-14 14:39:20 +08:00
wpan
23545c2b29
fix bug
2021-07-14 14:28:30 +08:00
Haojun Liao
b62632f816
Merge pull request #6338 from taosdata/feature/TD-2574
...
[TD-2574]<enhance>: refactored algorithms for top and bottom functions.
2021-07-14 14:12:22 +08:00
xywang
e174669808
[TD-5169]<fix>: fixed a potential crash bug
2021-07-14 13:54:45 +08:00
wpan
37e86d57e3
add debug info
2021-07-14 13:02:14 +08:00
Haojun Liao
ae9eecf1b4
Merge pull request #6849 from taosdata/feature/query
...
[td-5153]<fix>: fix the tbname query bug in outer query.
2021-07-14 11:53:12 +08:00
Elias Soong
6dc159f852
Merge pull request #6854 from taosdata/docs/Update-Latest-Feature
...
[TD-5255] <docs>: update getting-start doc to fit latest taosdemo fea…
2021-07-14 11:33:19 +08:00