Commit Graph

152 Commits

Author SHA1 Message Date
huili 19c185c8cb
Merge branch 'master' into test/TD-3921 2021-04-27 09:13:38 +08:00
wu champion 9b7aeff602 [TD-3921] <test> add case to resolv show streams return erro msg 2021-04-26 15:34:00 +08:00
wu champion a10fa31267 [TD-3920] <test> add case to fix the bug of TD-3920 2021-04-26 14:19:06 +08:00
huili 38e57820ea
Merge pull request #5896 from taosdata/test/TD-3918
[TD-3918] <test>  add case to verify the bug of TD-3897
2021-04-25 11:40:44 +08:00
tomchon 4573d7f6ea Merge branch 'master' into test/chr 2021-04-23 11:33:23 +08:00
wu champion bbaf30ed91
Update fulltest.sh 2021-04-23 11:28:28 +08:00
wu champion 512551b1c9
Merge branch 'master' into test/TD-3918 2021-04-23 11:23:43 +08:00
huili 61d373e206
Merge pull request #5874 from taosdata/test/TD-3891
[TD-3891] <test> fix the bug of TD-3891
2021-04-23 11:20:07 +08:00
huili a0f592b1ca
Merge pull request #5895 from taosdata/test/TD-3917
[TD-3917] <test> add case to fix the bug of TD-3907
2021-04-23 11:19:55 +08:00
huili 6640c545ea
Merge pull request #5865 from taosdata/test/unsigned_tag_case
add test case for unsigned tag
2021-04-23 11:18:58 +08:00
wu champion 369c9a76f0 [TD-3918] <test> add case to verify the bug of TD-3897 2021-04-23 10:45:22 +08:00
wu champion 7e7cc2e345 [TD-3917] <test> add case for the bug of TD-3907 2021-04-23 10:31:20 +08:00
tomchon c21292c7a6 [TD-3414]<test>: add insert function with json files of taodemo-testcase -repeat 2021-04-21 20:04:03 +08:00
wu champion 6038a4791e [TD-3891] <test> fix the bug: not 1st timestamp column,when insert data < 0,data process error 2021-04-21 14:56:38 +08:00
huili 91da3ab9f6
Merge pull request #5861 from taosdata/test/TD-3856
[TD-3856]<test> add case for TD-3856
2021-04-21 11:17:09 +08:00
wu champion 5745b2d011
Update fulltest.sh 2021-04-21 10:01:56 +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 b5194e4cf3 add test case for unsigned tag 2021-04-20 17:40:43 +08:00
wu champion 624b018066 [TD-3856]<test> add case for TD-3856 2021-04-20 16:15:19 +08:00
Ping Xiao c7c8ab0082 Merge branch 'master' into xiaoping/add_test_case 2021-04-08 19:00:59 +08:00
huili 0e246a7f19
Merge branch 'master' into test/TD-3295 2021-04-08 11:12:43 +08:00
Ping Xiao ba3fbea58c [TD-3676]<test>: add test case 2021-04-07 16:21:38 +08:00
wu champion 8a8eaf5053
Merge pull request #5705 from taosdata/master
Master
2021-04-07 10:18:15 +08:00
wu champion 91a60312f0 Merge branch 'master' into test/TD-3295 2021-04-07 10:06:44 +08:00
wu champion 7db5c29d1e [TD-3295]<test> add case for TD-3295 2021-04-06 18:18:10 +08:00
wu champion 9f858447f7
Update fulltest.sh 2021-04-06 18:09:13 +08:00
wu champion 41b9b98e3c [TD-3652]<test> add case for TD-3652 to resolve TD-3590 2021-04-06 18:06:59 +08:00
wu champion 29bb17877d add case for TD-3654 2021-04-06 11:33:24 +08:00
Ping Xiao 8904a1644f remove failed case 2021-04-02 15:25:29 +08:00
huili 0fe2b96b9e
Merge pull request #5543 from taosdata/feature/TD-1380
[TD-3274]<test> add case for TD-3274
2021-04-01 11:19:49 +08:00
Shuduo Sang 6cb5af8072
Hotfix/sangshuduo/td 3607 taosdemo buffer overflow (#5636)
* [TD-3607] <fix>: fix taosdemo buffer overflow.

* [TD-3607] <fix>: taosdemo buffer overflow.

add tmp buffer.

* [TD-3607] <fix>: taosdemo buffer overflow.

fix data generation.

* [TD-3607] <fix>: taosdemo buffer overflow.

fix normal table writting.

* [TD-3607] <fix>: taosdemo buffer overflow.

remove tail spaces.

* [TD-3607] <fix>: taosdemo buffer overflow.

fix taosdemo alter table test case.

* [TD-3607] <fix>: taosdemo buffer overflow.

fix taosdemo alter table case.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-31 21:40:40 +08:00
wu champion a782a3c569 add perfbenchmark/bug3589.py to fulltest.sh 2021-03-30 16:22:43 +08:00
wu champion 9db07982b2 fix 2021-03-26 10:50:14 +08:00
wu champion e3f4c9038c
Merge branch 'develop' into feature/TD-1380 2021-03-25 10:52:55 +08:00
Shuduo Sang 6e3322d35d
Feature/sangshuduo/td 3434 taosdemo support query times (#5541)
* [TD-3434] <feature>: taosdemo support query times

first commit.

* [TD-3434] <feature>: taosdemo support query times.

refine interlace test case.

* [TD-3434] <feature>: taosdemo support query times.

change cmdline parameters according to TD-3431.

* [TD-3434] <feature>: taosdemo support query times.

fix typo in fulltest.sh

* [TD-3434] <feature>: taosdemo support query times.

add 2 sec sleep to avoid segfault.

* [TD-3434] <feature>: taosdemo support query times.

make query test easier to pass.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-24 16:58:09 +08:00
huili 1ce4dce8d3
Merge pull request #5534 from taosdata/test/TD-3375
[test]<fix> add TD-3375 case
2021-03-24 09:34:39 +08:00
wu champion dff5c11f29 [test]<fix> add test case and bug case 2021-03-23 13:55:10 +08:00
wu champion 5d2fa94960
Update fulltest.sh 2021-03-22 18:51:49 +08:00
wu champion a162b6161e fix fulltest.sh:add query/bug3375.py 2021-03-22 18:46:54 +08:00
Shuduo Sang 82ad11630d
Feature/sangshuduo/td 3416 taosdemo interlace testcase (#5524)
* [TD-3316] <fix>: add testcase for taosdemo limit and offset.

check offset 0.

* [TD-3316] <fix>: add testcase for taosdemo limit and offset.

fix sample file import bug.

* [TD-3316] <fix>: add test case for limit and offset. fix sample data issue.

* [TD-3327] <fix>: fix taosdemo segfault when import data from sample data file.

* [TD-3317] <feature>: make taosdemo support interlace mode.

json parameter rows_per_tbl support.

* [TD-3317] <feature>: support interlace mode.

refactor

* [TD-3317] <feature>: support interlace mode.

refactor

* [TD-3317] <feature>: support interlace mode insertion.

refactor.

* [TD-3317] <feature>: support interlace mode insertion.

change json file.

* [TD-3317] <feature>: support interlace mode insertion.

fix multithread create table regression.

* [TD-3317] <feature>: support interlace mode insertion.

working but not perfect.

* [TD-3317] <feature>: support interlace mode insertion.

rename lowaTest with taosdemoTestWithJson

* [TD-3317] <feature>: support interlace mode insertion.

perfect

* [TD-3317] <feature>: support interlace mode insertion.

cleanup.

* [TD-3317] <feature>: support interlace mode insertion.

adjust algorithm of loop times.

* [TD-3317] <feature>: support interlace mode insertion.

fix delay time bug.

* [TD-3317] <feature>: support interlace mode insertion.

fix progressive timestamp bug.

* [TD-3317] <feature>: support interlace mode insertion.

add an option for performance print.

* [TD-3317] <feature>: support interlace mode insertion.

change json test case with less table for acceleration.

* [TD-3317] <feature>: support interlace mode insertion.

change progressive mode timestamp step and testcase.

* [TD-3197] <fix>: fix taosdemo coverity scan issues.

* [TD-3197] <fix>: fix taosdemo coverity scan issue.

fix subscribeTest pids uninitialized.

* [TD-3317] <feature>: support interlace mode insertion.

add time shift for no sleep time.

* [TD-3317] <feature>: support interlace insert.

rework timestamp.

* [TD-3416] <feature>: add taosdemo interlace testcase.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-22 15:44:06 +08:00
wu champion 9172e9346e [test]<fix> add test case and bug case 2021-03-20 16:10:45 +08:00
liuyq-617 6c96795ab1 [TD-3367]<test>restore last_cache 2021-03-19 14:14:21 +08:00
Ping Xiao 9e25723078 remove last_cache.py from full test 2021-03-18 17:48:33 +08:00
Shuduo Sang 3f312f8bf4
Feature/sangshuduo/td 3317 taosdemo interlace (#5476)
* [TD-3316] <fix>: add testcase for taosdemo limit and offset.

check offset 0.

* [TD-3316] <fix>: add testcase for taosdemo limit and offset.

fix sample file import bug.

* [TD-3316] <fix>: add test case for limit and offset. fix sample data issue.

* [TD-3327] <fix>: fix taosdemo segfault when import data from sample data file.

* [TD-3317] <feature>: make taosdemo support interlace mode.

json parameter rows_per_tbl support.

* [TD-3317] <feature>: support interlace mode.

refactor

* [TD-3317] <feature>: support interlace mode.

refactor

* [TD-3317] <feature>: support interlace mode insertion.

refactor.

* [TD-3317] <feature>: support interlace mode insertion.

change json file.

* [TD-3317] <feature>: support interlace mode insertion.

fix multithread create table regression.

* [TD-3317] <feature>: support interlace mode insertion.

working but not perfect.

* [TD-3317] <feature>: support interlace mode insertion.

rename lowaTest with taosdemoTestWithJson

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-17 23:15:18 +08:00
liuyq-617 ea82920d84 remove duplicate case 2021-03-17 13:36:54 +08:00
liuyq-617 4c64997447 add case 2021-03-17 13:02:51 +08:00
liuyq-617 608134c229 [TD-3198]<test>sync test case file 2021-03-17 12:38:43 +08:00
Shuduo Sang 7d7f7ada31 [TD-3316] <test>: add testcase for taosdemo child table limit and offset. 2021-03-15 19:13:59 +08:00
Ping Xiao 31f9b71d82 [TD-1002]<test> add test case for percentile function 2021-03-13 15:05:35 +08:00
wu-champion 717e7561e2 [TD-3182] <fix>: add queryBetweenAnd.py and add to CI 2021-03-10 14:47:02 +08:00