Commit Graph

70 Commits

Author SHA1 Message Date
cpwu bea875aea7 add case to support rest API 2022-08-19 17:46:24 +08:00
cpwu 8ae2907dcb fix sql 2022-08-18 11:14:20 +08:00
cpwu 53e3b2e5f5 fix case, add case support rest api 2022-08-18 11:14:05 +08:00
tomchon 9e32cd4fca test: modify testcases of muti-mnodes 2022-08-06 21:30:38 +08:00
cpwu 737f623d81 fix case 2022-07-30 17:38:46 +08:00
cpwu 5b06d8dff6 fix case 2022-07-26 14:31:36 +08:00
Hui Li 74edf683dd
Merge pull request #15126 from taosdata/cpwu/3.0
Test: fix case support rest API
2022-07-21 11:50:53 +08:00
tomchon 5ca7dd62db test:modify testcase of muti-mnode 2022-07-19 21:25:17 +08:00
cpwu 349cb292fa Merge branch '3.0' into cpwu/3.0 2022-07-18 09:45:31 +08:00
cpwu 935535b087 fix case 2022-07-16 15:58:23 +08:00
cpwu 028dba3c46 fix case 2022-07-16 11:45:43 +08:00
cpwu acc27d46e9 fix case 2022-07-15 15:06:38 +08:00
tomchon d554bf6588 test:modify test frame that add multiple retries for sql execution and query 2022-07-14 21:22:43 +08:00
tomchon e8a0cf5b75 test:add test case of tsbs query 2022-07-14 21:11:39 +08:00
cpwu 4b73cdb529 fix case 2022-06-30 15:34:38 +08:00
cpwu 7e6ddc7a6f fix case 2022-06-25 10:37:23 +08:00
cpwu f000a2df96 fix case 2022-06-23 19:53:48 +08:00
cpwu 12780bed9b fix case 2022-06-16 09:30:25 +08:00
tomchon 0e019d363e Merge branch '3.0' of github.com:taosdata/TDengine into test/chr/TD-14699 2022-06-15 18:47:36 +08:00
tomchon 4ee4266e3c test:modify testcase of muti-mnode 2022-06-15 18:14:11 +08:00
Xiaoyu Wang f740fd61c6 fix: use 'duration' instead of 'days' for create database 2022-06-15 14:23:05 +08:00
plum-lihui 534dfae907 [test: set days to 300 for default db] 2022-05-18 22:06:59 +08:00
plum-lihui 265f2a8582 test: add get rows api in test frame 2022-05-12 16:36:08 +08:00
jiacy-jcy 24ac70fc41 update 2022-04-27 08:31:11 +08:00
plum-lihui b790102ffd [test: add sleep for elect leader] 2022-04-22 18:50:21 +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 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
Linhe Huo 2483985d4b
[TD-6449]<fix>: fix python3.6 datetime parsing in pytest util package (#7704) 2021-08-30 23:04:52 +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
jiajingbin 82cb5fc9cd Merge branch 'develop' of https://github.com/taosdata/TDengine into develop 2021-08-02 15:52:56 +08:00
wenzhouwww 84cbdeb8a7 [TD-5370]<test>:new branch for test case about taosdump nano support 2021-07-27 15:40:24 +08:00
jiajingbin a8352d8c2a [TD-5314]: autotest cases 2021-07-23 01:43: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
Shuduo Sang 945354280c
Feature/sangshuduo/td 4752 python support ns (#6534)
* [TD-4752]<feature>: python connector support nanosecond.

* [TD-4752]<feature>: support nanosecond in test framework.

return integer for nanosecond in connector since python does not support nanosecond yet.
2021-06-18 18:34:54 +08:00
Huo Linhe aa88942c38
[TD-3639] <fix>: compare timestamp with datetime in python (#5940)
By this commit, It will close TD-3639.

It will not require test case to write *correct* datetime string to pass
a test case. One test could use seconds, milliseconds or microseconds to
check data.

That means the three tests are equivalent:

```python
.checkData(0, 0, "2020-01-01 00:00:00")
.checkData(0, 0, "2020-01-01 00:00:00.000")
.checkData(0, 0, "2020-01-01 00:00:00.000000")
```
2021-04-27 13:45:08 +08:00
haojun Liao aa65f33cbe
Merge pull request #5853 from taosdata/hotfix/TD-3805
[TD-3805]CQ time issue
2021-04-23 10:15:07 +08:00
dapan1121 23f23a445d modify case 2021-04-21 19:36:46 +08:00
wu champion 6c81812eec [TD-3789]<test> add case for TD-3789, and fix util.sql 2021-04-20 19:00:12 +08:00
liuyq-617 d1ee728376 <test>fix psutil.process error 2021-01-26 16:53:17 +08:00
liuyq-617 a9da437d02 <test>fix some error in python test frame 2021-01-26 16:06:16 +08:00
liuyq-617 037816547b improve taosdStatus 2021-01-12 11:54:06 +08:00
liuyq-617 5746eb5c65 fix dict error 2021-01-11 18:42:31 +08:00
liuyq-617 b66428c33b multi-level 2021-01-11 16:48:50 +08:00
Ping Xiao 585457f6f8 Merge branch 'develop' into xiaoping/add_test_case2 2020-10-29 16:54:17 +08:00
Ping Xiao 601342b333 [TD-1245]<test> add test case for interval 2020-09-18 10:40:02 +08:00
Ping Xiao 3a58f9f4a9 fix test failures 2020-09-14 23:46:50 +08:00
Ping Xiao 0f7b3ce040 [TD-1290]<test> add test case for group by 2020-09-07 15:52:41 +08:00
Ping Xiao 43b2f41fbb TD-819: increase test coverage 2020-07-21 16:24:59 +08:00
Shuduo Sang 83363f6e78 re-raise exception in sql.py instead of exit. 2020-07-09 17:45:48 +08:00