Commit Graph

14658 Commits

Author SHA1 Message Date
Haojun Liao 967f175b33 [td-225]merge develop 2021-04-27 22:25:57 +08:00
Haojun Liao 9286f77e07 [td-225]merge develop 2021-04-27 22:17:09 +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
Haojun Liao 1b0e7c70fc [td-225] refactor. 2021-04-27 20:06:33 +08:00
Haojun Liao 240e28ae66 [td-225]refactor. 2021-04-27 20:00:03 +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
liuyq-617 2677b8867d test for drone 2021-04-27 19:11:09 +08:00
liuyq-617 4d21403d3c modify for mac 2021-04-27 18:52:24 +08:00
Haojun Liao e40c1ffca5 [td-225]fix bug found by regression test. 2021-04-27 18:40:40 +08:00
liuyq-617 25f5281687 [TD-3987]add drone CI 2021-04-27 18:23:06 +08:00
liuyq-617 5caee8ad17 test for macos 2021-04-27 18:20:48 +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
liuyq-617 6a0d83e898 [TD-3988]add mac test on Appveyor 2021-04-27 17:44:59 +08:00
Elias Soong 2ff520d6f1
Merge pull request #5944 from taosdata/docs/Update-Latest-Feature
[TD-850] <docs>: fix typo.
2021-04-27 16:20:55 +08:00
Elias Soong 324f6308fd [TD-850] <docs>: fix typo. 2021-04-27 16:20:30 +08:00
Elias Soong 2f59109add
Merge pull request #5943 from taosdata/docs/Update-Latest-Feature
[TD-2639] <docs>: remove ambiguous description about select expression.
2021-04-27 15:45:39 +08:00
Elias Soong 23e8cd293d [TD-2639] <docs>: remove ambiguous description about select expression. 2021-04-27 15:45:14 +08:00
dapan1121 1cd857c669 disable rpc compress 2021-04-27 15:17:57 +08:00
dapan1121 3426128c2c enable compress by default 2021-04-27 14:45:01 +08:00
Huo Linhe aa88942c38
[TD-3639] <fix>: compare timestamp with datetime in python (#5940)
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")
```
2021-04-27 13:45:08 +08:00
Shuduo Sang 70ac290aa4
Hotfix/sangshuduo/td 3969 reenable batch create tbl num (#5935)
* [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 (#5926)

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

* [TD-3969]<fix>: taosdemo re-enable batch-create-tbl-num

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-27 12:24:07 +08:00
Haojun Liao b45f8b24f0 [td-225]fix bug found by regression test. 2021-04-27 10:52:19 +08:00
Elias Soong e8f7addc2c
Merge pull request #5939 from taosdata/docs/Update-Latest-Feature
[TD-850] <docs>: describe limitation about calculation between columns.
2021-04-27 10:05:22 +08:00
Elias Soong 55d531504d [TD-850] <docs>: describe limitation about calculation between columns. 2021-04-27 10:04:46 +08:00
wu champion ae1b233db3 [TD-2039] <test> verify the bug of TD-2039 2021-04-27 09:30:40 +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
dependabot[bot] 9874bb5f71
Bump commons-io in /tests/comparisonTest/opentsdb/opentsdbtest
Bumps commons-io from 2.4 to 2.7.

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26 19:27:50 +00:00
dependabot[bot] 0fd3d482c5
Bump commons-io in /tests/comparisonTest/cassandra/cassandratest
Bumps commons-io from 2.4 to 2.7.

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26 19:26:05 +00: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
Haojun Liao 472ed4e8eb [td-225] 2021-04-26 22:41:10 +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 3104479733 [td-225]1) fix bug found by regression test; 2) refactor code. 2021-04-26 21:50:16 +08:00
Haojun Liao 47222b650c [td-225]fix memory leak. 2021-04-26 18:52:23 +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
Elias Soong 490e7cef9f
Merge pull request #5934 from taosdata/docs/Update-Latest-Feature
Docs/update latest feature
2021-04-26 18:18:23 +08:00
Elias Soong 25349a4f67 [TD-3666] <docs>: update description about Binary column. 2021-04-26 18:17:34 +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
Elias Soong 8f0db3d79a [TD-850] <docs>: describe usage limitation about calculation expression. 2021-04-26 17:50:44 +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
Haojun Liao 644be4bca8 [td-225]fix compiler error. 2021-04-26 17:06:49 +08:00
Haojun Liao 35f074927f [td-225]fix the bug found by crash_gen 2021-04-26 17:01:36 +08:00
Elias Soong 8af0ada70c [TD-1316] <docs>: "apercentile" func can be applied on super table. 2021-04-26 16:43:50 +08:00
Elias Soong 99beeb356b [TM-210] <docs>: remove nanosecond related words. 2021-04-26 16:23:36 +08:00
Elias Soong 05ac0ee64d [TM-210] <docs>: comment out "having" related doc. 2021-04-26 16:09:59 +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