Commit Graph

928 Commits

Author SHA1 Message Date
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 96fec5513a
Merge pull request #5455 from wu-champion/feature/TD-1380
[TD-3274]<test>: add test case for  1970 years ago
2021-03-24 09:35:54 +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
Ping Xiao e65475cc1d update docker cluster script 2021-03-23 18:14:29 +08:00
Shuduo Sang 3b97bd716d
Feature/sangshuduo/td 3317 taosdemo interlace (#5537)
* [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-3317] <feature>: support interlace mode insertion.

change rows_per_tbl to interlace_rows.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-23 15:14:50 +08:00
Shuduo Sang dfdeb7e0cc
[TD-3431] <fix>: fix taosdemo cmdline incorrect arguments. (#5536)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-23 11:15:11 +08:00
wu champion bd37922bac
Delete query1970YearsAf.py 2021-03-22 18:52:17 +08:00
wu champion 88ab7666b9
Delete bug3351.py 2021-03-22 18:52:02 +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
wu champion d73ae7d7f0 add case for TD-3375 2021-03-22 17:17:31 +08:00
huili 3e2464688e
Merge pull request #5523 from taosdata/test/testcase
[TD-3368]<test>output log of failed case
2021-03-22 16:22:51 +08:00
huili 2abe9bfda5
Merge pull request #5526 from taosdata/xiaoping/add_test_case
[TD-3413]<test>: make docker cluster support enterprise version
2021-03-22 16:21:49 +08:00
liuyq-617 d354ce2e55 fix 2021-03-22 16:18:25 +08:00
liuyq-617 fb7599b7f4 fix docker compose error 2021-03-22 16:11:49 +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
Ping Xiao 81d62650e9 Fix script issue 2021-03-22 14:56:22 +08:00
Ping Xiao 720661366a [TD-3413]<test>: make docker cluster support enterprise 2021-03-22 14:52:39 +08:00
liuyq-617 0916d24506 fix hosts error 2021-03-22 14:46:58 +08:00
liuyq-617 a2a6655a6a change 2021-03-22 11:44:41 +08:00
liuyq-617 8c8f3d0835 [TD-3406]<test>support more dnodes in docker clu 2021-03-22 11:35:46 +08:00
wu champion 9172e9346e [test]<fix> add test case and bug case 2021-03-20 16:10:45 +08:00
wu champion d2aa6fe5ad [TD-1380]<fix> fix the case of query1970YearsAf.py 2021-03-19 18:35:26 +08:00
huili 78ca40f843
Merge pull request #5503 from taosdata/test/testcase
[TD-3367]<test>restore last_cache
2021-03-19 17:59:58 +08:00
wu champion e041d4897a
Merge pull request #10 from wu-champion/develop
更新0319内容到1380
2021-03-19 17:50:55 +08:00
Shuduo Sang b294d3ebaa
Feature/sangshuduo/td 3317 taosdemo interlace (#5500)
* [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.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-19 17:43:18 +08:00
wu champion 59790c4dc0
Merge pull request #7 from wu-champion/develop
更新分支1380
2021-03-19 15:29:45 +08:00
liuyq-617 6c96795ab1 [TD-3367]<test>restore last_cache 2021-03-19 14:14:21 +08:00
Ping Xiao 4afccbd0a5 [TD-3365]<test>: update test case 2021-03-19 13:36:30 +08:00
Ping Xiao ae73ff2074 update docker cluster script 2021-03-19 11:12:06 +08:00
Ping Xiao 153a489e12 [TD-3365]<test>: add test case for query filter on tag type 2021-03-19 09:38:34 +08:00
Ping Xiao a9ea81aaee update docker cluster script 2021-03-18 18:13:44 +08:00
Ping Xiao 9e25723078 remove last_cache.py from full test 2021-03-18 17:48:33 +08:00
liuyq-617 282d1c10f2 [TD-3318]<test>add case for stddev 2021-03-18 11:18:51 +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
wu champion 2f0f9006fc
Merge pull request #5 from wu-champion/develop
更新1380分支
2021-03-17 16:04:24 +08:00
liuyq-617 ba79d022ce rebalance 2021-03-17 15:16:11 +08:00
liuyq-617 683b1282b8 abort build 2021-03-17 14:28:36 +08:00
liuyq-617 4e34b78dcd add stage after build 2021-03-17 14:24:55 +08:00
liuyq-617 8930b00ead inc coreverage of operation 2021-03-17 14:19:03 +08:00
liuyq-617 ea82920d84 remove duplicate case 2021-03-17 13:36:54 +08:00
liuyq-617 cbee31ead8 Merge branch 'develop' into test/testcase 2021-03-17 13:06:12 +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 8e455df297
Hotfix/sangshuduo/td 3327 taosdemo segfault sampledata (#5458)
* [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.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-16 18:51:11 +08:00
haojun Liao 91b5af2cee
Merge pull request #5453 from taosdata/feature/qrefactor
[td-3313] <fix>: fix join bug
2021-03-16 16:20:07 +08:00
huili 61db2e2217
Merge pull request #5445 from taosdata/xiaoping/add_test_case
[TD-1002]<test>: add test case for double type
2021-03-16 14:19:18 +08:00
huili d70cef9f61
Merge pull request #5443 from taosdata/test/testcase
[TD-3223]<test>case for stddev on the same column
2021-03-16 14:19:09 +08:00
wu-champion 911a573d5b [TD-3274]<test>: add test case for after 1970 years 2021-03-16 14:13:56 +08:00
Haojun Liao befbdf8972 [td-225]update test. 2021-03-16 14:11:05 +08:00