Commit Graph

14775 Commits

Author SHA1 Message Date
yihaoDeng 9cd45522cc delete some code 2021-05-06 20:34:11 +08:00
Shengliang Guan a392f3104a
Merge pull request #6011 from taosdata/fix/TD-4056
[TD-4056]<fix>: fix possible char string buffer length overflow
2021-05-06 20:29:36 +08:00
Shuduo Sang f8500b04ed
Hotfix/sangshuduo/td 3976 taosdemo print insert perf per batch (#6013)
* [TD-3976]<fix>: taosdemo print each insert performance data.

* [TD-3976]<fix>: taosdemo print insert performance per thread.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-06 18:39:39 +08:00
liuyq-617 d8b9ed31da recovery new_metrics.sim 2021-05-06 17:46:09 +08:00
yihaoDeng 8dc64ed8e7 delete some code 2021-05-06 16:55:51 +08:00
liuyq-617 828628ab2e test 2021-05-06 16:49:11 +08:00
liuyq-617 0056a7f39e test 2021-05-06 16:44:47 +08:00
liuyq-617 302cb46953 test 2021-05-06 16:40:51 +08:00
liuyq-617 e2f8b44617 test 2021-05-06 16:36:09 +08:00
tomchon 23093b6f29 Merge branch 'master' into test/chr 2021-05-06 16:35:16 +08:00
liuyq-617 dd16e2d95c test 2021-05-06 16:33:39 +08:00
liuyq-617 fc57fad2db test 2021-05-06 16:08:26 +08:00
liuyq-617 2268535d28 test 2021-05-06 15:58:36 +08:00
Shuduo Sang cef351408a
[TD-4060]<fix>: taos shell startup message. (#6009)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-06 15:39:54 +08:00
liuyq-617 6bba155857 test 2021-05-06 15:23:25 +08:00
liuyq-617 5d5027f820 test 2021-05-06 15:16:16 +08:00
liuyq-617 642830a10e test 2021-05-06 15:10:35 +08:00
liuyq-617 ee6d50e059 test 2021-05-06 15:05:51 +08:00
liuyq-617 8258fc2533 smoke 2021-05-06 14:55:36 +08:00
liuyq-617 702cb85499 smoke test 2021-05-06 14:55:18 +08:00
Minglei Jin 17ddb4587d [TD-4056]<fix>: fix possible char string buffer length overflow 2021-05-06 14:36:40 +08:00
yihaoDeng 014ac91443 [TD-3747] 2021-05-06 13:30:23 +08:00
yihaoDeng f1098e1cc3 [TD-3747] 2021-05-06 13:20:53 +08:00
liuyq-617 fa902a35b3 [TD-4059]update case version.py 2021-05-06 11:44:39 +08:00
yihaoDeng c4c7402fe9 Merge branch 'master' of https://github.com/taosdata/TDengine 2021-05-06 10:57:21 +08:00
Shuduo Sang 1466505e4b
[TD-3197]<fix>: taosdemo and taosdump coverity scan issues. (#6004)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-05 17:32:46 +08:00
zyyang 4c6f4a140b change release version 2021-05-03 08:27:36 +08:00
liuyq-617 8e146460b0 update 2021-05-02 22:20:21 +08:00
liuyq-617 d0aa7146d2 update 2021-05-02 22:20:21 +08:00
liuyq-617 8ca809d376 update 2021-05-02 22:20:21 +08:00
liuyq-617 22f6ff2824 update 2021-05-02 22:20:21 +08:00
liuyq-617 142d89f3fc modify drone CI on arm32 platform 2021-05-02 22:20:21 +08:00
Shuduo Sang 29b0751a34
[TD-4035]<fix>: taosdemo more checking for prevent value out of scope. (#5992)
* [TD-4035]<fix>: taosdemo more checking for prevent value out of scope.

* [TD-4035]<fix>: taosdemo more checking for prevent value out of scope.

change min rows and max rows to unsigned int and 0 means default.

* [TD-4035]<fix>: taosdemo more checking for prevent value out of scope.

change offset=0 to get all childtable count

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-01 22:21:23 +08:00
Shuduo Sang 29e9ff8ba2
[TD-4054]<fix>: taosdump wrong column note length. (#5996)
* [TD-4054]<fix>: taosdump wrong column note length.

* [TD-4054]<fix>: taosdump wrong column note length.

reserve 2 bytes for NCHAR.
2021-05-01 19:50:53 +08:00
haojun Liao 714a4d5931
Merge pull request #5987 from taosdata/test/TD-4000
[TD-4000] <test> verify teature of TD-3948
2021-05-01 15:44:54 +08:00
haojun Liao 7598f27c4a
Merge pull request #5979 from taosdata/origin/TD-3614
Origin/td 3614
2021-05-01 15:44:11 +08:00
Shuduo Sang b12668ff7f
[TD-3639] <fix>: compare timestamp with datetime in python (#5990)
By this commit, It will close TD-3639.

It will not require test case to write *correct* datetime string to pass
a test case. One test could use seconds, milliseconds or microseconds to
check data.

That means the three tests are equivalent:

```python
.checkData(0, 0, "2020-01-01 00:00:00")
.checkData(0, 0, "2020-01-01 00:00:00.000")
.checkData(0, 0, "2020-01-01 00:00:00.000000")
```

Co-authored-by: Huo Linhe <linhehuo@gmail.com>
2021-04-30 22:45:59 +08:00
zyyang a7e41f2c86
Hotfix/td 3986 (#5982)
* change

* [TD-3986]<test>: modify the subscribe test cases
2021-04-30 18:05:29 +08:00
Shuduo Sang 5d493f11b3
Hotfix/sangshuduo/td 3851 taosdemo performance boost (#5968)
* [TD-3851]<fix>: taosdemo performance boost.

* change few default values.

* [TD-3851]<fix>: taosdemo performance boost.

change max sql len default value to 1024*1024

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-30 17:32:57 +08:00
Haojun Liao b0ab4573bb [td-3967]update the sim. 2021-04-30 17:14:57 +08:00
Haojun Liao d78ac9848c [td-3967]1) refactor. 2021-04-30 17:12:20 +08:00
Shuduo Sang 2f069d9068
Hotfix/sangshuduo/td 3968 taosdemo datalen 16k (#5971)
* [TD-3968]<fix>: taosdemo data length should be 16*1024

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

fix data buffer issue.

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

commend out unused func for debugging purpose in the future

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

comment off unused function

* [TD-3968]<fix>: taosdemo datalen more than 16k.

comment off unused array.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-30 16:42:29 +08:00
wu champion 4a6a4f9e71 [TD-4000] <test> verify teature of TD-3948 2021-04-30 16:23:43 +08:00
Yiqing Liu 460768f067
[TD-4032]Eliminate false alarms (#5978)
* [TD-4032]Eliminate false alarms

* update rules
2021-04-30 14:20:12 +08:00
yihaoDeng 52b739abe0 [TD-3747]enhance performance on win 2021-04-30 14:09:34 +08:00
yihaoDeng a2bdc746c1 Merge branch 't37' 2021-04-30 14:04:03 +08:00
yihaoDeng 364fb1df6d Merge branch 'master' of https://github.com/taosdata/TDengine into ma 2021-04-30 13:47:09 +08:00
yihaoDeng 687d3b4c33 [TD-3614] avoid tcp send failure 2021-04-30 13:45:40 +08:00
zyyang 5eac06b287
merge taos-jdbcdriver-2.0.28 all changes to master branch (#5974)
* merge taos-jdbcdriver-2.0.28 all changes to master branch

* change version in cmake/install.inc
2021-04-30 11:41:24 +08:00
Haojun Liao bdc887741e [td-3967] 2021-04-30 10:47:42 +08:00