Commit Graph

36 Commits

Author SHA1 Message Date
chenhaoran 8160eaec90 test: support for windows in ci cases 2023-12-20 16:19:21 +08:00
Xiaoyu Wang 4155a3bef4 enh: show command optimize 2022-08-11 21:55:20 +08:00
Xiaoyu Wang d9d892bf29 enh: show command optimize 2022-08-11 21:21:59 +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
liuyq-617 453e4452da update version.py 2021-09-07 16:20:11 +08:00
liuyq-617 be63fe34c5 update version case 2021-09-07 16:13:37 +08:00
liuyq-617 92e0af3c9e update 2021-08-17 10:23:56 +08:00
XYWang 96dd315a26 [TD-6039]<fix>: fixed test case error 2021-08-13 18:06:25 +08:00
dapan1121 133adc9831
Merge pull request #7173 from taosdata/feature/td-5803
revive show vnodes with dnode ep
2021-08-09 13:29:18 +08:00
shenglian zhou 399a7d94b6 [TD-5806]<feature>:add role_time to show mnodes 2021-08-05 11:15:14 +08:00
shenglian zhou 84d15a7e97 fix bug on show vnodes with dnode ep 2021-08-05 10:27:14 +08:00
bryanchang0603 545f2127e1 [TD-4366] retry to commit 2021-06-15 18:09:47 +08:00
bryanchang0603 7247919b76 [TD-4711] trying to solve the problem of ntp not swtich on 2021-06-15 13:08:31 +08:00
bryanchang0603 08a9a1f765 [TD-4711] trying to solve the problem of ntp not swtich on 2021-06-15 13:05:30 +08:00
bryanchang0603 1a5aac6eeb [TD-4366 adding sleep to prevent time problem] 2021-06-15 10:04:44 +08:00
bryanchang0603 881a550623 [TD-4366 adding sleep to prevent time problem] 2021-06-15 09:24:15 +08:00
bryanchang0603 b01865f6c4 [TD-4366] adding more ntp. try to make sure ntp is turned on 2021-06-11 22:17:38 +08:00
bryanchang0603 9c1457a3aa [TD-4473] modifying two cases to auto test with minor modification 2021-06-08 11:16:28 +08:00
liuyq-617 5c7842c41b [TD-4059]update case version.py 2021-05-06 11:43:20 +08:00
Shuduo Sang 37fd1ad91c
Hotfix/sangshuduo/td 3968 taosdemo datalen 16k (#5930)
* [TD-3414]<test>: add insert function with json files of taodemo-testcase -repeat

* [TD-3879]add stmt mode for taodemo go

* [TD-3414]<test>: add insert function with json files of taodemo-testcase

* [TD-3918] <test>  add case to verify the bug of TD-3897

* [TD-3453]<test>:modify filepath  in scripts

* Update fulltest.sh

* [TD-3918] <test> fix the case

* Update queryFilterTswithDateUnit.py

* [TD-3850]<fix>: fix vnode write enqueue flowctrl UAF & no response

* Hotfix/sangshuduo/td 3401 query statistic (#5907)

* [TD-3401]<fix>: taosdemo query statistic.

refactor func name.

* [TD-3401]<fix>: taosdemo query statistic.

refactor func name 2.

* [TD-3401]<fix>: taosdemo support query statistic.

implementation.

* cleanup

* [TD-3401]<fix>: taosdemo query statistic.

change us to ms.

* [TD-3401]<fix>: taosdemo query statistic.

increase sql buffer for query.

* [TD-3401]<fix>: taosdemo query statistic

more accurate result.

* [TD-3401]<fix>: taosdemo query statistic.

modify last time logic.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>

* improve coverage of operations

* [TD-3944]<fix>: make default offline threshold to 10 days. (#5912)

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>

* [TD-3572]<enhance>: response out of dnodes if #dnodes <= maxDbReplica

* [TD-3937]<test>: add taosdemo performance test compare scripts

* update script

* Hotfix/sangshuduo/td 3317 for master (#5921)

* [TD-3317]<fix>: taosdemo interlace insertion.

patch for master.

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

adjust remainder rows logic.

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

fix global and stable interlace rows logic.

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

fix 'interlaceRows' is used uninitialized

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>

* [TD-3968]<fix>: taosdemo data length should be 16*1024

Co-authored-by: tomchon <haoran920c@163.com>
Co-authored-by: liuyq-617 <yqliu@taosdata.com>
Co-authored-by: wu champion <wuchampion@foxmail.com>
Co-authored-by: wu champion <cpwu@taosdata.com>
Co-authored-by: Minglei Jin <mljin@taosdata.com>
Co-authored-by: huili <52318143+plum-lihui@users.noreply.github.com>
Co-authored-by: Shengliang Guan <slguan@taosdata.com>
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
Co-authored-by: Ping Xiao <pxiao@taosdata.com>
2021-04-26 18:48:52 +08:00
liuyq-617 0bcaf065ff fix quorum case error 2021-01-13 11:03:35 +08:00
Ping Xiao c0b7e87222 [TD-2337] <test> add test case 2020-12-06 23:30:21 +08:00
Ping Xiao 5907b8e8b9 fix test case failure 2020-12-02 11:06:50 +08:00
Ping Xiao 29b0331779 add client test cases and update TAOS SQL md file 2020-09-24 15:49:29 +08:00
Ping Xiao efcd12c8d2 [TD-804]<test> add test case for metadata update 2020-09-17 18:07:52 +08:00
Ping Xiao cc7ed630fd Fix version.py and queries-ch.md 2020-08-19 17:25:19 +08:00
Ping Xiao 819ceda31f update client test case 2020-08-12 22:45:10 +08:00
Ping Xiao b5226a8d05 remove local command 2020-08-03 11:22:50 +08:00
Ping Xiao b34a726e28 fix CI failure 2020-08-03 10:49:08 +08:00
Ping Xiao c17fa7789c add client test cases 2020-08-01 17:01:48 +08:00
Shuduo Sang fb9146ad76 change alter dnode ep to id.
[TD-1031]
2020-07-30 15:37:44 +08:00
Shuduo Sang 57671ddf31 fix client/client.py 2020-07-08 17:02:25 +08:00
Shuduo Sang 7c66719128 add python test to cover "alter dnode"
[TD-868]
2020-07-07 14:42:27 +08:00
Shuduo Sang 6e4545f0b7 test more client functions. 2020-06-22 19:15:08 +08:00
Shuduo Sang 4d8fb3b91b add client/client.py to test client functions.
[TD-725]
2020-06-22 18:41:50 +08:00