1. 17 12月, 2021 1 次提交
  2. 08 10月, 2021 1 次提交
  3. 23 8月, 2021 1 次提交
  4. 20 8月, 2021 1 次提交
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 5844 cmdline parameters align for master (#7479) · 1b579843
      sangshuduo 提交于
      * [TD-5844]<feature>: make cmd line parameter similar.
      
      * fix test case align with taosdemo change.
      
      * fix windows stack overflow issue.
      
      * fix mac compile error.
      
      * fix taosdemo cmdline parameter in tests/pytest/tools/taosdemoAllTest/NanoTestCase/taosdemoTestSupportNanoInsert.py
      
      * make taos.exe use mysql style password input.
      
      * make taos shell and taosdump use mysql style password input.
      
      * determine scanf return value.
      
      * cherry pick from develop/feature branch.
      
      * cherry pick with ab6cde02
      
      * cherry pick with d6bfe443Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      1b579843
  5. 19 8月, 2021 1 次提交
    • sangshuduo's avatar
      Feature/sangshuduo/td 5844 cmdline parameters align (#7458) · e9c28a63
      sangshuduo 提交于
      * [TD-5844]<feature>: make cmd line parameter similar.
      
      * fix test case align with taosdemo change.
      
      * fix windows stack overflow issue.
      
      * fix mac compile error.
      
      * fix taosdemo cmdline parameter in tests/pytest/tools/taosdemoAllTest/NanoTestCase/taosdemoTestSupportNanoInsert.py
      
      * fix windows compiler options.
      
      * make taos.exe use mysql style password input.
      
      * make taos shell and taosdump use mysql style password input.
      
      * determine scanf return value.
      
      * make console echo off during password input.
      
      * use one macro to define password length.
      
      * fix --password. change taos shell '-z' for timezone
      e9c28a63
  6. 11 8月, 2021 2 次提交
  7. 09 4月, 2021 1 次提交
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 3636 for master (#5735) · 20a32bed
      sangshuduo 提交于
      * [TD-3652]<test> add case for TD-3652 to resolve TD-3590
      
      * Update fulltest.sh
      
      * [TD-3295]<test> add case for TD-3295
      
      * TD-3675
      
      * Hotfix/sangshuduo/td 3607 for master (#5712)
      
      * test
      
      * [TD-3677]<test>: test pr message 1
      
      * [TD-3671]<test>change target branch
      
      * [TD-3677]<test>: test pr message 2
      
      * [TD-3677]<test>: test pr message 3
      
      * Hotfix/sangshuduo/td 3197 fix taosdemo coverity scan (#5688)
      
      * [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.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      
      * remove useless file
      
      * fix changing target branch
      
      * fix
      
      * fix
      
      * [TD-3607]<fix>: fix taosdemo limit and offset.
      
      if offset+limit > count.
      
      * [TD-3607]<fix>: taosdemo limit and offset.
      
      if child tbl not exist, dont take limit and offset value.
      Co-authored-by: Nhuili <52318143+plum-lihui@users.noreply.github.com>
      Co-authored-by: Nliuyq-617 <yqliu@taosdata.com>
      Co-authored-by: Nplum-lihui <huili@taosdata.com>
      Co-authored-by: NElias Soong <elias.soong@gmail.com>
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      
      * fix mem leak issue
      
      * fix crash issue
      
      * [TD-3683]<fix>: reduce buffer size for more stable table creation. (#5720)
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      
      * Hotfix/sangshuduo/td 3607 taosdemo buffer overflow (#5723)
      
      * [TD-3607] <fix>: fix taosdemo buffer overflow.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      add tmp buffer.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      fix data generation.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      fix normal table writting.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      remove tail spaces.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      fix taosdemo alter table test case.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      fix taosdemo alter table case.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      adjust limit offset count warning.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      add more logic for child tables exist.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      create database if database be dropped only.
      
      * [TD-3607] <fix>: fix taosdemo buffer overflow.
      
      adjust limit and offset test cases.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      adjust sample data test case.
      
      * test
      
      * [TD-3677]<test>: test pr message 1
      
      * [TD-3671]<test>change target branch
      
      * [TD-3677]<test>: test pr message 2
      
      * [TD-3677]<test>: test pr message 3
      
      * Hotfix/sangshuduo/td 3197 fix taosdemo coverity scan (#5688)
      
      * [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.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      
      * remove useless file
      
      * fix changing target branch
      
      * fix
      
      * fix
      
      * [TD-3607]<fix>: taosdemo limit and offset.
      
      if limit+offset > count
      
      * Hotfix/sangshuduo/td 3607 taosdemo buffer overflow (#5706)
      
      * [TD-3607] <fix>: fix taosdemo buffer overflow.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      add tmp buffer.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      fix data generation.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      fix normal table writting.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      remove tail spaces.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      fix taosdemo alter table test case.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      fix taosdemo alter table case.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      adjust limit offset count warning.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      add more logic for child tables exist.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      create database if database be dropped only.
      
      * [TD-3607] <fix>: fix taosdemo buffer overflow.
      
      adjust limit and offset test cases.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      adjust sample data test case.
      
      * [TD-3607]<fix>: taosdemo limit and offset.
      
      if limit+offset > count
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      
      * [TD-3607]<fix>: taosdemo limit and offset.
      
      if child tbl not exist, dont take limit and offset value.
      
      * Hotfix/sangshuduo/td 3607 taosdemo buffer overflow (#5713)
      
      * [TD-3607] <fix>: fix taosdemo buffer overflow.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      add tmp buffer.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      fix data generation.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      fix normal table writting.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      remove tail spaces.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      fix taosdemo alter table test case.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      fix taosdemo alter table case.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      adjust limit offset count warning.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      add more logic for child tables exist.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      create database if database be dropped only.
      
      * [TD-3607] <fix>: fix taosdemo buffer overflow.
      
      adjust limit and offset test cases.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      adjust sample data test case.
      
      * [TD-3607]<fix>: taosdemo limit and offset.
      
      if limit+offset > count
      
      * [TD-3607]<fix>: taosdemo limit and offset.
      
      if child tbl not exist, dont take limit and offset value.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      
      * fix taosdemo limit invalid warning condition.
      
      * [TD-3683]<fix>: reduce buffer size for more stable table creation. (#5719)
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      Co-authored-by: Nhuili <52318143+plum-lihui@users.noreply.github.com>
      Co-authored-by: Nliuyq-617 <yqliu@taosdata.com>
      Co-authored-by: Nplum-lihui <huili@taosdata.com>
      Co-authored-by: NElias Soong <elias.soong@gmail.com>
      Co-authored-by: NShengliang Guan <slguan@taosdata.com>
      
      * TD-3707
      
      * Feature/sangshuduo/td 3408 taosdemo async query (#5731)
      
      * test
      
      * [TD-3677]<test>: test pr message 1
      
      * [TD-3671]<test>change target branch
      
      * [TD-3677]<test>: test pr message 2
      
      * [TD-3677]<test>: test pr message 3
      
      * Hotfix/sangshuduo/td 3197 fix taosdemo coverity scan (#5688)
      
      * [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.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      
      * remove useless file
      
      * fix changing target branch
      
      * fix
      
      * fix
      
      * Hotfix/sangshuduo/td 3607 taosdemo buffer overflow (#5706)
      
      * [TD-3607] <fix>: fix taosdemo buffer overflow.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      add tmp buffer.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      fix data generation.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      fix normal table writting.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      remove tail spaces.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      fix taosdemo alter table test case.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      fix taosdemo alter table case.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      adjust limit offset count warning.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      add more logic for child tables exist.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      create database if database be dropped only.
      
      * [TD-3607] <fix>: fix taosdemo buffer overflow.
      
      adjust limit and offset test cases.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      adjust sample data test case.
      
      * [TD-3607]<fix>: taosdemo limit and offset.
      
      if limit+offset > count
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      
      * Hotfix/sangshuduo/td 3607 taosdemo buffer overflow (#5713)
      
      * [TD-3607] <fix>: fix taosdemo buffer overflow.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      add tmp buffer.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      fix data generation.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      fix normal table writting.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      remove tail spaces.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      fix taosdemo alter table test case.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      fix taosdemo alter table case.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      adjust limit offset count warning.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      add more logic for child tables exist.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      create database if database be dropped only.
      
      * [TD-3607] <fix>: fix taosdemo buffer overflow.
      
      adjust limit and offset test cases.
      
      * [TD-3607] <fix>: taosdemo buffer overflow.
      
      adjust sample data test case.
      
      * [TD-3607]<fix>: taosdemo limit and offset.
      
      if limit+offset > count
      
      * [TD-3607]<fix>: taosdemo limit and offset.
      
      if child tbl not exist, dont take limit and offset value.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      
      * [TD-3683]<fix>: reduce buffer size for more stable table creation. (#5719)
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      
      * [TD-3408]<feature>: taosdemo support async query.
      
      * [TD-3408]<feature>: taosdemo support async query.
      
      refactor
      
      * [TD-3408]<feature>: taosdemo support async query.
      
      refactor 2
      
      * [TD-3408]<feature>: taosdemo support async query.
      
      refactor 3
      
      * [TD-3408]<feature>: taosdemo support async query.
      
      refactor 4
      
      * [TD-3408]<feature>: taosdemo support specified sql more than one line.
      Co-authored-by: Nhuili <52318143+plum-lihui@users.noreply.github.com>
      Co-authored-by: Nliuyq-617 <yqliu@taosdata.com>
      Co-authored-by: Nplum-lihui <huili@taosdata.com>
      Co-authored-by: NElias Soong <elias.soong@gmail.com>
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      Co-authored-by: NShengliang Guan <slguan@taosdata.com>
      
      * [TD-3636]<fix>: fix taosdemo outorder range algorithm.
      
      patch for master.
      Co-authored-by: Nwu champion <wuchampion@foxmail.com>
      Co-authored-by: Nwu champion <wu_champion@foxmail.com>
      Co-authored-by: Ndapan1121 <89396746@qq.com>
      Co-authored-by: Nwu champion <cpwu@taosdata.com>
      Co-authored-by: Nhuili <52318143+plum-lihui@users.noreply.github.com>
      Co-authored-by: Nliuyq-617 <yqliu@taosdata.com>
      Co-authored-by: Nplum-lihui <huili@taosdata.com>
      Co-authored-by: NElias Soong <elias.soong@gmail.com>
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      Co-authored-by: NShengliang Guan <slguan@taosdata.com>
      Co-authored-by: Nhaojun Liao <hjxilinx@users.noreply.github.com>
      20a32bed
  8. 07 4月, 2021 1 次提交
  9. 25 3月, 2021 2 次提交
  10. 16 3月, 2021 1 次提交
  11. 01 3月, 2021 1 次提交
  12. 24 2月, 2021 1 次提交
  13. 16 12月, 2020 1 次提交
  14. 10 12月, 2020 1 次提交
  15. 07 12月, 2020 1 次提交
  16. 02 12月, 2020 1 次提交
  17. 10 11月, 2020 1 次提交
  18. 14 10月, 2020 1 次提交
  19. 04 10月, 2020 1 次提交
  20. 31 8月, 2020 1 次提交
  21. 17 8月, 2020 1 次提交
  22. 28 5月, 2020 1 次提交
  23. 25 5月, 2020 2 次提交
  24. 18 5月, 2020 1 次提交
  25. 06 5月, 2020 1 次提交
    • S
      #1811 · aa296b8c
      slguan 提交于
      aa296b8c
  26. 19 4月, 2020 1 次提交
  27. 16 4月, 2020 1 次提交
  28. 14 2月, 2020 1 次提交
  29. 21 12月, 2019 1 次提交
  30. 16 12月, 2019 1 次提交
    • S
      #928 · 2b21a75a
      slguan 提交于
      2b21a75a
  31. 07 11月, 2019 1 次提交
  32. 09 9月, 2019 1 次提交
  33. 26 7月, 2019 1 次提交
  34. 11 7月, 2019 1 次提交