Commit Graph

14775 Commits

Author SHA1 Message Date
huili 4136d66f80
Merge pull request #5919 from taosdata/xiaoping/add_test_case
[TD-3937]<test>: add taosdemo performance test compare scripts
2021-04-26 10:54:05 +08:00
Ping Xiao 4415eb2114 update script 2021-04-26 09:33:56 +08:00
Shengliang Guan 5a412df02a
Merge pull request #5909 from taosdata/enhance/TD-3572
[TD-3572]<enhance>: response out of dnodes if #dnodes <= maxDbR…
2021-04-25 19:57:16 +08:00
Ping Xiao 97c983bb5a [TD-3937]<test>: add taosdemo performance test compare scripts 2021-04-25 19:01:02 +08:00
Minglei Jin f52cf50c5c [TD-3572]<enhance>: response out of dnodes if #dnodes <= maxDbReplica 2021-04-25 18:18:06 +08:00
Shuduo Sang c8ea62a676
[TD-3944]<fix>: make default offline threshold to 10 days. (#5912)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-25 18:16:48 +08:00
liuyq-617 07cded1fad improve coverage of operations 2021-04-25 15:16:39 +08:00
liuyq-617 19ce68f40c Merge branch 'master' into fix/jenkins 2021-04-25 14:58:52 +08:00
Shuduo Sang 183e6ff05e
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>
2021-04-25 13:23:59 +08:00
Shengliang Guan 2e1a581575
Merge pull request #5906 from taosdata/fix/TD-3850
[TD-3850]<fix>: fix vnode write enqueue flowctrl UAF & no response
2021-04-25 12:45:00 +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
huili 47013ee415
Merge pull request #5878 from taosdata/test/chr
[TD-3414]<test>: add insert function with json files of taodemo-testcase
2021-04-25 11:38:18 +08:00
Minglei Jin 68b3629efa [TD-3850]<fix>: fix vnode write enqueue flowctrl UAF & no response 2021-04-25 11:05:31 +08:00
dapan1121 f2e6135967 fix bug 2021-04-23 19:04:01 +08:00
haojun Liao c257c7ecc5
Merge pull request #5897 from taosdata/hotfix/TD-3832
[TD-3832]fix CQ start time issue
2021-04-23 18:59:30 +08:00
tomchon 53eafcc1bb Merge branch 'master' into test/chr 2021-04-23 17:38:36 +08:00
Shuduo Sang 82d774b7bf
[TD-3914]<fix>: taosdemo input argument validation. (#5899)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-23 17:31:22 +08:00
Shuduo Sang 3af9b46a24
[TD-3915]<fix>: reduce taos client diagnose output. (#5898)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-23 17:13:17 +08:00
wu champion ffc88d5f20
Update queryFilterTswithDateUnit.py 2021-04-23 16:54:47 +08:00
wu champion d3f655f881 [TD-3918] <test> fix the bug 2021-04-23 16:50:52 +08:00
wu champion ec63c9fd64 [TD-3918] <test> fix the case 2021-04-23 16:49:06 +08:00
dapan1121 fcb36f038b fix bug 2021-04-23 11:40:57 +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
tomchon 46905c402a [TD-3453]<test>:modify filepath in scripts 2021-04-23 11:25:08 +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
huili c9c2d0e02c
Merge pull request #5891 from taosdata/test/go_taosdemo
[TD-3879]add stmt mode for taodemo go
2021-04-23 11:18:21 +08:00
huili 8f53fcbe57
Merge pull request #5893 from taosdata/xiaoping/add_test_case
enable apitest and add sleep time
2021-04-23 11:17:44 +08:00
Shuduo Sang beb7f55f29
[TD-3913]<fix>: mips compile support. (#5894)
* [TD-3913]<fix>: mips compile support.

* [TD-3912]<fix>: support mips64 compile.

add mips64 header file and modify tcrc32c.c for mips64.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-23 10:56:50 +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
haojun Liao fdd7358f32
Merge pull request #5877 from taosdata/hotfix/TD-3897
[TD-3897]timestamp not work with now filter
2021-04-23 10:19:04 +08:00
haojun Liao a41f5bda5c
Merge pull request #5886 from taosdata/hotfix/TD-3907
[TD-3907]filter timestamp
2021-04-23 10:18:19 +08:00
haojun Liao 2d4bc75334
Merge pull request #5845 from taosdata/hotfix/TD-3795
[TD-3795]cq crash issue
2021-04-23 10:15:36 +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
haojun Liao 090b7cd3d5
Merge pull request #5854 from taosdata/hotfix/TD-3836
[TD-3836]taosd crashes for top query
2021-04-23 10:14:27 +08:00
Shuduo Sang cde11227d9
[TD-3580]<fix>: taosdump support human readable time format. (#5888)
* [TD-3580]<fix>: taosdump support human readable time format.

support -S too.

* [TD-3580]<fix>: taosdump support human readable time format.

provide more info about time format

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-23 09:57:26 +08:00
Shengliang Guan 0a390c166c
Merge pull request #5885 from taosdata/fix/TD-3909
[TD-3909]<fix>: [http/race] fix singleCmd race issue
2021-04-22 19:32:00 +08:00
Ping Xiao 56dc7b73fc enable apitest and add sleep time 2021-04-22 18:55:14 +08:00
Minglei Jin 6b9cd6a31d [tscAsync/crash]: fix NULL pointer access 2021-04-22 18:38:07 +08:00
Shuduo Sang 56969c41e7
[TD-3906]<fix>: taosdemo back to 4 INT columns. (#5883)
* [TD-3906]<fix>: taosdemo back to 4 INT columns.

* [TD-3906]<fix>: taosdemo back to 4 columns.

test case need change correspondingly.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-22 18:35:14 +08:00
liuyq-617 f8cc5d8bd1 [TD-3879]add stmt mode for taodemo go 2021-04-22 18:13:09 +08:00
huili c3bc607b99
Merge pull request #5890 from taosdata/xiaoping/add_test_case
disable failed test
2021-04-22 17:47:49 +08:00
Ping Xiao eb318dcd32 disable failed test 2021-04-22 17:45:44 +08:00
dapan1121 d4c024d779 fix bug 2021-04-22 16:47:46 +08:00
Minglei Jin d47b358b61 [TD-3909]<fix>: [http/race] fix singleCmd race issue 2021-04-22 15:43:59 +08:00
dapan1121 2ab82ca408 filter timestamp 2021-04-22 15:01:02 +08:00