- 13 5月, 2021 3 次提交
-
-
由 sangshuduo 提交于
Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
* [TD-3914]<fix>: taosdemo check func param input more. for develop branch. * [TD-3914]<fix>: taosdemo check func param more. for develop branch. * [TD-3914]<fix>: taosdemo input argument validation. (#6097) Co-authored-by: NShuduo Sang <sdsang@taosdata.com> Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
* [TD-3992]<fix>: taosdemo subscribe. * [TD-3992]<fix>: taosdemo subscribe. refactor sync/async mode. * [TD-3992]<fix>: taosdemo subscribe stable. add missed code lines Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
- 11 5月, 2021 6 次提交
-
-
由 sangshuduo 提交于
for develop branch. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
* [TD-3902]<fix>: taosdemo subscribe. * [TD-3992]<fix>: taosdemo subscribe. refactor sync/async mode. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
* [TD-4073]<fix>: taosdemo rest query output to result file. * [TD-4073]<fix>: taosdemo rest query output to result file. fix insecure strcat(). * [TD-4073]<fix>: taosdemo rest query output to result file. fix append function bug. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
* [TD-4073]<fix>: taosdemo rest query output to result file. * [TD-4073]<fix>: taosdemo rest query output to result file. fix insecure strcat(). * [TD-4073]<fix>: taosdemo rest query output to result file. fix postSql command mistake * [TD-4073]<fix>: taosdemo rest query output to result file. fix append function bug. * [TD-4073]<fix>: taosdemo rest query output to result file. prevent potential null file passed. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
- 10 5月, 2021 1 次提交
-
-
由 sangshuduo 提交于
* [TD-3992]<fix>: taosdemo subscribe. * [TD-3992]<fix>: taosdemo subscribe. refactor sync/async mode. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
- 09 5月, 2021 2 次提交
-
-
由 sangshuduo 提交于
Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
- 08 5月, 2021 2 次提交
-
-
由 sangshuduo 提交于
Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
- 07 5月, 2021 4 次提交
-
-
由 sangshuduo 提交于
Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
* [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: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
* [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: NShuduo Sang <sdsang@taosdata.com>
-
- 06 5月, 2021 2 次提交
-
-
由 sangshuduo 提交于
* [TD-3976]<fix>: taosdemo print each insert performance data. * [TD-3976]<fix>: taosdemo print insert performance per thread. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
* [TD-3976]<fix>: taosdemo print each insert performance data. * [TD-3976]<fix>: taosdemo print insert performance per thread. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
- 05 5月, 2021 2 次提交
-
-
由 sangshuduo 提交于
* [TD-3197] <fix>: fix taosdemo coverity scan issues. * [TD-3197] <fix>: fix taosdemo coverity scan issue. fix subscribeTest pids uninitialized. * [TD-3197] <fix>: fix taosdemo coverity scan issues. * [TD-3197] <fix>: fix coverity scan issues. check super tbl info pointer. * [TD-3197] <fix>: fix coverity scan issues. move sub tbl query thread join into loop * [TD-3197] <fix>: fix coverity scan issues. remove unused variable * [TD-3197] <fix>: fix coverity scan issues. use more secure random library * [TD-3197] <fix>: fix coverity scan issues. use strncpy for more safe * [TD-3197] <fix>: fix taosdemo coverity scan issue. replace arc4random with rand(). * [TD-3197] <fix>: fix coverity scan issues. check stb info pointer for start time * [TD-3197] <fix>: fix coverity scan issues. fix strcpy vulnerability * [TD-3197] <fix>: fix taosdemo coverity scan issue. modify taosdemoTest2. try to check database continously. * [TD-3197] <fix>: taosdemo coverity scan issues. * [TD-3197] <fix>: fix memory leak when parsing arguments. * [TD-3197] <fix>: fix cmake strip arguments. * [TD-3197] <fix>: taosdemo coverity scan. fix cmake string manipulation. * [TD-3197]<fix>: taosdemo coverity scan issue. configDir buffer overwrite. * [TD-3197]<fix>: coverity scan issue. taosdump argument validation. * [TD-3197]<fix>: taosdemo and taosdump coverity scan issues. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
- 02 5月, 2021 1 次提交
-
-
由 sangshuduo 提交于
* [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: NShuduo Sang <sdsang@taosdata.com>
-
- 01 5月, 2021 1 次提交
-
-
由 sangshuduo 提交于
* [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: NShuduo Sang <sdsang@taosdata.com>
-
- 30 4月, 2021 5 次提交
-
-
由 sangshuduo 提交于
* [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: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
* [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: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
* [TD-4001]<fix>: taosdemo restful segfault. due to gethostbyname() is not thread-safe. * fix uninitialized variable when invalid mode. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
* [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: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
* change few default values. * [TD-3851]<fix>: taosdemo performance boost. change max sql len default value to 1024*1024 Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
- 29 4月, 2021 3 次提交
-
-
由 sangshuduo 提交于
* [TD-4001]<fix>: taosdemo restful segfault. due to gethostbyname() is not thread-safe. * fix uninitialized variable when invalid mode. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
* [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: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
* [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: NShuduo Sang <sdsang@taosdata.com>
-
- 28 4月, 2021 2 次提交
-
-
由 sangshuduo 提交于
* [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: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
* [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: NShuduo Sang <sdsang@taosdata.com>
-
- 27 4月, 2021 3 次提交
-
-
由 Haojun Liao 提交于
-
由 sangshuduo 提交于
* [TD-3985]<fix>: taosdemo timestamp step overflow. * fix specified subscribe test. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
* [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: NShuduo Sang <sdsang@taosdata.com> * improve coverage of operations * [TD-3944]<fix>: make default offline threshold to 10 days. (#5912) Co-authored-by: NShuduo 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: NShuduo Sang <sdsang@taosdata.com> * [TD-3968]<fix>: taosdemo data length should be 16*1024 (#5926) Co-authored-by: NShuduo Sang <sdsang@taosdata.com> * [TD-3969]<fix>: taosdemo re-enable batch-create-tbl-num Co-authored-by: tomchon <haoran920c@163.com> Co-authored-by: Nliuyq-617 <yqliu@taosdata.com> Co-authored-by: Nwu champion <wuchampion@foxmail.com> Co-authored-by: Nwu champion <cpwu@taosdata.com> Co-authored-by: NMinglei Jin <mljin@taosdata.com> Co-authored-by: Nhuili <52318143+plum-lihui@users.noreply.github.com> Co-authored-by: NShengliang Guan <slguan@taosdata.com> Co-authored-by: NShuduo Sang <sdsang@taosdata.com> Co-authored-by: NPing Xiao <pxiao@taosdata.com>
-
- 26 4月, 2021 3 次提交
-
-
由 sangshuduo 提交于
Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
* [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: NShuduo Sang <sdsang@taosdata.com> * improve coverage of operations * [TD-3944]<fix>: make default offline threshold to 10 days. (#5912) Co-authored-by: NShuduo 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: NShuduo Sang <sdsang@taosdata.com> * [TD-3968]<fix>: taosdemo data length should be 16*1024 Co-authored-by: tomchon <haoran920c@163.com> Co-authored-by: Nliuyq-617 <yqliu@taosdata.com> Co-authored-by: Nwu champion <wuchampion@foxmail.com> Co-authored-by: Nwu champion <cpwu@taosdata.com> Co-authored-by: NMinglei Jin <mljin@taosdata.com> Co-authored-by: Nhuili <52318143+plum-lihui@users.noreply.github.com> Co-authored-by: NShengliang Guan <slguan@taosdata.com> Co-authored-by: NShuduo Sang <sdsang@taosdata.com> Co-authored-by: NPing Xiao <pxiao@taosdata.com>
-
由 sangshuduo 提交于
Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-