Commit Graph

302 Commits

Author SHA1 Message Date
liuyq-617 33254ace8a add query/query.py in fulltest.sh 2021-08-28 15:26:15 +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 47f39f45ab [TD-6289]<test>: add test case about restful for param 'httpDbNameMandatory' 2021-08-27 11:53:09 +08:00
Shengliang Guan aff4adf71c Merge from master 2021-08-25 11:51:48 +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
Shengliang Guan ea0a43f54e Merge from master into develop 2021-08-19 10:42: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
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
liuyq-617 81cf139d0e [TD-6101]reduce python case execution time 2021-08-17 11:32:03 +08:00
liuyq-617 92e0af3c9e update 2021-08-17 10:23:56 +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 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
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
Cary Xu b86f44afef Merge branch 'master' into hotfix/td-5765 2021-08-14 10:57:43 +08:00
liuyq-617 52c5aa04e2 update 2021-08-13 18:17:36 +08:00
bryanchang0603 708216e693 [TD-5722]test testing one column distinct with subtable 2021-08-12 21:59:52 +08:00
Shengliang Guan 23e9739cf1
Merge pull request #7244 from taosdata/feature/d1
merge from master
2021-08-12 19:43:16 +08:00
liuyq-617 9872ee3b20 remove case[ci skip] 2021-08-12 17:21:50 +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
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
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
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 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
wenzhouwww 3aba1df2f3 <test> fix an test case error ! 2021-08-06 19:52:39 +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
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
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
wenzhouwww dbadc405ee [TD-5619] add new case for timezone 2021-08-05 17:00:07 +08:00
happyguoxy 3d950ce9ea [TD5515]<test>:test long where sql 2021-08-04 15:09:41 +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
happyguoxy db6c0da0f3 [TD-5460]<test>:test database update 2021-08-03 19:05:36 +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
Shengliang Guan 4dac6ac4f1 merge from master 2021-07-30 13:52:54 +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