Commit Graph

2142 Commits

Author SHA1 Message Date
Shuduo Sang 6eba8ad1ab
test: add platform logic (#11459)
* [TD-13558]<feature>: taos shell refactor

add taosTools as submodule

* add tools/taos-tools

* add more client interface for taosTools compile

* update taos-tools

* update taos-tools

* refactor shell

* [TD-13558]<feature>: taos shell test speed

* [TD-13558]<feature>: taos -n startup works

* taos -n rpc works

* taos -n server works

* cleanup code since no endPort in 3.0

* update taos-tools

* [TD-13558]<feature>: taos -C works

* improve taos shell -c WIP

* update taos-tools

* add demoapi.c

* adjust show databases result for 3.0

* test: add platform logic
2022-04-13 17:50:33 +08:00
Shuduo Sang e5b0b962d7
test: adjust test case for show databases result on 3.0 (#11454)
* [TD-13558]<feature>: taos shell refactor

add taosTools as submodule

* add tools/taos-tools

* add more client interface for taosTools compile

* update taos-tools

* update taos-tools

* refactor shell

* [TD-13558]<feature>: taos shell test speed

* [TD-13558]<feature>: taos -n startup works

* taos -n rpc works

* taos -n server works

* cleanup code since no endPort in 3.0

* update taos-tools

* [TD-13558]<feature>: taos -C works

* improve taos shell -c WIP

* update taos-tools

* add demoapi.c

* adjust show databases result for 3.0
2022-04-13 17:00:41 +08:00
Shuduo Sang 2c1ec0dd10
[TD-13603]<feature>: python connector for 3.0 (#11152)
* add a few stmt_ interface declartion

* add taos_load_table_info

* add taos_set_config(() interface

* add more interfaces

* warn 'reset query cache' only since lack engine support

* update taos-tools
2022-03-31 11:32:23 +08:00
Shuduo Sang 66f31a0077
[TD-14331]<fix>: make util/dnodes.py flexible (#11022)
* [TD-14331]<fix>: make util/dnodes.py flexible

for 3.0

* make getPath clear
2022-03-26 22:49:42 +08:00
Cary Xu b44ef3c81e use dataDir to init sma env 2022-03-17 18:16:57 +08:00
Shuduo Sang 43feda0595
[TD-13408]<test>: move tests in for3.0 (#10598)
* restore .gitmodules

* Revert "[TD-13408]<test>: move tests out"

This reverts commit f80a4ca49ff37431bc0bc0dafb5ccf5858b00beb.

* revert f80a4ca49ff37431bc0bc0dafb5ccf5858b00beb

* immigrate file change from stand-alone repo to TDengine

for 3.0

* remove tests repository for Jenkinsfile2

Co-authored-by: tangfangzhi <fztang@taosdata.com>
2022-03-07 19:25:29 +08:00
Shuduo Sang bf5a3e106b
[TD-13408]<test>: move tests out (#10176)
* [TD-13408]<test>: move tests out

for 3.0 branch

* add Jenkinsfile2

Co-authored-by: tangfangzhi <fztang@taosdata.com>
2022-02-10 15:25:50 +08:00
Haojun Liao c8ffc27e7e [td-10564] merge 3.0 2021-12-14 15:16:41 +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
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
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
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
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
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
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
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
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 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
Hui Li 463b3df28a
Merge pull request #7787 from taosdata/test/td-6221-d
[TD-6221]<test>Perfect scene of concurrent inquery
2021-09-06 18:27:33 +08:00
liuyq-617 e8469ca511 [TD-6221]<test>Perfect scene of concurrent inquery 2021-09-06 15:43:02 +08:00
Ganlin Zhao 4199c82698 [TD-6506]<test>: Add unit test cases for parsing OpenTSDB telnet style data import format 2021-09-02 16:13:28 +08:00
jiajingbin 5ab1c3abad [TD-6445]<test>: add interp testcases not covered 2021-09-02 15:47:26 +08:00
AlexDuan 27fd99f85a Merge branch 'develop' into long_query 2021-09-02 09:52:19 +08:00
wenzhouwww d813d29050
Merge branch 'develop' into nanosupport_TestCase_for_connectors 2021-09-01 16:37:10 +08:00
bryanchang0603 eb2ea822e2 modify fulltest.sh about nano test case 2021-09-01 14:22:32 +08:00
wenzhouwww ff6c36cb65
Update fulltest.sh 2021-09-01 10:22:34 +08:00
Hui Li 50b3291a26
Merge pull request #7683 from taosdata/test/td-5929-2
[TD-5929]<test> create testcases for TD-5929 ---> diff cols support or
2021-08-31 18:18:14 +08:00
AlexDuan afb9962c2f showOffline needed 2021-08-31 11:48:54 +08:00
AlexDuan f1fe388881 restore showOffline....py file 2021-08-31 10:36:52 +08:00
Linhe Huo 2483985d4b
[TD-6449]<fix>: fix python3.6 datetime parsing in pytest util package (#7704) 2021-08-30 23:04:52 +08:00
AlexDuan 784a0bc17a Merge branch 'develop' into long_query 2021-08-30 19:03:09 +08:00
jiajingbin e0805bdda1 [TD-5929]<test> create testcases for TD-5929 ---> diff cols support or 2021-08-29 09:14:50 +00:00
liuyq-617 33254ace8a add query/query.py in fulltest.sh 2021-08-28 15:26:15 +08:00
liuyq-617 12f4137681 [TD-6387]<test> fetch over 100000 from super table 2021-08-28 14:52:44 +08:00
Haojun Liao de0e8d88ae
Merge pull request #7631 from taosdata/feature/query
[td-6395]<enhance>: use the keyword "every" instead of keyword of "in…
2021-08-28 12:51:24 +08:00
Hui Li ee729b04ec
Merge pull request #7655 from taosdata/test/TD-6359_escape_case
[TD-6359]<test>: "add test case for escape '_' by '\' "
2021-08-28 11:18:16 +08:00
dapan1121 13c2db3ae3
Merge pull request #7599 from taosdata/feature/TD-6285
[TD-6285]<feature>: added directive for db name in restful interface
2021-08-28 10:45:56 +08:00
wenzhouwww 3bd0f75912 [TD-6359]<test>: add test case for escape '_' by '\' 2021-08-27 15:16:33 +08:00
wenzhouwww c68aa1a08f [TD-6339]<test>: add test case for escape '_' by '\' 2021-08-27 15:14:27 +08:00
Hui Li f453220e0a
Merge pull request #7639 from taosdata/xiaoping/add_test_case
[TD-6312]<test>: last_row query in table with 100 columns
2021-08-27 14:19:27 +08:00
Haojun Liao 604efc0029 Merge branch 'develop' into feature/query 2021-08-27 13:09:18 +08:00
wenzhouwww 00a07ec721 [TD-6289]<test> :modify case codes! 2021-08-27 12:00:53 +08:00
wenzhouwww 47f39f45ab [TD-6289]<test>: add test case about restful for param 'httpDbNameMandatory' 2021-08-27 11:53:09 +08:00
dapan1121 f9e22c1632
Merge pull request #7512 from taosdata/feature/szhou/schemaless
[schemaless][RunCITest]
2021-08-27 10:29:29 +08:00
Haojun Liao 40ea53b7cd [td-255] update the python test script 2021-08-27 10:22:16 +08:00
Ping Xiao 2a30e5b57e [TD-6312]<test>: add test case for last_row query in table with 100 columns 2021-08-27 10:10:40 +08:00
Ping Xiao d921a078e8 [ci skip] update cfg key 2021-08-27 09:38:37 +08:00
Shengliang Guan fbc40c2900
Merge pull request #7579 from taosdata/feature/d1
merge from master into develop
2021-08-26 09:16:27 +08:00
wenzhouwww d6b432b74b [TD-5661]<test>: add nano support test case for all connector 2021-08-25 20:17:34 +08:00
dapan1121 3cdde17a00
Merge pull request #7578 from taosdata/hotfix/TD-6317
[TD-6317]<fix> fix test case
2021-08-25 18:01:13 +08:00
shenglian zhou 3e8b0e856d Merge branch 'develop' into feature/szhou/schemaless 2021-08-25 17:11:28 +08:00
Hui Li 97612437b5
Merge pull request #7561 from taosdata/xiaoping/add_test_case
[TD-6295][ci skip]<test>: Update performace test script for perfMonitor
2021-08-25 16:41:42 +08:00
Shengliang Guan d04dd4644f Merge remote-tracking branch 'origin/develop' into feature/d1 2021-08-25 16:17:07 +08:00
Haojun Liao 77a920d278
Merge pull request #7437 from taosdata/fix/ZhiqiangWang/TD-6169-windows-dll-client-can-not-quit-problem
[DONT MERGE] [TD-6169]<fix>: windows dll client can not quit.
2021-08-25 14:27:39 +08:00
yihaoDeng 8da97ddfbb [TD-6317]<fix> fix test case 2021-08-25 12:42:36 +08:00
Shengliang Guan aff4adf71c Merge from master 2021-08-25 11:51:48 +08:00
AlexDuan 34691fb6c7 modify pytest case proxy chaopingwu 2021-08-25 10:51:28 +08:00
Ping Xiao 993b4a0185 [TD-6295][ci skip]<test>: Update performace test script for perfMonitor 2021-08-25 09:31:39 +08:00
shenglian zhou 532fb5f7c1 show firstline and lastline of schemaless performace python scripts 2021-08-24 22:04:28 +08:00
Shengliang Guan e043b0bb51 Merge from develop 2021-08-24 19:44:10 +08:00
shenglian zhou 1380e6c4ba add log information to printlines 2021-08-24 17:21:35 +08:00
jiajingbin 9126417086 add common.py 2021-08-24 13:06:32 +08:00
jiajingbin a3b56039ba save for tag TD-6293 2021-08-24 13:06:32 +08:00
jiajingbin 1517dd9de6 save 2021-08-24 13:06:32 +08:00
jiajingbin 3ef88ec196 save 2021-08-24 13:06:32 +08:00
jiajingbin ad0d0ab93d save 2021-08-24 13:06:32 +08:00
jiajingbin 617c59f4a8 save 2021-08-24 13:06:32 +08:00
jiajingbin 060a7451c4 add testcases 5 2021-08-24 13:06:32 +08:00
afwerar d3af8a9d31 [TD-6169]<fix>: windows dll client can not quit. 2021-08-24 11:05:26 +08:00
afwerar 613bd5c523 [TD-6169]<fix>: windows dll client can not quit. 2021-08-24 10:49:47 +08:00
zhaoyanggh 89b6460064 remove dulplicate init 2021-08-23 16:42:27 +08:00
zhaoyanggh 298f97fe0b remove dulplicate init 2021-08-23 16:38:29 +08:00
Hui Li 6c9837cd5d
Merge pull request #7466 from taosdata/xiaoping/test_case
[ci skip] update scirpt for csv generator
2021-08-23 15:48:57 +08:00
Hui Li 377231fdd7
Merge pull request #7491 from taosdata/test/td-6223
[TD-6223]concurrent query support nested query
2021-08-23 15:45:15 +08:00
Hui Li f5a8cb6373
Merge pull request #7471 from taosdata/test/td-6027-m
[TD-6209]<test>add case for TD-6027
2021-08-23 15:45:00 +08:00
Hui Li d1548be55f
Merge pull request #7465 from taosdata/test/TD-6209
[TD-6209]<test>add case for TD-6027
2021-08-23 15:44:52 +08:00
Hui Li 79d48ca12e
Merge pull request #7464 from taosdata/xiaoping/add_test_case
[ci skip] update scirpt for csv generator
2021-08-23 15:44:45 +08:00
Ping Xiao c4dcadc73a [TD-6269]<test>[ci-skip]: disable queryWithOrderLimit.py before figuring out why it is hanging 2021-08-23 15:29:37 +08:00
Ping Xiao cbfe680fbd Merge branch 'master' into xiaoping/test_case 2021-08-23 15:27:07 +08:00
dapan1121 751beb46ca
Merge pull request #7481 from taosdata/fix/TD-6046
[TD-6046]<fix> fix ts top/bottom/diff/derivative ts error
2021-08-23 14:09:50 +08:00
cpwu 1733d74619 [TD-6068] <test> add test case for TD-6068 2021-08-20 18:45:15 +08:00
dapan1121 fcba9320b4
Merge pull request #7439 from taosdata/fix/TD-6011-master
[TD-6011]<fix>: where clause including 'bool' Keyword causes core dump
2021-08-20 18:20:04 +08:00
dapan1121 80aa65dd56
Merge pull request #7440 from taosdata/fix/TD-6011
[TD-6011]<fix>: where clause including 'bool' Keyword causes core dump
2021-08-20 18:18:20 +08:00
liuyq-617 5053132cf4 [TD-6223]concurrent query support nested query 2021-08-20 16:34:41 +08:00
Ganlin Zhao 033fcd857b [TD-6234]<test>: add unit test case for TD-6011 2021-08-20 10:51:17 +08:00
Ganlin Zhao 8d9ed8e7f9 [TD-6234]<test>: add unit test case for TD-6011 2021-08-20 10:46:21 +08:00
wangmm0220 9382752389 [TD-6046]<fix> fix ts top/bottom index error when using order by 2021-08-20 10:34:53 +08:00
liuyq-617 c5cf06d2c6 full test for feature/TD-6214 2021-08-20 10:27:19 +08:00
wangmm0220 8ae068ff2e [TD-6046]<fix> fix bottom,top,diff,derivative ts bugs 2021-08-20 10:25:03 +08:00
liuyq-617 e09367b01e [TD-6209]<test>add case for TD-6027 2021-08-19 16:47:32 +08:00
Ping Xiao e914a0e83f [ci skip] update scirpt for csv generator 2021-08-19 14:20:24 +08:00
liuyq-617 a46727f325 [TD-6209]<test>add case for TD-6027 2021-08-19 14:18:18 +08:00
Ping Xiao eb4e906737 [ci skip] update scirpt for csv generator 2021-08-19 14:13:17 +08:00
lichuang 2d464964e0 Merge branch 'develop' into feature/TD-4352 2021-08-19 11:10:44 +08:00
Shengliang Guan ea0a43f54e Merge from master into develop 2021-08-19 10:42:42 +08:00
Hui Li 4da75f91ab
Merge pull request #7412 from taosdata/test/TD-5798
[TD-5798] <test> add case for td5798
2021-08-18 10:40:42 +08:00
Hui Li fa9f76fc9d
Merge pull request #7413 from taosdata/test/TD-6123
[TD-6113] <fix> fix case of TD-6113
2021-08-18 10:40:35 +08:00
dapan1121 eb80f2ff39
Merge pull request #7378 from taosdata/hotfix/TD-6054
[TD-6054]<fix>: Filtered by tag with nchar value not as expected
2021-08-18 09:53:14 +08:00
wangmm0220 0e4b683b6d [TD-6046]<fix> fix ts top/bottom error 2021-08-17 18:48:50 +08:00
wangmm0220 e98863b5fd [TD-6046]<fix> fix ts top/bottom error 2021-08-17 18:48:01 +08:00
wangmm0220 045f873636 [TD-6046]<fix> fix ts top/bottom error 2021-08-17 18:45:56 +08:00
wangmm0220 2798480b00 [TD-6046]<fix> fix ts top/bottom error 2021-08-17 18:34:34 +08:00
dapan1121 9de3030c74
Merge pull request #7414 from taosdata/hotfix/TD-6135
[TD-6135]fix interp crash issue
2021-08-17 18:28:38 +08:00
zhaoyanggh bd0b2e4b48 [TD-6070]<test> add test case 2021-08-17 16:17:39 +08:00
Hui Li 3aa302e746
Merge pull request #7399 from taosdata/test/py_test_modify
reduce python case execution time
2021-08-17 15:27:59 +08:00
cpwu 3fd9efacd9 [TD-6113] <fix> fix the fulltest.sh 2021-08-17 15:25:07 +08:00
cpwu 36c693e1eb [TD-6113] <fix> fix case of TD-6113 2021-08-17 15:19:02 +08:00
cpwu 829055102f [TD-5798] <test> add case for td5798 2021-08-17 13:57:47 +08:00
wangmm0220 ea981c627d [TD-6046]<fix> fix ts derivative error 2021-08-17 12:28:52 +08:00
wangmm0220 ee27f5758f [TD-6046]<fix> fix ts derivative error 2021-08-17 12:24:34 +08:00
wangmm0220 2a45714d95 [TD-6046]<fix> fix ts derivative error 2021-08-17 11:32:06 +08:00
liuyq-617 81cf139d0e [TD-6101]reduce python case execution time 2021-08-17 11:32:03 +08:00
liuyq-617 9f0bbd0cb3 test 2021-08-17 11:26:25 +08:00
liuyq-617 6dac76a70d stop taosd using kill -9 2021-08-17 11:26:17 +08:00
liuyq-617 0701a7b5ac rebalance 2021-08-17 11:16:11 +08:00
liuyq-617 92e0af3c9e update 2021-08-17 10:23:56 +08:00
lichuang 150901668c [TD-4352]<feature>fix merge develop conflict 2021-08-17 09:55:08 +08:00
dapan1121 8529e74cbb
Merge pull request #7376 from taosdata/feature/TD-5623
[TD-5623]<feature>: add retrieved column data compression mechanism
2021-08-17 08:24:43 +08:00
Hui Li d365042f3e
Merge pull request #7394 from taosdata/test/TD-6035-d
[TD-6035]add connector test in CI
2021-08-16 18:24:13 +08:00
liuyq-617 ab539a7cbc remove distinctOneColTb.py 2021-08-16 18:19:13 +08:00
liuyq-617 486446ad8f test 2021-08-16 18:03:24 +08:00
liuyq-617 281b0ea271 stop taosd using kill -9 2021-08-16 16:53:42 +08:00
liuyq-617 6c5288b2eb update 2021-08-16 16:16:13 +08:00
liuyq-617 2cf19c866c [TD-6035]add connector test in CI 2021-08-16 15:51:36 +08:00
Ganlin Zhao 7759df3b0b [TD-6054]<fix>: Filtered by tag with nchar value not as expected 2021-08-16 15:29:38 +08:00
Ganlin Zhao bcb3a3033d Merge branch 'develop' into feature/TD-5623 2021-08-16 12:49:23 +08:00
Ganlin Zhao f8d99248ae Merge branch 'develop' into hotfix/TD-6054 2021-08-16 12:38:48 +08:00
Hongze Cheng 8d3fe5391c
Merge pull request #7210 from taosdata/hotfix/td-5765
[TD-5765]<hotfix>:check max length when alter tag value
2021-08-16 12:04:08 +08:00
Ganlin Zhao 07c007fc36 [TD-6081]<test> add test case for filter within multiple nchar tags 2021-08-16 10:25:29 +08:00
dapan1121 4e89b88489
Merge pull request #7356 from taosdata/fix/TD-6039
[TD-6039]<fix>: fixed test case error
2021-08-16 10:01:26 +08:00
zhaoyanggh 7e9c7e77ac [TD-6081]<test> add test case for filter within multiple nchar tags 2021-08-16 09:53:19 +08:00
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 82b5846748
Merge pull request #7384 from taosdata/xiaoping/test_case
[ci skip] update daily performance script
2021-08-16 09:51:36 +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 0e3935acf2
Merge pull request #7330 from taosdata/test/TD-5935
[TD-5935] <test> add case for TD-5935
2021-08-16 09:50:35 +08:00
Ping Xiao 43bd6c6587 [ci skip] update daily performance script 2021-08-16 09:46:15 +08:00
Ping Xiao da8ebbef3e [ci skip] update daily performance script 2021-08-16 09:37:13 +08:00
Ganlin Zhao 3f4e205724 [TD-5623]<feature>: fixed show variable python test case 2021-08-15 14:33:44 +08:00
Cary Xu b86f44afef Merge branch 'master' into hotfix/td-5765 2021-08-14 10:57:43 +08:00
Haojun Liao 052ace85ef
Merge pull request #7198 from taosdata/feature/query
Feature/query
2021-08-13 22:10:09 +08:00
liuyq-617 52c5aa04e2 update 2021-08-13 18:17:36 +08:00
XYWang 96dd315a26 [TD-6039]<fix>: fixed test case error 2021-08-13 18:06:25 +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 23e27ebb6f
Merge pull request #7327 from taosdata/test/TD-6006
[TD-6006]<test> query where by column with no quotes
2021-08-13 15:20:07 +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
wu champion 16c4297606
Update queryTestCases.py 2021-08-13 14:47:54 +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
dapan1121 d711355dff
Merge pull request #7312 from taosdata/feature/TD-5918
[TD-5918] add the configuration of max length wild cards
2021-08-13 11:12:36 +08:00
Haojun Liao 4fadbc2d19 [td-255] merge the develop branch and resolve the conflict. 2021-08-13 10:48:25 +08:00
cpwu 7fc6dc17fe [TD-5933] <test> add case for TD-5933 2021-08-13 10:27:27 +08:00
Shuduo Sang 356018a990
Hotfix/sangshuduo/td 5844 cmdline parameters align for master (#7337)
* [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
2021-08-13 09:38:01 +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
bryanchang0603 708216e693 [TD-5722]test testing one column distinct with subtable 2021-08-12 21:59:52 +08: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
Haojun Liao a7fab93461 Merge branch 'develop' into feature/query 2021-08-12 18:20:30 +08:00
Hui Li e6be0e89ec
Merge pull request #7333 from taosdata/xiaoping/add_test_case
[TD-5835]<test>: add test case for daily performance test
2021-08-12 17:23:43 +08:00
liuyq-617 9872ee3b20 remove case[ci skip] 2021-08-12 17:21:50 +08:00
Ping Xiao ea16e9c73c [TD-5835]<test>: add test case for daily performance test 2021-08-12 17:20:52 +08:00
Ping Xiao aa887c9807 [TD-5835]<test>: add test case for daily performance test 2021-08-12 17:18:31 +08:00
cpwu 977b2202ea [TD-5935] <test> add case for TD-5935 2021-08-12 16:21:14 +08:00
zhaoyanggh 6fafa5b1be [TD-6006]<test> query where by column with no quotes 2021-08-12 14:59:57 +08:00
happyguoxy 4bcb40ff41 [TD-5460]<test>:alter max num range 2021-08-12 13:58:06 +08:00
happyguoxy 77dbd0d76b [TD-5460]<test>:alter max num range 2021-08-12 13:58:00 +08:00
happyguoxy 8b746fe5c6 [TD-5460]<test>:alter max num range 2021-08-12 13:57:52 +08:00
WANG MINGMING 5a32496f81
Merge branch 'master' into feature/TD-5918 2021-08-12 10:44:50 +08:00
dapan1121 5a3e52ffda
Merge pull request #7281 from taosdata/fix/TD-5921
[TD-5921]<fix>:fix case problem in 'tbname in' syntax
2021-08-12 10:25:50 +08:00
Shengliang Guan 56885b7645 merge from develop 2021-08-12 10:17:23 +08:00
Shengliang Guan fa871f521f Merge remote-tracking branch 'origin/master' into feature/d1 2021-08-12 10:15:15 +08:00
Hui Li 6e28511d51
Merge pull request #7286 from taosdata/test/skci_dev
[TD-5907]add some nodes[ci skip]
2021-08-12 10:03:30 +08:00
jiajingbin 70f7697406 [TD-5616]like wildcard max_length test--merge to master
add getVariable() to util/sql.py

add 4 testcases to query/queryWildcardLength.py
2021-08-11 19:17:08 +08:00
wangmm0220 24eda742e4 [TD-5918] add the configuration of max length wild cards 2021-08-11 18:50:07 +08:00
Ping Xiao 2dd5f45b54 [TD-5835]<test>: update performance test script 2021-08-11 18:48:12 +08:00
Ping Xiao bc2181f4e4 [TD-5835]<test>: update performance test script 2021-08-11 18:45:53 +08:00
dapan1121 3dce4c4636
Merge pull request #7279 from taosdata/fix/TD-5918
[TD-5918]<fix> fix assert core by expand wild cards
2021-08-11 17:47:44 +08:00
jiajingbin 52848c4de5 [TD-5923]<test>finish test--->where tbname in UPPER/lower/mIXed
add query/queryTbnameUpperLower.py

add util/common.py for adding common function in case of duplicate use
2021-08-11 14:55:45 +08:00
liuyq-617 5f8e37504a test 2021-08-11 14:01:59 +08:00
liuyq-617 dda0e6e397 Merge branch 'develop' into test/skci_dev 2021-08-11 14:00:32 +08:00
liuyq-617 ba04baecf3 test[ci skip] 2021-08-11 13:38:32 +08:00
liuyq-617 05fc8f5e74 test 2021-08-11 13:34:09 +08:00
liuyq-617 9146f5fcdd add some ci time 2021-08-11 13:25:33 +08:00
Ganlin Zhao fbf76a3705 [TD-5922]<test>: add unitest cases 2021-08-10 18:46:55 +08:00
liuyq-617 4a210d7934 test[ci skip] 2021-08-10 18:09:41 +08:00
Yiqing Liu 9dd7b0e65f
Merge branch 'develop' into test/skci_dev 2021-08-10 18:08:38 +08:00
liuyq-617 78844c5ea8 [TD-5907]add some nodes[ci skip] 2021-08-10 18:06:54 +08:00
jiajingbin 28725856d7 [TD-5918]<test>bug fixed in branch fix/TD-5918
modify testcases

test maxWildCardsLength=16384 by manual
2021-08-10 07:01:41 -03:00
Cary Xu 40073e196d Merge branch 'master' into hotfix/td-5765 2021-08-10 17:56:29 +08:00
Ping Xiao ca5f589d85 [TD-5707]<test>: add test case 2021-08-10 11:27:19 +08:00
Ping Xiao f07267ebbf [TD-5707]<test>: add test case 2021-08-10 11:24:52 +08:00
Haojun Liao 2e62d8d811 [td-225]merge develop. 2021-08-10 11:21:46 +08:00
dapan1121 75fdd8b87f
Merge pull request #7252 from taosdata/fix/TD-5578
[TD-5578]<fix> add show like wild cards max length
2021-08-10 09:41:55 +08:00
tomchon a0b9439e22 [TD-4840]<test>:modify testcase of tsdb meta compressed 2021-08-09 21:21:22 +08:00
jiajingbin dd2c83fc28 [TD-5616]<test>: finish like wildcard max_length test
add getVariable() to util/sql.py

add 4 testcases to query/queryWildcardLength.py

leave a uncorrelated bug ---> TD-5918
2021-08-09 08:29:13 -03:00
wpan 7b67e43c1b Merge branch 'develop' into feature/TD-2581 2021-08-09 16:09:22 +08:00
dapan1121 133adc9831
Merge pull request #7173 from taosdata/feature/td-5803
revive show vnodes with dnode ep
2021-08-09 13:29:18 +08:00
dapan1121 8357859abe
Merge pull request #7178 from taosdata/feature/td-5806
[TD-5806]<feature>:add role_time to show mnodes
2021-08-09 13:28:55 +08:00
Haojun Liao 37605b1339
Merge pull request #7113 from taosdata/fix/TD-5578
[TD-5578]<fix> the max length of like condition can be configured
2021-08-09 10:31:20 +08:00
Haojun Liao eedda9aad2
Merge pull request #7062 from taosdata/fix/TD-5505
add support for parsing timestamp with both letter 'T' and whitespace as timezone indicator or no delimiter
2021-08-09 10:31:00 +08:00
Shengliang Guan adb5b0f927 Merge from master 2021-08-09 10:19:17 +08:00
Hongze Cheng 1a87c8f45d
Merge pull request #7188 from taosdata/hotfix/TD-5812
hotfix/TD-5812
2021-08-09 09:34:01 +08:00
wpan 28692a51cc Merge branch 'develop' into feature/TD-2581 2021-08-09 09:23:12 +08:00
Shuduo Sang de4879f967
Feature/sangshuduo/td 5844 cmdline parameters align (#7229)
* [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
2021-08-07 15:41:02 +08:00
Hui Li bacb85867a
Merge pull request #7228 from taosdata/test/case_over
<test>: modify test case about taosdemo nanosupport !
2021-08-07 10:26:35 +08:00
Linhe Huo 5823bcfc3b
[TD-3048]<feature>: support lines/stream/query_a/stop_query/ and so on. (#7079)
* [TD-3048]<feature>: support lines/stream/query_a/stop_query/ and so on.

commit 0edc106a76a95b28e65019c2ee4e4ed84530ad35
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Thu Jul 29 21:13:13 2021 +0800

    doc: improve document for python connector

commit 84915de0831b49c8378a16242dd0dbba8aaf386f
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Thu Jul 29 20:35:45 2021 +0800

    chore: add time elapsed

commit 1e8822e01bda96388a359363776792e261260b88
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Thu Jul 29 20:26:01 2021 +0800

    feat: support multi bind

commit 82d823f6194471fd3324b50f7dfba0ee9f10a7dd
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Thu Jul 29 16:42:05 2021 +0800

    feat: python support for async query and subscribe with callback

commit 8b9d36de2945906821225189cb47958e153d81e2
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Wed Jul 28 18:09:09 2021 +0800

    feat: finish stream and stmt interface

commit bc871aa43e9fc28dd1b3f8784a8ac6ee988564b5
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Mon Jul 26 20:21:27 2021 +0800

    feat: basic full-fetured implementations

commit e5f7a5213e9016c377a57485e8d5c12139ce0957
Author: Huo Linhe <linhehuo@gmail.com>
Date:   Fri Jul 23 10:33:14 2021 +0800

    tmp: refactor

* chore: fix insert/line_insert.py error

* [TD-3048]<fix>: fix tests error

* [TD-3049]<feature>: support stop_query in python connector cursor

* [TD-3048]<doc>: improve python connector document

* [TD-3048]<doc>: improve python connection README

* [TD-3048]<hotfix>: fix python2 install and runtime error

* chore: replace insertLines with insert_lines

* chore: fix misspellings

* chore: fix crash gen error in threading

* feat: support __del__ method for simplify

* test: fix subscription test result check

* chore: compatible with 2.0.20

* chore: fix python connector subscription test case

* [TD-3048]<fix>: fix schemaless insert test

* [TD-3048]<fix>: fix memory leak in crash_gen test case

* [TD-3048]<fix>: minor fix for crash gen memory leak

* [TD-3048]<fix>: set minimal required python3 as 3.4

* chore: update version in setup.py

* [TD-3048]<fix>: fix runtime errors in python3.4

* [TD-3048]<fix>: add typing as a dependency
2021-08-07 08:00:37 +08:00
wenzhouwww 3aba1df2f3 <test> fix an test case error ! 2021-08-06 19:52:39 +08:00
wenzhouwww ac746e6d8e <test>: remove an not exist test case! 2021-08-06 19:23:40 +08:00
wenzhouwww 95d8b71304 <test> : remove an not exists test case! 2021-08-06 19:16:04 +08:00
wenzhouwww d628bb3704 <test>: set run case in fulltest.sh 2021-08-06 18:22:11 +08:00
wenzhouwww c76196f0f9 <test>: modify test case about taosdemo nanosupport ! 2021-08-06 18:16:48 +08:00
jiajingbin b6280cee58 [TD-5816]<test>: add testcase alter/alterColMultiTimes.py for TD-5816
fix a small-probability bug for insert/schemalessInsert.py
2021-08-06 03:50:27 -03:00
Hui Li f5cb3ad46f
Merge pull request #7187 from taosdata/test/td-5159
[TD-5159]<test>: fix a small-probability bug for insert/schemalessInsert.py and append two manual scripts
2021-08-06 14:20:45 +08:00
wenzhouwww 7b7f5ca5b4 <test> : remove some case in fulltest.sh to make sure test can runing pass on CI 2021-08-06 10:49:04 +08:00
Cary Xu 3c566750aa [TD-5765]<hotfix>:check max length when alter tag value 2021-08-06 10:23:39 +08:00
wenzhouwww abfbaf8d3c <test> modify fulltest.sh to runing pass in CI ! 2021-08-06 10:17:13 +08:00
Hui Li e6b098caf2
Merge pull request #7174 from taosdata/test/TD-5369master
[TD-5369]<test> : "fix an error about test case for subscribe !"
2021-08-05 22:40:24 +08:00
Hui Li cb3f7af146
Merge pull request #7202 from taosdata/xiaoping/add_test_case
[TD-5730]<test>: update performance test script
2021-08-05 22:35:40 +08:00
Ping Xiao 5fb90d5dc3 [TD-5730]<test>: add test case 2021-08-05 21:00:02 +08:00
Ping Xiao ba4ae0bc84 [TD-5730]<test>: add test case 2021-08-05 20:56:57 +08:00
tomchon 67040b64cc [TD-5114]<test>: add testcase of rollUpgrading 2021-08-05 18:23:54 +08:00
tomchon 7346cdeba5 [TD-4840]<test>:modify testcase of tsdb meta compressed 2021-08-05 18:22:50 +08:00
wenzhouwww dbadc405ee [TD-5619] add new case for timezone 2021-08-05 17:00:07 +08:00
Haojun Liao fbe535bd8b [td-225] fix compiler error and invalid in query. 2021-08-05 16:27:13 +08:00
wenzhouwww 842b3cb307 [TD-5619]<test> : this is test case about parse timezone which is based on RCF3339/ISO8601 2021-08-05 16:04:07 +08:00
wangmm0220 7f9710effe Merge branch 'develop' into fix/TD-5578 2021-08-05 15:52:10 +08:00
jiajingbin bf4d046f2f [TD-5159]<test>: append two manual scripts to pytest/manualTest for TD-5159 finished before
fix a small-probability bug for insert/schemalessInsert.py when another random tbname is start with t-->noIdStbExistCheckCase(): where tbname like 't_%'
2021-08-05 03:18:27 -03:00
shenglian zhou 399a7d94b6 [TD-5806]<feature>:add role_time to show mnodes 2021-08-05 11:15:14 +08:00
Shengliang Guan 08ae288115
Merge pull request #7146 from taosdata/feature/devTomaster_1
Merge the uncommitted part of the develop into master
2021-08-05 10:58:46 +08:00
shenglian zhou 84d15a7e97 fix bug on show vnodes with dnode ep 2021-08-05 10:27:14 +08:00
Hongze Cheng bc07960f58
Merge pull request #7160 from taosdata/hotfix/TD-5765
[TD-5765]<hotfix>:check max length when alter tag value
2021-08-05 10:24:34 +08:00
wenzhouwww 3a24a18e5b [TD-5369]<test> : fix an error about test case for subscribe 2021-08-05 10:22:13 +08:00
Hui Li bef8b0b29f
Merge pull request #7151 from taosdata/test/TD-5369
[TD-5369]<test> adjust sleep time to run pass in CI !
2021-08-04 22:19:23 +08:00
Hui Li 50db328e1f
Merge pull request #7156 from taosdata/test/TD-5515-d
Test/td 5515 d
2021-08-04 22:19:08 +08:00
wenzhouwww b5aa25b982 [TD-5621]<test> this is test case about modify tags ! 2021-08-04 19:02:25 +08:00
wenzhouwww a57ec6cb53 [TD-5621]<test> this is test case about modify tags ! 2021-08-04 18:44:33 +08:00
wenzhouwww 09be00b18d [TD-5369]<test> : fix an case error about: tao_consume is called too frequently so that the interval between them is less than the interval set in taos_subscribe 2021-08-04 18:00:11 +08:00
wenzhouwww 404fb23135
"fix an error in test case "
fix an error in test case about "tao_consume is called too frequently so that the interval between them is less than the interval set in taos_subscribe."
2021-08-04 16:46:51 +08:00
happyguoxy d4736e6454 [TD5618]<test>:test bug fix 2021-08-04 15:10:44 +08:00
happyguoxy 3d950ce9ea [TD5515]<test>:test long where sql 2021-08-04 15:09:41 +08:00
happyguoxy bc4ef1ac0e [TD5515]<test>:test long where sql 2021-08-04 15:09:28 +08:00
Ping Xiao d2aea28c24 [TD-5730]<test>: update performance test script 2021-08-04 14:46:39 +08:00
Ping Xiao 45be5de3be [TD-5730]<test>: update performance test script 2021-08-04 14:43:02 +08:00
wenzhouwww cac5123a40 [TD-5369]<test> adjust sleep time to run pass in CI ! 2021-08-04 13:33:04 +08:00
Shengliang Guan b6efe1c46a Merge from develop 2021-08-04 12:20:41 +08:00
liuyq-617 7dba2dd4e3 make jenkins happy 2021-08-04 11:08:41 +08:00
Hui Li e009716819
Merge pull request #7112 from taosdata/test/td-5314
[TD-5314]<test>: finish schemaless test
2021-08-04 08:31:22 +08:00
Hui Li 5f0cbb12e2
Merge pull request #7139 from taosdata/test/TD-5460-d
Test/td 5460 d
2021-08-04 08:30:05 +08:00
happyguoxy db6c0da0f3 [TD-5460]<test>:test database update 2021-08-03 19:05:36 +08:00
happyguoxy ad2a3150fe [TD-5460]<test>:test database update=2 2021-08-03 19:05:09 +08:00
happyguoxy 92c0b28106 [TD-5460]<test>:test database update=1 2021-08-03 19:05:01 +08:00
happyguoxy 746a316f23 [TD-5460]<test>:test database update=0 2021-08-03 19:04:51 +08:00
wangmm0220 472dc13365 [TD-5650]<fix> fix test case 2021-08-03 16:34:39 +08:00
Ping Xiao ad05808c01 remove duplicae file: operator.py 2021-08-03 11:23:59 +08:00
jiajingbin a1951bbc17 [TD-5314]<test>: finish schemaless test
finish 40 cases for schemaless in insert/schemalessInsert.py, but 5 of them could not be used now because multiThreading is not complete

modify util/sql.py: add row_tag in query(), add col_tag in getColNameList(), add checkEqual() and checkNotEqual()

add insert/schemalessInsert.py to fulltest.sh
2021-08-02 19:32:11 +08:00
jiajingbin b32d69cd51 [TD-5314]<test>: finish schemaless test
finish 40 cases for schemaless in insert/schemalessInsert.py, but 5 of them could not be used now because multiThreading is not complete

modify util/sql.py: add row_tag in query(), add col_tag in getColNameList(), add checkEqual() and checkNotEqual()

add insert/schemalessInsert.py to fulltest.sh
2021-08-02 19:00:32 +08:00
jiajingbin e86864dbd1 [TD-5314]<test>: finish schemaless test
finish 40 cases for schemaless in insert/schemalessInsert.py, but 5 of them could not be used now because multiThreading is not complete

modify util/sql.py: add row_tag in query(), add col_tag in getColNameList(), add checkEqual() and checkNotEqual()

add insert/schemalessInsert.py to fulltest.sh
2021-08-02 16:24:20 +08:00
jiajingbin 82cb5fc9cd Merge branch 'develop' of https://github.com/taosdata/TDengine into develop 2021-08-02 15:52:56 +08:00
wenzhouwww 1d9c079d23 this is a test case for date formate about TDengine 2021-08-02 15:47:41 +08:00
wpan 8ba2d65287 Merge branch 'feature/TD-2581' of github.com:taosdata/TDengine into feature/TD-2581 2021-08-02 14:16:46 +08:00
wpan 1643b5e4c6 fix bug and case issue 2021-08-02 14:16:17 +08:00
Haojun Liao 699e28bc91
Merge pull request #7073 from taosdata/hotfix/td-5633
[TD-5633]<fix>:fix memory leak of intermediate buf of block_dist
2021-08-02 10:45:46 +08:00
shenglian zhou 754b7b4241 [TD-5659]<fix>:start taos processing with subprocess instead of internal function 2021-07-31 11:23:23 +08:00
jiajingbin 92ea7517f6 add tdSql.execute('reset query cache') to function resHandle() 2021-07-30 17:40:02 +08:00
Shengliang Guan f8905c8cbc Merge remote-tracking branch 'origin/develop' into feature/m2d7 2021-07-30 13:53:25 +08:00
Shengliang Guan 4dac6ac4f1 merge from master 2021-07-30 13:52:54 +08:00
liuyq-617 72a05d1e80 fix 2021-07-30 09:32:13 +08:00
liuyq-617 3f7239b916 change 2021-07-29 18:18:06 +08:00
jiajingbin 4320d6412a finish 40 cases for schemaless in insert/schemalessInsert.py, but 5 of them could not be used now because multiThreading is not complete
modify util/sql.py: add row_tag in query(), add col_tag in getColNameList(), add checkEqual() and checkNotEqual()
2021-07-29 14:15:08 +08:00
liuyq-617 9fc4f7466f make CI happy 2021-07-29 14:12:57 +08:00
Hui Li 4ba22f9520
Merge pull request #6984 from taosdata/test/TD-5369
Test/td 5369
2021-07-29 10:28:02 +08:00
Hui Li 6c619d0219
Merge pull request #7051 from taosdata/test/TD-5074-d1
Test/td 5074 d1
2021-07-29 10:01:46 +08:00
Hui Li cabbc135fa
Merge pull request #7043 from taosdata/dev/chr
[TD-4432]<test>: modify taodemo-testcase that using stmt interface
2021-07-29 09:49:34 +08:00
happyguoxy 175fd1c93d [TD-5074]<test>:test operator cost 2021-07-28 18:32:34 +08:00
tomchon 3fa6787382 [TD-4840]<test>: update testcase of tsdb meta compressed 2021-07-28 18:30:00 +08:00
jiajingbin e72173dd78 modify 2021-07-28 18:28:01 +08:00
tomchon 130c7ef3b4 Merge branch 'feature/TD-4352' of github.com:taosdata/TDengine into feature/TD-4352 2021-07-28 16:12:19 +08:00
tomchon 705d6e3eb3 [TD-4840]<test>: update testcase of tsdb meta compressed 2021-07-28 16:11:09 +08:00
jiajingbin 2168045658 modify 2021-07-28 16:09:00 +08:00
Haojun Liao d3467a5981
Merge branch 'develop' into feature/query 2021-07-28 15:30:42 +08:00
happyguoxy 8f0be342a8 [TD-5074]<test>:test operator cost 2021-07-28 15:06:30 +08:00
Haojun Liao 6e743d53e6 [td-225]fix the bug found by regression test. 2021-07-28 14:58:25 +08:00
lichuang a7fb63aab0 Merge branch 'develop' into feature/TD-4352 2021-07-28 14:40:51 +08:00
happyguoxy 3647f7defc [TD-5074]<test>:test operator cost 2021-07-28 14:05:42 +08:00
happyguoxy 8b6d976e86 [TD-5074]<test>:test operator cost 2021-07-28 14:05:16 +08:00
happyguoxy 7845fc9682 [TD-5074]<test>:test operator cost 2021-07-28 14:04:59 +08:00
Hui Li b73a2f7070
Merge branch 'develop' into test/TD-5369 2021-07-28 10:37:41 +08:00
Hui Li bdb79f5400
Merge pull request #6961 from taosdata/test/TD-5213-d
Test/td 5213 d
2021-07-28 10:17:37 +08:00
Hui Li 4e55773054
Merge pull request #7037 from taosdata/xiaoping/add_test_case
[TD-5497]<test>: add test case
2021-07-28 10:16:41 +08:00
Hui Li 8c0317fbb0
Merge pull request #7039 from taosdata/test/TD-5370
[TD-5370]<test>:new branch for test case about taosdump nano support
2021-07-28 10:15:22 +08:00
jiajingbin 1bf4e5669e modify 2021-07-28 09:47:45 +08:00
haoranchen 6faf1d5bb3
Update sdbCompClusterReplica2.py 2021-07-27 18:26:10 +08:00
Haojun Liao 220f667042
Merge pull request #6985 from taosdata/feature/TD-5438
TD-5438
2021-07-27 18:05:43 +08:00
wenzhouwww 84cbdeb8a7 [TD-5370]<test>:new branch for test case about taosdump nano support 2021-07-27 15:40:24 +08:00
tomchon 5602fef8f6 [TD-4840]<test>: add testcase of compressing tsdb meta data 2021-07-27 14:59:32 +08:00
Ping Xiao 09e52f9d95 [TD-5497]<test>: add test case 2021-07-27 14:27:41 +08:00
jiajingbin 736adcf7cc combine cases 2021-07-27 13:52:44 +08:00
jiajingbin 28b7529ba7 delete unused tb_name 2021-07-27 11:46:59 +08:00
tomchon 8aa0a37392 [TD-4432]<test>: add taodemo-testcase that using stmt interface 2021-07-27 11:40:47 +08:00
wenzhouwww 74fa1114f3 [TD-5369]<test> change the nums of tables and insert rows! 2021-07-27 11:06:04 +08:00
happyguoxy 9a3e6db6a7 [TD-5213]<test>:test operator 2021-07-27 08:55:45 +08:00
jiajingbin 7f5aaa25d3 modify some cases 2021-07-26 19:12:50 +08:00
tomchon e0b00c0510 [TD-4432]<test>: add taodemo-testcase that using stmt interface 2021-07-26 18:06:07 +08:00
wenzhouwww c63d6f4c94 [TD-5369]<test> fulltest.sh 2021-07-26 18:00:02 +08:00
tomchon a88753e253 modify fulltest.sh 2021-07-26 17:43:27 +08:00
jiajingbin 361e9f81d6 save 2021-07-26 16:23:20 +08:00
Haojun Liao 3ee29d8aec Merge branch 'develop' into feature/query 2021-07-26 16:02:01 +08:00
jiajingbin 909ff0b2a1 save 2021-07-26 13:53:25 +08:00
jiajingbin 9eb31d3f47 save 2021-07-26 10:45:00 +08:00
jiajingbin 2d12fb2462 save 2021-07-26 10:38:15 +08:00
jiajingbin c3549d245d save 2021-07-26 10:19:34 +08:00
jiajingbin 2fd97729db save 2021-07-26 10:13:29 +08:00
Hui Li 3358072589
Merge pull request #6983 from taosdata/dev/chr
open taosdemo-testcase
2021-07-26 10:12:47 +08:00
jiajingbin fc732c29fb save 2021-07-26 10:05:33 +08:00
jiajingbin f07b4f55dd save 2021-07-26 01:14:53 +08:00
jiajingbin 63c9b2069e add multi thread 2021-07-24 19:39:20 +08:00
jiajingbin 8ee0962538 add multi thread 2021-07-24 17:27:49 +08:00
jiajingbin 7b883b2637 add multi thread 2021-07-24 15:38:35 +08:00
Haojun Liao 2323d5a228 [td-225] update the test script. 2021-07-24 14:33:54 +08:00
jiajingbin cb7e26845b save 2021-07-24 10:22:02 +08:00
tomchon e47659e0c5 taosdemo 2021-07-23 21:19:09 +08:00
wenzhouwww 8c62d84a3d [TD-5369]<test> add test case about taosdemo params 'time_step' 2021-07-23 20:05:08 +08:00
jiajingbin 9a94a39b29 save 2021-07-23 19:24:23 +08:00
jiajingbin 5d9c380788 save 2021-07-23 19:01:44 +08:00
jiajingbin 90ecf82d54 save 2021-07-23 18:31:38 +08:00
tomchon aab7881c4d Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-07-23 18:19:14 +08:00
jiajingbin 80afed6706 save 2021-07-23 17:12:41 +08:00
jiajingbin c572b1345e save 2021-07-23 16:01:12 +08:00
jiajingbin 0224dd1056 save 2021-07-23 15:35:19 +08:00
happyguoxy 11d5b3231d [TD-5074]<test>test operator 2021-07-23 14:49:27 +08:00
happyguoxy ea0cc35af4 [TD-5074]<test>test operator 2021-07-23 14:49:15 +08:00
jiajingbin 5881243310 save 2021-07-23 14:29:16 +08:00
tomchon 009885b1cc mv taosdemo-testcase into p2 at fulltest.sh 2021-07-23 14:07:49 +08:00
happyguoxy 0b7a625744 [TD-5213]<test>:test 4096 columns with taosdemo 2021-07-23 11:10:59 +08:00
happyguoxy 07bf3966ec [TD-5213]<test>:test 4096 columns with taosdemo 2021-07-23 11:10:45 +08:00
wenzhouwww c133eb1cfe [TD-5369]<test> modify an error about insert 2021-07-23 10:07:02 +08:00
jiajingbin a8352d8c2a [TD-5314]: autotest cases 2021-07-23 01:43:00 +08:00
wenzhouwww 5af5a71965 [TD-5369]<test> add test case for taosdemo nano support! 2021-07-22 20:09:05 +08:00
tomchon 1f8d74f6d4 open taosdemo-testcase 2021-07-22 20:06:16 +08:00
Hui Li be4e4c3889
Merge pull request #6982 from taosdata/dev/chr
close taosdemo-testcase
2021-07-22 20:04:30 +08:00
tomchon ae10545c29 close taosdemo-testcase 2021-07-22 20:02:42 +08:00
wenzhouwww 1bdd683872 [TD-5369]<test> taosdemo test case for nano support , the sql files is must be here! 2021-07-22 19:59:36 +08:00
Hui Li 5381d733e3
Merge pull request #6962 from taosdata/dev/chr
Dev/chr
2021-07-22 19:46:37 +08:00
yihaoDeng e2635df55d [TD-5438]<fix> fix bug 2021-07-22 19:25:11 +08:00
tomchon 025361610b [TD-5296]<test>: modify taodemo-testcase about increasing max columns to 4096 2021-07-22 18:46:17 +08:00
tomchon 003dba84b1 [TD-4432]<test>: add taodemo-testcase that using stmt interface 2021-07-22 18:41:18 +08:00
happyguoxy 9df622ef80 [TD-5338]<test>:test stable interval function 2021-07-22 18:03:23 +08:00
shenglian zhou ad55c1a7c9 Merge branch 'develop' into feature/td-4647-2 2021-07-22 11:38:17 +08:00
tomchon 4bef2da4d8 Merge branches 'dev/chr' and 'develop' of github.com:taosdata/TDengine into dev/chr
Conflicts:
	tests/pytest/tools/taosdemoAllTest/taosdemoTestInsertWithJson.py
2021-07-21 16:51:25 +08:00
happyguoxy c978fb9329 [TD-5213]<test>:test 4096 columns 2021-07-21 16:12:54 +08:00
happyguoxy f12d1f2769 [TD-5213]<test>:test 4096 columns with taosdemo 2021-07-21 16:12:32 +08:00
happyguoxy d966ee23d6 [TD-5213]<test>:test 4096 columns with taosdemo 2021-07-21 16:12:18 +08:00
happyguoxy 1ab5ce7fa9 [TD-5213]<test>:test 4096 columns with taosdemo 2021-07-21 16:12:04 +08:00
happyguoxy 756a60f91f [TD-5213]<test>:test 4096 columns without taosdemo 2021-07-21 16:11:41 +08:00
Hui Li 655a514835
Merge pull request #6938 from taosdata/test/TD-5038
[TD-5038] test case for flushing while drop database
2021-07-21 16:06:17 +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 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
zhaoyanggh e43e672327 [TD-5038] test case for flushing while drop database 2021-07-20 15:13:21 +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
shenglian zhou dedbb75485 Merge branch 'develop' into feature/td-4647-2 2021-07-20 10:43:00 +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
shenglian zhou 3b86cd1242 Merge branch 'develop' into feature/td-4647-2 2021-07-19 20:13:35 +08:00
bryanchang0603 65d31bea78 [TD-5143]<test> adding test case about subquery 2021-07-19 12:40:52 +08:00
happyguoxy b5724bb8e9 [TD-5206]<test>:test query stable join function 2021-07-19 10:41:40 +08:00
Haojun Liao c9a3b75090
Merge pull request #6908 from taosdata/fix/TD-5055
[TD-5055]<fix> handle incorret result
2021-07-19 10:41:33 +08:00
happyguoxy a8cc70f245 [TD-5206]<test>:test query stable join function 2021-07-19 10:41:14 +08:00
Haojun Liao c1fa46d543
Merge pull request #6706 from taosdata/feature/TD-4666
Feature/td 4666
2021-07-19 10:40:03 +08:00
tomchon a4e6c27f9c Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-07-18 21:08:52 +08:00
Shengliang Guan ca59d8972a Merge remote-tracking branch 'origin/develop' into feature/m2d6 2021-07-17 10:19:56 +08:00
yihaoDeng 58ba4d0081 [TD-5055]<fix> handle incorret resul 2021-07-16 23:38:11 +08:00
shenglian zhou f79e53e36d fix tstrerror code 2021-07-16 22:28:47 +08:00
Cary Xu 3ecbc86054 Merge branch 'develop' into feature/TD-4666 2021-07-16 19:18:20 +08:00
Shengliang Guan 195ce6d133 Merge from master into develop 2021-07-16 14:01:22 +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
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
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
shenglian zhou d8545b5035 pass test for tag id key as child table name and timestamp ns/us/ms/s 2021-07-15 18:22:35 +08:00
ubuntu 0adfdc60d6 test push 2021-07-15 15:04:58 +08:00
tomchon c05b99baf2 [TD-4432]<test>: add taodemo-testcase that using stmt interface 2021-07-15 15:00:48 +08:00
Cary Xu 0063cb84e2 comment the taosdemo test temporarily 2021-07-15 14:38:30 +08:00
shenglian zhou 54ca09468d modify test to comply with new parser 2021-07-15 08:19:48 +08:00
tomchon 64cafbca65 Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-07-14 18:47:07 +08:00