1. 24 9月, 2021 5 次提交
  2. 23 9月, 2021 10 次提交
  3. 22 9月, 2021 17 次提交
  4. 21 9月, 2021 8 次提交
    • S
      fix indent problems in test/test-all.sh (#8007) · 0012be17
      sen chai 提交于
      Co-authored-by: Nxunzhaoderen <953812503@qq.com>
      0012be17
    • wmmhello's avatar
      TD-6129<feature> add json type check · cd8c5c66
      wmmhello 提交于
      cd8c5c66
    • wmmhello's avatar
      TD-6129<feature> add json type check · e479d77f
      wmmhello 提交于
      e479d77f
    • wmmhello's avatar
      TD-6129<feature> add json type check · f8dfeb70
      wmmhello 提交于
      f8dfeb70
    • wmmhello's avatar
      TD-6129<feature> add json type check · 4856586f
      wmmhello 提交于
      4856586f
    • wmmhello's avatar
      TD-6129<feature> add json type check · 3de234a2
      wmmhello 提交于
      3de234a2
    • wmmhello's avatar
      TD-6129<feature> add python test file · 12a2c0b5
      wmmhello 提交于
      12a2c0b5
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 3197 fix taosdemo coverity scan (#8012) · 6755ae97
      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.
      
      * [TD-3197]<fix>: taosdemo coverity scan.
      
      append result buf to file. for develop branch.
      
      * exit if read sample file failed.
      
      * fix converity scan issue.
      
      * fix coverity scan issue.
      
      * fix coverity scan memory leak.
      
      * fix resource leak reported by coverity scan.
      
      * fix taosdemo coverity scan issue.
      
      * fix tcsetattr and getchar return value determination bug.
      
      * fix coverity scan issue.
      
      * fix two more coverity scan issues.
      
      * fix stmt batch coverity scan issue.
      
      * change to portable format.
      
      * delete tests/examples/c/'-g' file
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      6755ae97