1. 10 4月, 2021 6 次提交
  2. 09 4月, 2021 20 次提交
  3. 08 4月, 2021 14 次提交
    • sangshuduo's avatar
      Feature/sangshuduo/td 3408 taosdemo async query (#5731) · 590b9015
      sangshuduo 提交于
      * 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>
      590b9015
    • P
      0e72f1cb
    • P
      Merge branch 'master' into xiaoping/add_test_case · c7c8ab00
      Ping Xiao 提交于
      c7c8ab00
    • D
      fix bug · ad860420
      dapan1121 提交于
      ad860420
    • H
      Merge pull request #5701 from taosdata/hotfix/TD-3675 · 766f1634
      haojun Liao 提交于
      [TD-3675]taosd crashes for percentile query
      766f1634
    • H
      Merge pull request #5717 from taosdata/hotfix/TD-3694 · 30809781
      haojun Liao 提交于
      [TD-3694]fix mem leak issue
      30809781
    • H
      Merge pull request #5718 from taosdata/hotfix/TD-3695 · 31f93ee0
      haojun Liao 提交于
      [TD-3695]taos crash issue
      31f93ee0
    • H
      Merge pull request #5726 from taosdata/hotfix/TD-3707 · 5ebbbb92
      haojun Liao 提交于
      [TD-3707]block projection with group by query
      5ebbbb92
    • D
      TD-3707 · f81b7720
      dapan1121 提交于
      f81b7720
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 3607 taosdemo buffer overflow (#5723) · af90320a
      sangshuduo 提交于
      * [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>
      af90320a
    • H
      Merge pull request #5699 from taosdata/test/TD-3295 · 09119327
      huili 提交于
      [TD-3295]<test> add case for TD-3295
      09119327
    • H
      Merge branch 'master' into test/TD-3295 · 0e246a7f
      huili 提交于
      0e246a7f
    • H
      Merge pull request #5697 from taosdata/test/TD-3652 · 2d9ae699
      huili 提交于
      [TD-3652]<test> add case for TD-3652 to resolve TD-3590
      2d9ae699
    • sangshuduo's avatar