Commit Graph

16101 Commits

Author SHA1 Message Date
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
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
Shuduo Sang 2aa0f15ea2
Feature/sangshuduo/td 3317 taosdemo interlace (#5922)
* [TD-3316] <fix>: add testcase for taosdemo limit and offset.

check offset 0.

* [TD-3316] <fix>: add testcase for taosdemo limit and offset.

fix sample file import bug.

* [TD-3316] <fix>: add test case for limit and offset. fix sample data issue.

* [TD-3327] <fix>: fix taosdemo segfault when import data from sample data file.

* [TD-3317] <feature>: make taosdemo support interlace mode.

json parameter rows_per_tbl support.

* [TD-3317] <feature>: support interlace mode.

refactor

* [TD-3317] <feature>: support interlace mode.

refactor

* [TD-3317] <feature>: support interlace mode insertion.

refactor.

* [TD-3317] <feature>: support interlace mode insertion.

change json file.

* [TD-3317] <feature>: support interlace mode insertion.

fix multithread create table regression.

* [TD-3317] <feature>: support interlace mode insertion.

working but not perfect.

* [TD-3317] <feature>: support interlace mode insertion.

rename lowaTest with taosdemoTestWithJson

* [TD-3317] <feature>: support interlace mode insertion.

perfect

* [TD-3317] <feature>: support interlace mode insertion.

cleanup.

* [TD-3317] <feature>: support interlace mode insertion.

adjust algorithm of loop times.

* [TD-3317] <feature>: support interlace mode insertion.

fix delay time bug.

* [TD-3317] <feature>: support interlace mode insertion.

fix progressive timestamp bug.

* [TD-3317] <feature>: support interlace mode insertion.

add an option for performance print.

* [TD-3317] <feature>: support interlace mode insertion.

change json test case with less table for acceleration.

* [TD-3317] <feature>: support interlace mode insertion.

change progressive mode timestamp step and testcase.

* [TD-3197] <fix>: fix taosdemo coverity scan issues.

* [TD-3197] <fix>: fix taosdemo coverity scan issue.

fix subscribeTest pids uninitialized.

* [TD-3317] <feature>: support interlace mode insertion.

add time shift for no sleep time.

* [TD-3317] <feature>: support interlace insert.

rework timestamp.

* [TD-3317] <feature>: support interlace mode insertion.

change rows_per_tbl to interlace_rows.

* [TD-3317] <feature>: taosdemo suppoert interlace mode.

remove trailing spaces.

* [TD-3317] <feature>: taosdemo support interlace insertion.

prompt if interlace > num_of_records_per_req

* fill insert-into early to buffer.

* fix buffer overflow issue.

* change rows_per_tbl to interlace_rows to align with taosdemo.

* 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 13:36:23 +08:00
Haojun Liao b671d723b0 [td-225]fix bug found by crash_gen 2021-04-26 11:03:19 +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
Haojun Liao a06a1fb370 [td-225]refactor 2021-04-26 10:39:26 +08:00
Ping Xiao 4415eb2114 update script 2021-04-26 09:33:56 +08:00
Haojun Liao 2101466d9a [td-225]fix compiler error. 2021-04-25 23:07:42 +08:00
Haojun Liao 8bf6a8b510 [td-225]fix compiler error. 2021-04-25 23:06:15 +08:00
Haojun Liao 9ee63a3e48 [td-225]fix compiler error. 2021-04-25 23:06:08 +08:00
Haojun Liao a701b8905f [td-225]fix compiler error. 2021-04-25 23:04:27 +08:00
Haojun Liao 3eeecea5d9 [td-225]fix compiler error. 2021-04-25 22:41:15 +08:00
Haojun Liao fef52d2482 [td-225]fix compiler error. 2021-04-25 22:33:41 +08:00
Haojun Liao de6080af00 [td-225]fix compiler error. 2021-04-25 22:26:38 +08:00
Haojun Liao 97ee48779c [td-225]fix compiler error. 2021-04-25 22:18:56 +08:00
Haojun Liao b87add1b58 [td-225]fix compiler error. 2021-04-25 22:01:03 +08:00
张金富 cb220d6572
修改importSampleData (#5915)
* Update main.go

根据goland规范修改代码

* Update import_config.go

* 增加go.mod
2021-04-25 21:59:24 +08:00
Haojun Liao c9c71a8520 [td-225]fix compiler error. 2021-04-25 21:58:47 +08:00
Haojun Liao 68a9a1fc96 [td-225]fix compiler error. 2021-04-25 21:56:25 +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
Shuduo Sang 708dfee8c7
[TD-3944]<fix>: make default offline threshold to 10 days. (#5913)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-25 19:26:23 +08:00
Haojun Liao aadd0d0697 [td-225]fix compiler error. 2021-04-25 19:07:43 +08:00
Haojun Liao cb6120a56c [td-225]fix compiler error. 2021-04-25 19:07:04 +08:00