Commit Graph

4409 Commits

Author SHA1 Message Date
Shengliang Guan 40122d3ca6 TD-10431 test for profile 2021-12-21 22:55:27 +08:00
Shengliang Guan c03086803c
Merge pull request #9238 from taosdata/CI/3.0
[TD-12364]<CI>add test case for 3.0
2021-12-21 14:08:04 +08:00
liuyq-617 c8f89014fc test-all 2021-12-21 13:54:46 +08:00
liuyq-617 524790ccf5 [TD-12364]<CI>add test case for 3.0 2021-12-21 13:09:16 +08:00
Shengliang Guan 735d2279e8 minor changes 2021-12-20 20:22:58 +08:00
Shengliang Guan 8a82da8f6d adjust file general/insert/basic1.sim 2021-12-18 00:26:08 +08:00
Shengliang Guan 147f5af9b2 adjust sim script 2021-12-17 18:23:13 +08:00
Shengliang Guan 8940eb4d1a format sim scripts 2021-12-17 17:16:39 +08:00
Shengliang Guan 8e68fa6e4d TD-10431 tsim compile 2021-12-17 17:07:36 +08:00
Shengliang Guan 89f4a7adc6 TD-10431 change numOfVgroups as config of db 2021-12-17 16:45:16 +08:00
Haojun Liao c8ffc27e7e [td-10564] merge 3.0 2021-12-14 15:16:41 +08:00
Haojun Liao 819c7fc030 [td-10529] fix compiler error 2021-10-08 20:33:46 +08:00
Shuduo Sang 0fc2985bf2
[TD-5757]<fix>: taosdump precision. (#7896) 2021-09-14 23:20:38 +08:00
happyguoxy e47df8c360 [TD-6633]<test>:modify python file 2021-09-14 11:30:20 +08:00
happyguoxy 26661d12a3 [TD-6633]<test>:modify python file 2021-09-14 10:50:48 +08:00
happyguoxy db016bd718 [TD-6633]<test>:modify python file 2021-09-14 10:39:52 +08:00
Hui Li fb7aeed459
Merge pull request #7888 from taosdata/feature/TD-4352
[TD-4840]<test>:add tsdb testcase to fulltest'script
2021-09-14 09:48:40 +08:00
Hui Li d86c5910ec
Merge pull request #7874 from taosdata/test/td-6515-2
[TD-6515]<test>: add 45 testcases for OpenTSDB telnet style data import
2021-09-13 19:53:28 +08:00
shenglian zhou ad6ab9395e Merge branch 'develop' into feature/szhou/regex-nmatch 2021-09-13 14:01:13 +08:00
shenglian zhou f79bcf1d5f [TD-6616]<fix>:check the right side of match to be a node value of binary type 2021-09-13 13:20:20 +08:00
shenglian zhou 13d8bb8348 Merge branch 'develop' into feature/szhou/regex-nmatch 2021-09-13 11:19:41 +08:00
tomchon 334400fb32 add tsdb testcase to fulltest'script 2021-09-13 11:19:05 +08:00
happyguoxy 39273a13ba [TD-6617]<test>: modify fulltest.sh 2021-09-13 10:36:12 +08:00
tomchon 2cfeb6236a Merge branch 'feature/TD-4352' of github.com:taosdata/TDengine into feature/TD-4352 2021-09-13 10:28:46 +08:00
Zhiyu Yang 3fd7e3511b
Enh/ts-339 refactor code in springbootdemo and JDBCDemo (#7867)
* fix confilct

* refactor code in springbootdemo
2021-09-13 10:15:01 +08:00
dapan1121 b1b09f65bf
Merge pull request #7825 from taosdata/feature/TD-6443
[TD-6443]<feature>: Support OpenTSDB HTTP JSON data import format
2021-09-13 10:03:05 +08:00
shenglian zhou e15abb2eac Merge branch 'develop' into feature/szhou/regex-nmatch 2021-09-13 09:22:42 +08:00
jiajingbin d4b7655b97 add errorTypeCheckCase() 2021-09-12 21:48:48 +08:00
jiajingbin 30fd34772c [TD-6515]<test>: add 45 testcases for OpenTSDB telnet style data import
leave a bug ---> self.symbolsCheckCase()

no fulltest temporarily
2021-09-11 22:58:22 +08:00
Shuduo Sang e9e5dc22f7
Hotfix/sangshuduo/td 5872 taosdemo stmt improve (#7872)
* [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

* add data_type enum and stmt_batch framework.

* use data type enum and fix test case limit/offset.

* revert thread number.

* rename MAX_SAMPLES_ONCE_FROM_FILE to reflect reality.

* split func for stmt interlace.

* fix bug that get build path.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
Co-authored-by: tomchon <haoran920c@163.com>
2021-09-11 17:56:33 +08:00
Alex Duan 7f9169cab6
Merge pull request #7545 from taosdata/long_query
Long query
2021-09-11 12:02:23 +08:00
Shuduo Sang d42ed29138
Hotfix/sangshuduo/td 5872 taosdemo stmt improve (#7853)
* [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

* add data_type enum and stmt_batch framework.

* use data type enum and fix test case limit/offset.

* revert thread number.

* rename MAX_SAMPLES_ONCE_FROM_FILE to reflect reality.

* split func for stmt interlace.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
Co-authored-by: tomchon <haoran920c@163.com>
2021-09-10 15:45:49 +08:00
Ganlin Zhao 10b6eafca7 [TD-6560]<test>: Add unit test cases for parsing OpenTSDB HTTP JSON data import format 2021-09-10 15:37:05 +08:00
Hui Li 9f3cb6afcd
Merge pull request #7846 from taosdata/test/nanosupport
[TD-5661]<test>: let all connector test case for nano seconds running
2021-09-10 10:58:51 +08:00
shenglian zhou d889a8c0b7 regex: add nchar not support column type 2021-09-10 06:52:46 +08:00
shenglian zhou 327aa87aa9 regex:add configuration option for max regex string len 2021-09-09 21:41:09 +08:00
shenglian zhou 130365c6af Merge branch 'develop' into feature/szhou/regex-nmatch 2021-09-09 21:32:16 +08:00
Hui Li 23fc716361
Merge pull request #7837 from taosdata/xiaoping/add_test_case
[ci skip] update performance test script
2021-09-09 17:59:26 +08:00
wenzhouwww a6fd024d04 remove codes not used 2021-09-09 17:07:04 +08:00
wenzhouwww 555208eb06 [TD-5661]<test>: let all connector test case for nano seconds running 2021-09-09 16:59:43 +08:00
Shuduo Sang 1bd435f466
Hotfix/sangshuduo/td 5872 taosdemo stmt improve (#7839)
* [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

* add data_type enum and stmt_batch framework.

* use data type enum and fix test case limit/offset.

* revert thread number.

* rename MAX_SAMPLES_ONCE_FROM_FILE to reflect reality.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
Co-authored-by: tomchon <haoran920c@163.com>
2021-09-09 16:54:51 +08:00
Ganlin Zhao a99abf36ab [TD-6560]<test>: Add unit test cases for parsing OpenTSDB HTTP JSON data import format 2021-09-09 15:08:32 +08:00
Ganlin Zhao ca4ffac45a [TD-6560]<test>: Add unit test cases for parsing OpenTSDB HTTP JSON data import format 2021-09-09 15:06:09 +08:00
Ping Xiao b47a0a8362 [ci skip] update performance test script 2021-09-09 11:52:51 +08:00
Shuduo Sang 26821d99f3
[DONT MERGE] Hotfix/sangshuduo/td 5872 taosdemo stmt improve (#7733)
* [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

* add data_type enum and stmt_batch framework.

* use data type enum and fix test case limit/offset.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
Co-authored-by: tomchon <haoran920c@163.com>
2021-09-09 11:42:24 +08:00
Ganlin Zhao 0df9e2e17e [TD-6560]<test>: Add unit test cases for parsing OpenTSDB HTTP JSON data import format 2021-09-09 09:22:13 +08:00
shenglian zhou 546019bfa5 [TD-6561]<feature>:regexp -add nmatch relation operator 2021-09-09 08:57:05 +08:00
shenglian zhou a09cfdfa8b support nmatch relation between binary/nchar tbname/tag/col and posix regular expression 2021-09-08 17:50:37 +08:00
dapan1121 ab24035c2a
Merge pull request #7763 from taosdata/fix/TD-6442
[TD-6442]<feature>: Support OpenTSDB telnet style data import format
2021-09-08 15:28:15 +08:00
Linhe Huo 3aab4b024f
[TD-6535]<fix>: force cleanup tscCache to close tsc timer, which will cause segmentfault (#7818)
* [TD-6535]<fix>: force cleanup tscCache to close tsc timer, which will cause segmentfault

* [TD-6543]<doc>: document support compile with dotnet sdk
2021-09-08 10:15:04 +08:00