liuyq-617
e7cc15a861
fix retention case error
2021-06-30 16:30:46 +08:00
bryanchang0603
022d6ea765
taosdemoCfg adding how to use and minor bug fix
2021-06-25 15:41:47 +08:00
bryanchang0603
1583f180d4
pytest utils add taosdemoCfg.py
2021-06-23 15:09:59 +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
bryanchang0603
9c1457a3aa
[TD-4473] modifying two cases to auto test with minor modification
2021-06-08 11:16:28 +08:00
tickduan
d5965c461a
must ltime >0 to replace
2021-05-31 15:51:43 +08:00
Shuduo Sang
b12668ff7f
[TD-3639] <fix>: compare timestamp with datetime in python ( #5990 )
...
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")
```
Co-authored-by: Huo Linhe <linhehuo@gmail.com>
2021-04-30 22:45:59 +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
Ping Xiao
31f9b71d82
[TD-1002]<test> add test case for percentile function
2021-03-13 15:05:35 +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
0616475e50
[TD-2734]<test>fix timeout error
2021-01-12 16:56:01 +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
liuyq-617
77cc0b18b7
[TD-2588]<test>sleep more for azure
2021-01-05 14:44:19 +08:00
liuyq-617
4d9887cd71
[TD-2476]<test>enhance test framework
2020-12-17 18:38:21 +08:00
liuyq-617
8e2c3ed3da
fix some errors
2020-12-14 14:21:58 +08:00
liuyq-617
36f7685a15
[TD-2348]reduce sleep time
2020-12-12 09:51:04 +08:00
Ping Xiao
585457f6f8
Merge branch 'develop' into xiaoping/add_test_case2
2020-10-29 16:54:17 +08:00
Ping Xiao
ddd9b50e24
[TD-1823] <test> add test case for data loss
2020-10-29 16:48:18 +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
Shuduo Sang
3c4e3322bb
support telemetryReport in all tests.
2020-08-04 10:34:22 +08:00
Bomin Zhang
ca9c0ad282
TD-1033: enable telemetry reporting by default
...
disable telemetry reporting in test.
fix other telemetry related bugs.
2020-08-03 11:31:14 +08:00
Shengliang Guan
1fe3dbebfb
set telemetryReporting default val to false
2020-08-02 11:48:42 +00:00
Shuduo Sang
872edbd075
change more KILL signal to TERM for coverage test.
2020-07-25 14:31:31 +08:00
Ping Xiao
a9cf6cfd2c
update kill parameter for python tests
2020-07-24 16:40:05 +08:00
Bomin Zhang
f6c113954c
td-990: add python test cases for subscribe
2020-07-24 15:44:40 +08:00
Ping Xiao
43b2f41fbb
TD-819: increase test coverage
2020-07-21 16:24:59 +08:00
Shengliang Guan
6309c8efdb
scripts
2020-07-17 15:16:32 +00:00
Shuduo Sang
964ae6073f
add fsync default cfg to no-random-fail.py too.
2020-07-15 17:17:45 +08:00
Shuduo Sang
7652edf906
Merge branch 'develop' into hotfix/sangshuduo/add-fsync-to-default-cfg
2020-07-15 17:06:28 +08:00
Shuduo Sang
395ad45bc3
add fsync 1000 as default cfg value.
2020-07-15 15:32:19 +08:00
Shuduo Sang
853f411c0d
add -no-random-fail script for coverage test using.
2020-07-15 14:42:06 +08:00
Shengliang Guan
1c40d471ae
[TD-913] change some config paras
2020-07-13 15:39:45 +08:00
Shengliang Guan
d75e835aa5
Merge from develop into feature/vnode
2020-07-10 10:40:47 +00:00
Shuduo Sang
e98dbee81d
add --random-file-fail-factor argument to cover more scenarios.
2020-07-10 13:47:03 +08:00
Shengliang Guan
71b13e2359
Merge pull request #2615 from taosdata/feature/sangshuduo/test-compressMsgSize
...
add test case for compressMsgSize
2020-07-09 20:02:22 +08:00
Shuduo Sang
11923eb970
add test case for compressMsgSize
...
[TD-764]
2020-07-09 18:43:02 +08:00
Shuduo Sang
83363f6e78
re-raise exception in sql.py instead of exit.
2020-07-09 17:45:48 +08:00
Shengliang Guan
057fdc9366
Merge develop into feature/vnode
2020-07-09 09:10:27 +00:00
Bomin Zhang
9ab3b63a10
refactor pytest framework to include lineno in log
2020-07-09 10:45:46 +08:00
Shengliang Guan
92a569ca12
merge from develop into feature/vnode
2020-07-08 15:06:25 +00:00
Shuduo Sang
d2b805f3a5
fix pathfinding for CI
2020-07-08 16:19:01 +08:00
Shuduo Sang
85ddff090a
refactor pathfinding in util/dnodes.py
2020-07-08 15:23:37 +08:00
Shuduo Sang
7c66719128
add python test to cover "alter dnode"
...
[TD-868]
2020-07-07 14:42:27 +08:00