Commit Graph

14194 Commits

Author SHA1 Message Date
dapan1121 b13e65bd93 fix bug 2021-04-28 14:27:15 +08:00
Shuduo Sang b6e41d48e0
Hotfix/sangshuduo/td 3985 taosdemo timestamp step overflow (#5951)
* [TD-3985]<fix>: taosdemo timestamp step overflow.

* fix specified subscribe test.

* replace potential overflow of int32 to int64

* replace potential int32 overflow variables to int64.

* replace potential int32 overflow variables to int64.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-28 10:44:10 +08:00
haojun Liao 4df6967d0a
Merge pull request #5948 from taosdata/feature/TD-3991
[TD-3991]fix client log
2021-04-27 21:57:30 +08:00
Shuduo Sang 03d447c556
[TD-3985]<fix>: taosdemo timestamp step overflow. (#5946)
* [TD-3985]<fix>: taosdemo timestamp step overflow.

* fix specified subscribe test.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-27 19:37:58 +08:00
Huo Linhe b2e1361c0f
[TD-3983] <enhance>: update driver-go submodule to latest (#5945)
The update contains TD-3983 TD-3912 fixes.
2021-04-27 18:10:48 +08:00
dapan1121 dceb51d446 print rid instead of pointer 2021-04-27 17:49:48 +08:00
huili a3b40170c7
Merge pull request #5928 from taosdata/test/TD-3921
[TD-3921] <test> add case to resolv show streams return erro msg
2021-04-27 09:13:51 +08:00
huili 19c185c8cb
Merge branch 'master' into test/TD-3921 2021-04-27 09:13:38 +08:00
huili d176334757
Merge pull request #5929 from taosdata/test/TD-3920
[TD-3920] <test> add case to fix the bug of TD-3920
2021-04-27 09:12:15 +08:00
haojun Liao 64d6e1eb22
Merge pull request #5933 from taosdata/fix/query
[td-3951]<fix>: check the input value of big int which is overflowed.
2021-04-26 23:33:53 +08:00
Shuduo Sang 127dd1e868
[TD-3969]<fix>: taosdemo re-enable batch-create-tbl-num (#5932)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-26 22:23:29 +08:00
Haojun Liao 48b630a116 [td-225]fix compiler error. 2021-04-26 18:14:04 +08:00
Haojun Liao 6ac7b467e4 [td-225]update the log output 2021-04-26 17:52:22 +08:00
Haojun Liao 1779c952fd [td-3951]<fix>: check the input value of big int which is overflowed. 2021-04-26 17:45:54 +08:00
haojun Liao e7668acb07
Merge pull request #5901 from taosdata/hotfix/TD-3940
[TD-3940]CQ crash when vnode changes
2021-04-26 17:17:25 +08:00
Shuduo Sang 19fa9097a1
[TD-3968]<fix>: taosdemo data length should be 16*1024 (#5926)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-26 15:34:39 +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
Shuduo Sang f79408eedb
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>
2021-04-26 14:05:45 +08:00
huili ec7b4f22c9
Merge pull request #5911 from taosdata/fix/jenkins
improve coverage of operations
2021-04-26 10:54:28 +08:00
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
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