Commit Graph

14594 Commits

Author SHA1 Message Date
Elias Soong 5545e058c0 Merge branch 'develop' into docs/Update-Latest-Feature 2021-04-29 15:11:37 +08:00
Elias Soong 645afbf93f
Merge pull request #5964 from taosdata/docs/Update-Latest-Feature
[TD-2639] <docs>: fix lib name typo.
2021-04-29 14:47:17 +08:00
Elias Soong 192aad33c9 [TD-2639] <docs>: fix lib name typo. 2021-04-29 14:46:35 +08:00
Shuduo Sang 2617bf2b1c
[TD-4001]<fix>: taosdemo restful segfault. (#5962)
* [TD-4001]<fix>: taosdemo restful segfault.

due to gethostbyname() is not thread-safe.

* fix uninitialized variable when invalid mode.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-29 14:24:11 +08:00
Elias Soong 18179cd746
Merge pull request #5963 from taosdata/docs/Update-Latest-Feature
[TD-2639] <docs>: fix url link format.
2021-04-29 14:15:13 +08:00
Elias Soong af33307861 [TD-2639] <docs>: fix url link format. 2021-04-29 14:14:39 +08:00
haojun Liao b77422727c
Merge pull request #5936 from taosdata/dependabot/maven/tests/comparisonTest/cassandra/cassandratest/commons-io-commons-io-2.7
Bump commons-io from 2.4 to 2.7 in /tests/comparisonTest/cassandra/cassandratest
2021-04-29 13:31:20 +08:00
haojun Liao 198645bee0
Merge pull request #5937 from taosdata/dependabot/maven/tests/comparisonTest/opentsdb/opentsdbtest/commons-io-commons-io-2.7
Bump commons-io from 2.4 to 2.7 in /tests/comparisonTest/opentsdb/opentsdbtest
2021-04-29 13:30:57 +08:00
haojun Liao 8f07f0887f
Merge pull request #5953 from taosdata/hotfix/TD-3984
[TD-3984]union issues
2021-04-29 13:27:03 +08:00
haojun Liao 9c01cec7e0
Merge pull request #5955 from taosdata/hotfix/TD-3996
[TD-3996]udc query issue
2021-04-29 13:20:16 +08:00
Shuduo Sang 761b11f141
Hotfix/sangshuduo/td 3985 for develop (#5961)
* [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.

* change max of int16 to int64 after type changed.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-29 12:26:55 +08:00
Shuduo Sang 879bacd8e1
Hotfix/sangshuduo/td 3985 taosdemo timestamp step overflow (#5960)
* [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.

* change max of int16 to int64 after type changed.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-29 11:42:44 +08:00
huili 0a6b76e3e7
Merge pull request #5938 from taosdata/test/TD-2039
[TD-2039] <test> verify the bug of TD-2039
2021-04-28 16:43:31 +08:00
haojun Liao dd2ed98f59
Merge pull request #5918 from taosdata/feature/query
Feature/query
2021-04-28 16:22:53 +08:00
Elias Soong e65ce3db12
Merge pull request #5956 from taosdata/docs/Update-Latest-Feature
[TD-2639] <docs>: update description about performance testing tools …
2021-04-28 15:23:34 +08:00
Elias Soong b8374dfcc3 [TD-2639] <docs>: update description about performance testing tools for inserting. 2021-04-28 15:23:07 +08:00
Haojun Liao b4a072f0e3 [td-225]merge master 2021-04-28 15:03:28 +08:00
Haojun Liao 15b8a77142 [td-225]fix the bug found by regression test. 2021-04-28 14:42:07 +08:00
dapan1121 b13e65bd93 fix bug 2021-04-28 14:27:15 +08:00
tomchon 188127bd7f Merge branch 'master' into test/chr 2021-04-28 13:52:13 +08:00
huili bd898af30d
Merge pull request #5947 from taosdata/fix/jenkins
[TD-3988]add mac test on Appveyor
2021-04-28 13:14:52 +08:00
haojun Liao 1857ccc01f
Merge pull request #5941 from taosdata/hotfix/td-3948
TD-3948: specify insertion columns after supertable tags
2021-04-28 12:50:53 +08:00
shenglian zhou 5f2f20cf1a [TD-3948]<enhance>: insert syntax - specify columns after supertable tags 2021-04-28 11:16:36 +08:00
Shuduo Sang 2a425e92b6
Hotfix/sangshuduo/td 3985 for develop (#5950)
* [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 11:02:15 +08:00
dapan1121 6e985b443c fix bug 2021-04-28 10:53:10 +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 aa87bc67f9
Merge pull request #5942 from taosdata/hotfix/TD-3882
[TD-3882]change compressMsgSize max size
2021-04-28 10:34:28 +08:00
Haojun Liao b3f8401737 [td-225]remove the unused code. 2021-04-28 10:28:44 +08:00
Haojun Liao 946fb46650 [td-225]fix the bug found by regression test. 2021-04-28 10:26:32 +08:00
Haojun Liao 329f065ef5 [td-225]fix the bug found by regression test. 2021-04-28 10:19:33 +08:00
Shuduo Sang b0b5ff5379
Hotfix/sangshuduo/td 3969 reenable batch create tbl num (#5949)
* [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-28 10:13:51 +08:00
liuyq-617 46fcd89aa3 update badges 2021-04-28 09:59:33 +08:00
liuyq-617 8a59bbfcf2 add drone badges 2021-04-28 09:48:34 +08:00
liuyq-617 aa2e6abbe7 modify case for crash_gen 2021-04-28 09:34:03 +08:00
Haojun Liao 1c9a3a9f7b [td-225]fix compiler error. 2021-04-27 22:52:30 +08:00
haojun Liao 489b24a18a
Merge branch 'develop' into feature/query 2021-04-27 22:39:05 +08:00
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