Commit Graph

17808 Commits

Author SHA1 Message Date
Hui Li 5b4b0ba9ee
Merge pull request #7383 from taosdata/xiaoping/add_test_case
[ci skip] update daily performance script
2021-08-16 09:51:41 +08:00
Hui Li 75352a6c99
Merge pull request #7341 from taosdata/test/TD-5722
[TD-5722]test testing one column distinct with subtable
2021-08-16 09:50:43 +08:00
Hui Li b06dd3587f
Merge pull request #7307 from taosdata/test/TD-5910-d
[TD-5910]obtain coredump execfn in script
2021-08-16 09:50:30 +08:00
Ping Xiao da8ebbef3e [ci skip] update daily performance script 2021-08-16 09:37:13 +08:00
dapan1121 5dd149ea71
Merge pull request #7367 from taosdata/feature/TD-2581
[TD-2581]improve filter condition performance
2021-08-16 08:34:05 +08:00
Elias Soong cc9124bdb8
Merge pull request #7377 from taosdata/docs/Update-Latest-Feature
Docs/update latest feature
2021-08-15 22:50:43 +08:00
Elias Soong b32fca9dec [TD-4181] <docs>: update Queries related doc. 2021-08-15 22:45:21 +08:00
Elias Soong f6710ee891 [TD-4181] <docs>: update Advanced-features related doc. 2021-08-15 22:36:37 +08:00
Elias Soong a68e247cd1 [TD-4181] <docs>: update Connector related doc. 2021-08-15 21:36:31 +08:00
Elias Soong 37a8e1bad1 [TD-4181] <docs>: update Connections related doc. 2021-08-15 19:18:12 +08:00
Shuduo Sang 02f6f5e457
Feature/sangshuduo/td 5844 cmdline parameters align (#7239)
* [TD-5844]<feature>: make cmd line parameter similar.

* fix test case align with taosdemo change.

* fix windows stack overflow issue.

* fix mac compile error.

* fix taosdemo cmdline parameter in tests/pytest/tools/taosdemoAllTest/NanoTestCase/taosdemoTestSupportNanoInsert.py

* fix windows compiler options.

* make taos.exe use mysql style password input.

* make taos shell and taosdump use mysql style password input.

* determine scanf return value.
2021-08-15 12:53:34 +08:00
Shuduo Sang 0b6a2ffdd8
Hotfix/sangshuduo/td 3197 fix taosdemo coverity scan (#7374)
* [TD-3197] <fix>: fix taosdemo coverity scan issues.

* [TD-3197] <fix>: fix taosdemo coverity scan issue.

fix subscribeTest pids uninitialized.

* [TD-3197] <fix>: fix taosdemo coverity scan issues.

* [TD-3197] <fix>: fix coverity scan issues.

check super tbl info pointer.

* [TD-3197] <fix>: fix coverity scan issues.

move sub tbl query thread join into loop

* [TD-3197] <fix>: fix coverity scan issues.

remove unused variable

* [TD-3197] <fix>: fix coverity scan issues.

use more secure random library

* [TD-3197] <fix>: fix coverity scan issues.

use strncpy for more safe

* [TD-3197] <fix>: fix taosdemo coverity scan issue.

replace arc4random with rand().

* [TD-3197] <fix>: fix coverity scan issues.

check stb info pointer for start time

* [TD-3197] <fix>: fix coverity scan issues.

fix strcpy vulnerability

* [TD-3197] <fix>: fix taosdemo coverity scan issue.

modify taosdemoTest2. try to check database continously.

* [TD-3197] <fix>: taosdemo coverity scan issues.

* [TD-3197] <fix>: fix memory leak when parsing arguments.

* [TD-3197] <fix>: fix cmake strip arguments.

* [TD-3197] <fix>: taosdemo coverity scan.

fix cmake string manipulation.

* [TD-3197]<fix>: taosdemo coverity scan issue.

configDir buffer overwrite.

* [TD-3197]<fix>: coverity scan issue.

taosdump argument validation.

* [TD-3197]<fix>: taosdemo and taosdump coverity scan issues.

* [TD-3197]<fix>: taosdemo coverity scan.

append result buf to file. for develop branch.

* exit if read sample file failed.

* fix converity scan issue.

* fix coverity scan issue.

* fix coverity scan memory leak.

* fix resource leak reported by coverity scan.

* fix taosdemo coverity scan issue.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-08-15 12:52:40 +08:00
dapan1121 17f2d3fb5a
Merge pull request #7273 from taosdata/feature/TD-5797
[TD-5797]<feature> support multi distinct
2021-08-15 06:41:30 +08:00
wpan eaf4a323f7 Merge branch 'develop' into feature/TD-2581 2021-08-14 16:27:28 +08:00
wpan cc4db89152 improve performance 2021-08-14 16:26:39 +08:00
Keli 87396aaba1
fix README.MD in minidevops directory (#7364)
Signed-off-by: Keli <root@keli.im>
2021-08-14 12:06:26 +08:00
Linhe Huo 003fb71488
[TD-6078]<fix>: fix binary/nchar null error in node.js [ci skip] (#7365) 2021-08-14 12:03:23 +08:00
Shuduo Sang 62987c39d2
Hotfix/sangshuduo/td 5702 taosdemo remove memop (#7358)
* [TD-5702]<fix>: taosdemo remove memory operation.

* add remainderBufLen to check row data generation.

* row data generation with remainder buffer length checking.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-08-14 10:16:35 +08:00
dapan1121 5c8080467b
Merge pull request #7276 from taosdata/hotfix/td-5931
[TD-5931]<fix>:add empty table
2021-08-14 10:07:37 +08:00
dapan1121 46a0b3bf96
Merge pull request #7321 from taosdata/fix/TD-5610
[TD-5610]<fix> resp detailed info of invalidfqdn
2021-08-14 10:04:52 +08:00
Haojun Liao 052ace85ef
Merge pull request #7198 from taosdata/feature/query
Feature/query
2021-08-13 22:10:09 +08:00
Elias Soong fc8bc32120
Merge pull request #7351 from taosdata/docs/Update-Latest-Feature
[TD-5065] <docs>: add nanosecond support.
2021-08-13 15:32:13 +08:00
Elias Soong ca30acdef2 [TD-5065] <docs>: add nanosecond support. 2021-08-13 15:31:49 +08:00
Hui Li 77ca0354fc
Merge pull request #7326 from taosdata/test/TD-5460-d1
Test/td 5460 d1
2021-08-13 15:20:13 +08:00
Hui Li e91470ff26
Merge pull request #7340 from taosdata/test/TD-6038
[TD-6038]<test>query with in combined with and filter
2021-08-13 15:19:58 +08:00
Hui Li c0a857e8d1
Merge pull request #7348 from taosdata/xiaoping/add_test_case
[ci skip]<test>: reduce data insertion time
2021-08-13 15:19:43 +08:00
Ping Xiao fa9db347b2 [ci skip]<test>: reduce data insertion time 2021-08-13 14:55:56 +08:00
bryanchang0603 93eecb6c4b [TD-5722]<test> removing bracket as it may cause error in the future 2021-08-13 14:37:10 +08:00
Haojun Liao 90e0005c57 [td-255] sleep a little bit longer before checking the status of dnodes in the clusters. 2021-08-13 11:16:57 +08:00
Haojun Liao 4fadbc2d19 [td-255] merge the develop branch and resolve the conflict. 2021-08-13 10:48:25 +08:00
dapan1121 8ab4f84629
Merge pull request #7323 from taosdata/feature/TD-6012
[TD-6012]<fix>: fixed no sql recordings via http while httpEnableRecordSql was on
2021-08-13 10:41:22 +08:00
Hui Li 9c71413fdb
Merge pull request #7343 from taosdata/test/removeCase
remove join.sim [ci skip]
2021-08-13 10:38:50 +08:00
liuyq-617 4c42c513f1 remove join.sim [ci skip] 2021-08-13 10:34:25 +08:00
Shengliang Guan c2f4249167
Merge pull request #7336 from taosdata/test/speedup_drone
speed up drone CI
2021-08-13 09:35:49 +08:00
Shuduo Sang 5704a04df7
[TD-5872]<fix>: taosdemo stmt improve. (#7251)
* [TD-5872]<fix>: taosdemo stmt improve.

* refactor stmt functions.

* [TD-5872]<fix>: taosdemo stmt csv perf improve.

* rand func back to early impl.

* fix windows/mac compile error.

* fix empty tag sample.

* [TD-5873]<test>add stmt’performance taosdemo testcase

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
Co-authored-by: tomchon <haoran920c@163.com>
2021-08-13 09:27:04 +08:00
Shuduo Sang 29141d7128
[TD-5978]<fix>: taosdemo set only one custom field. (#7300)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-08-13 08:55:10 +08:00
Shuduo Sang 1839750ada
[TD-6013]<fix>: taosdemo buffer overflow. (#7314) 2021-08-13 08:54:46 +08:00
shenglian-zhou 2efda1271d
Merge branch 'develop' into hotfix/td-5931 2021-08-13 08:36:21 +08:00
dapan1121 e3bec2853d
Merge pull request #7299 from taosdata/hotfix/td-5930
[TD-5930]<fix>:_block_dist initialize client merge buffer with max steps
2021-08-13 08:32:58 +08:00
dapan1121 a137e08209
Merge pull request #7255 from taosdata/feature/td-5861
[TD-5861]<feature>:move log.dn to http plugins
2021-08-13 08:31:48 +08:00
dapan1121 6ded6e91b0
Merge pull request #7257 from taosdata/hotfix/TD-5863
[TD-5863]fix orderby error msg
2021-08-13 08:29:36 +08:00
yihaoDeng 90aba21f27 [TD-5797]<fix> merge develop 2021-08-12 20:24:25 +00:00
yihaoDeng 649b740c18 [TD-5797]<fix> refactor errmsg 2021-08-12 18:19:38 +00:00
bryanchang0603 708216e693 [TD-5722]test testing one column distinct with subtable 2021-08-12 21:59:52 +08:00
yihaoDeng 7abcd83812 [TD-5797]<fix> fix invalid table bug 2021-08-12 12:03:05 +00:00
zhaoyanggh e2eadb6ede [TD-6038]<test>query with in combined with and filter 2021-08-12 19:51:32 +08:00
Shengliang Guan 23e9739cf1
Merge pull request #7244 from taosdata/feature/d1
merge from master
2021-08-12 19:43:16 +08:00
Elias Soong 341fd718dc
Merge pull request #7339 from taosdata/docs/Update-Latest-Feature
Docs/update latest feature
2021-08-12 18:42:02 +08:00
Elias Soong ac2ef7a709 [TD-4181] <docs>: update Cluster related doc. 2021-08-12 18:40:36 +08:00
Elias Soong df2c476de6 [TS-113] <docs>: selective functions can output ts column along with. 2021-08-12 18:33:12 +08:00