1. 09 5月, 2021 2 次提交
  2. 07 5月, 2021 2 次提交
  3. 06 5月, 2021 1 次提交
  4. 05 5月, 2021 1 次提交
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 3197 fix taosdemo coverity scan (#6003) · 250b27d1
      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>
      250b27d1
  5. 02 5月, 2021 1 次提交
  6. 30 4月, 2021 3 次提交
  7. 29 4月, 2021 1 次提交
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 3985 for develop (#5961) · 761b11f1
      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>
      761b11f1
  8. 28 4月, 2021 1 次提交
  9. 27 4月, 2021 3 次提交
  10. 26 4月, 2021 5 次提交
    • sangshuduo's avatar
      127dd1e8
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 3968 taosdemo datalen 16k (#5930) · 37fd1ad9
      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: haoranc's avatartomchon <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>
      37fd1ad9
    • sangshuduo's avatar
      19fa9097
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 3317 for master (#5921) · f79408ee
      sangshuduo 提交于
      * [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>
      f79408ee
    • sangshuduo's avatar
      Feature/sangshuduo/td 3317 taosdemo interlace (#5922) · 2aa0f15e
      sangshuduo 提交于
      * [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: NShuduo Sang <sdsang@taosdata.com>
      2aa0f15e
  11. 25 4月, 2021 2 次提交
    • H
      [td-225]update the taosdemo · ae325bdd
      Haojun Liao 提交于
      ae325bdd
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 3401 query statistic (#5907) · 183e6ff0
      sangshuduo 提交于
      * [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>
      183e6ff0
  12. 23 4月, 2021 1 次提交
  13. 22 4月, 2021 1 次提交
  14. 20 4月, 2021 4 次提交
  15. 15 4月, 2021 2 次提交
  16. 13 4月, 2021 2 次提交
  17. 12 4月, 2021 4 次提交
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 3683 for master (#5786) · c344a2b4
      sangshuduo 提交于
      * [TD-3752]<fix>: taosdemo columns+tags+ts must less then 1024. (#5782)
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      
      * [TD-3683]<fix>: taosdemo create lots of tables.
      
      clean up.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      c344a2b4
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 3683 taosdemo lots tables (#5783) · 4876811b
      sangshuduo 提交于
      * [TD-3683]<fix>: reduce buffer size for more stable table creation.
      
      * [TD-3683]<fix>: taosdemo create lots of tables.
      
      clean up.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      4876811b
    • sangshuduo's avatar
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 3197 fix taosdemo coverity scan (#5776) · 16e145b7
      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.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      16e145b7
  18. 11 4月, 2021 4 次提交
    • sangshuduo's avatar
      [TD-3317]<fix>: taosdemo interlace insertion. (#5774) · 71539043
      sangshuduo 提交于
      patch for master.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      71539043
    • sangshuduo's avatar
      Feature/sangshuduo/td 3317 taosdemo interlace (#5773) · 76db6804
      sangshuduo 提交于
      * [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.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      76db6804
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 3733 taosdemo buffer processing (#5769) · 5e43fc0d
      sangshuduo 提交于
      * [TD-3733]<fix>: taosdemo buffer processing refactor.
      
      * [TD-3733]<fix>: taosdemo generate SQL head buffer process.
      
      * [TD-3733]<fix>: taosdemo generate sql head buffer processing.
      
      fix compile issue for windows.
      
      * [TD-3733]<fix>: taosdemo generate sql head buffer processing.
      
      fix max_sql_len. generate data buffer refactor.
      
      * resolve conflict with master.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      5e43fc0d
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 3733 for develop (#5768) · fd5cebdf
      sangshuduo 提交于
      * [TD-3733]<fix>: taosdemo buffer processing refactor.
      
      * [TD-3733]<fix>: taosdemo generate SQL head buffer process.
      
      * [TD-3733]<fix>: taosdemo generate sql head buffer processing.
      
      fix compile issue for windows.
      
      * [TD-3733]<fix>: taosdemo generate sql head buffer processing.
      
      fix max_sql_len. generate data buffer refactor.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      fd5cebdf