Commit Graph

4397 Commits

Author SHA1 Message Date
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
Yiqing Liu cce7d18409
Revert "[TD-5661]<test>: let the case running on CI for nano support for all connector" 2021-09-08 07:54:46 +08:00
Hui Li e915845c11
Merge pull request #7743 from taosdata/nanosupport_TestCase_for_connectors
[TD-5661]<test>:  let the case running on CI for nano support for all connector
2021-09-07 18:59:12 +08:00
jiajingbin 38048a2482 debug symbolsCheckCase 2021-09-07 17:00:51 +08:00
Hui Li 0ae2f329e4
Merge pull request #7808 from taosdata/xiaoping/add_test_case
[TD-6425]<test>: add test case for join result more than 1MB
2021-09-07 16:57:01 +08:00
jiajingbin e9f0d8c97c Merge branch 'develop' into fix/TD-6442 2021-09-07 16:44:54 +08:00
root 8b2770f020 recode case config about logging in ! 2021-09-07 16:24:43 +08:00
liuyq-617 453e4452da update version.py 2021-09-07 16:20:11 +08:00
liuyq-617 be63fe34c5 update version case 2021-09-07 16:13:37 +08:00
Ping Xiao 08f6364137 [TD-6425]<test>: add test case for join result more than 1MB 2021-09-07 14:16:35 +08:00
root 348a5e8e69 resolve dependency about nodejs 2021-09-07 13:53:45 +08:00
root e222daf222 resolve Jenkinsfile conflict 2021-09-07 09:50:23 +08:00
root e577f8187b let CI restart! 2021-09-06 19:12:34 +08:00