Commit Graph

17494 Commits

Author SHA1 Message Date
zhaoyanggh 4ed51b9ae2 Merge branch 'develop' of https://github.com/taosdata/TDengine into test/TD-4816 2021-07-21 11:12:38 +08:00
Shengliang Guan d9cc1eb783
Merge pull request #6945 from taosdata/dkj_master
Dkj master pull request to fix metrict_del.sim
2021-07-21 10:48:05 +08:00
Haojun Liao 1df5946dc6 Merge branch 'develop' into feature/query 2021-07-21 10:29:35 +08:00
Haojun Liao b538d5800f
Merge pull request #6923 from taosdata/feature/TD-5331
[TD-5331]optimize bind insert performance
2021-07-21 10:28:53 +08:00
Haojun Liao f97a2eeb42
Merge pull request #6944 from taosdata/feature/TD-5234
[TD-5234]<feature>: added name for threads
2021-07-21 10:28:27 +08:00
zhaoyanggh 7472194e1b [TD-4816]insert script for robust test 2021-07-21 09:35:41 +08:00
tickduan c71d9050e9 trigger PR build 2021-07-21 09:33:21 +08:00
Shuduo Sang 151f3ac161
Hotfix/sangshuduo/td 5398 taosdemo 4096col for master (#6940)
* [TD-5398]<fix>: taosdemo 4096 columns table creation failed.

* change column name prefix from col to c for maxium column number to fix buffer length.

* use accurate buffer length.

* fix test case for column name be shorter.

* remove space between columns and tags.

* change sql buffer to 1M align with taosdef.h.

* column buffer length be calculated.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-21 05:51:43 +08:00
tomchon d39ff9193b @tomchon modify release scripts and change version number 2021-07-20 23:21:01 +08:00
Haojun Liao 2e4229717e [td-225]fix compiler error. 2021-07-20 23:04:30 +08:00
Shuduo Sang 43f1d6c546
Hotfix/sangshuduo/td 5398 taosdemo 4096col ntable (#6939)
* [TD-5398]<fix>: taosdemo 4096 columns table creation failed.

* change column name prefix from col to c for maxium column number to fix buffer length.

* fix test case for column name be shorter.

* use accurate buffer length.

* remove space between columns and tags.

* change sql buffer to 1M align with taosdef.h.

* column buffer length be calculated.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-20 22:39:56 +08:00
Ganlin Zhao 915463dfc7 [TD-5429]<hotfix>:executing group by test suite throws uninitialized semaphore error 2021-07-20 22:34:39 +08:00
tickduan 234aad8ee7 db name len and metrics_del.sim two problem fixed 2021-07-20 21:07:13 +08:00
XYWang 5e07893a44 [TD-5234]<feature>: added name for threads 2021-07-20 19:33:04 +08:00
Haojun Liao c01f04a209 [td-255]fix compiler error. 2021-07-20 18:31:11 +08:00
tomchon 0fe1892a0e Merge branch 'release/ver-2.1.5.0' of github.com:taosdata/TDengine into release/ver-2.1.5.0 2021-07-20 18:15:51 +08:00
tomchon f8f66d03b9 modify dockerbuild.sh about beta version name 2021-07-20 18:10:25 +08:00
tomchon 7ed34ee518 modify dockerbuild.sh that uses host network while building docker images 2021-07-20 18:03:25 +08:00
tickduan 8534238eba util->cmakefile.txt conflict 2021-07-20 17:58:29 +08:00
tickduan df25aae3ed add include path change from SZ to TSZ fixed td_sz.h not found 2021-07-20 17:55:15 +08:00
Haojun Liao 210bee6b35 Merge branch 'develop' into feature/query 2021-07-20 17:23:30 +08:00
Haojun Liao 8125b80835 [td-225]fix compiler error. 2021-07-20 17:21:44 +08:00
tickduan 84db29cc09 remove show info \n 2021-07-20 16:28:23 +08:00
Hui Li 99ca684350
Merge pull request #6920 from taosdata/test/TD-5143
[TD-5143]<test> adding test case about subquery
2021-07-20 16:22:54 +08:00
Hui Li 31fe3946e9
Merge pull request #6921 from taosdata/release/ver-2.0.20.9
modify all release scripts to adding "beta" in package name
2021-07-20 16:22:38 +08:00
Hui Li 02a898b318
Merge pull request #6935 from taosdata/xiaoping/add_test_case
[TD-5399]<test>: update scripts for daily performance test
2021-07-20 16:21:45 +08:00
Haojun Liao 664bfa3625 [td-5418]<enhance>: change the refresh thread generate mechanism to reduce the number of refresh thread. 2021-07-20 16:03:18 +08:00
shenglian zhou 437784413f fix arm compilation error 2021-07-20 15:55:33 +08:00
Haojun Liao 54cb9070b3
Merge pull request #6862 from Yurunsoft/fix-header-space
Fix the problem of parsing http protocol when the request header lacks spaces
2021-07-20 15:55:18 +08:00
zyyang 88ee9daee3 [TD-5388]<test>: modified test case, use execute for reset query cache statement 2021-07-20 15:53:03 +08:00
dapan1121 f96ad1f420
Merge branch 'develop' into feature/TD-5331 2021-07-20 15:51:50 +08:00
tickduan a686408917 errTSZ set to blank 2021-07-20 15:50:04 +08:00
Haojun Liao 8d48b77d04
Merge pull request #6934 from taosdata/feature/query
Feature/query
2021-07-20 15:48:47 +08:00
tickduan c8ecafed59 Set global var VAR_TSZ fixed build error 2021-07-20 15:47:34 +08:00
shenglian zhou d959f60187 add more function test to schemaless.c 2021-07-20 15:47:17 +08:00
Linhe Huo d1110fe7b0
[TD-5406]<fix>: dll export for stmt* api (#6932) 2021-07-20 15:43:44 +08:00
Linhe Huo d8cbde67c4
[TD-5406]<fix>: dll export stmt_* api for windows (#6937) 2021-07-20 15:43:17 +08:00
zhaoyanggh e43e672327 [TD-5038] test case for flushing while drop database 2021-07-20 15:13:21 +08:00
shenglian zhou 43835e9b92 improve child table name performance 2021-07-20 14:34:26 +08:00
shenglian zhou 232cf4e7ea add performance test 2021-07-20 13:52:02 +08:00
Ping Xiao a8ced0f493 fix runtime error 2021-07-20 13:46:24 +08:00
Shuduo Sang 211c7f38ce
[TD-5398]<fix>: taosdemo 4096 columns table creation failed. (#6931)
* [TD-5398]<fix>: taosdemo 4096 columns table creation failed.

* change column name prefix from col to c for maxium column number to fix buffer length.

* use accurate buffer length.

* fix test case for column name be shorter.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-20 11:49:58 +08:00
wpan 0f3c6dd768 Merge branch 'develop' into feature/TD-5331 2021-07-20 10:56:46 +08:00
shenglian zhou dedbb75485 Merge branch 'develop' into feature/td-4647-2 2021-07-20 10:43:00 +08:00
Hongze Cheng f710978773
Merge pull request #6928 from taosdata/enhance/TD-5395
Enhance/td 5395
2021-07-20 10:38:41 +08:00
Haojun Liao 16b9fc88ec
Merge pull request #6926 from taosdata/hotfix/TD-5338-m
[TD-5338]support dummy tag in sub-table interval query
2021-07-20 10:37:42 +08:00
Ping Xiao 524641123a [TD-5399]<test>: update scripts for daily performance test 2021-07-20 10:27:01 +08:00
Shuduo Sang e8b3fde4dc
[TD-5398]<fix>: taosdemo 4096 columns table creation failed. (#6930)
* [TD-5398]<fix>: taosdemo 4096 columns table creation failed.

* change column name prefix from col to c for maxium column number to fix buffer length.

* fix test case for column name be shorter.

* use accurate buffer length.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-20 10:14:55 +08:00
tickduan e46f672062 TSZ submit new add ++ 2021-07-20 09:47:29 +08:00
shenglian zhou ff7aec3b36 improve log & memory allocation check 2021-07-20 09:44:23 +08:00