- 20 11月, 2021 1 次提交
-
-
由 jiajingbin 提交于
-
- 16 11月, 2021 3 次提交
-
-
由 xiaolei li 提交于
-
由 Ganlin Zhao 提交于
-
由 Ganlin Zhao 提交于
-
- 15 11月, 2021 1 次提交
-
-
由 WellJay 提交于
-
- 12 11月, 2021 1 次提交
-
-
由 Jay Wen 提交于
-
- 10 11月, 2021 2 次提交
-
-
由 sangshuduo 提交于
* [TD-10904]<fix>: support Arch Linux compile * split big query test case to smaller
-
由 Ping Xiao 提交于
-
- 09 11月, 2021 1 次提交
-
-
由 sangshuduo 提交于
-
- 08 11月, 2021 1 次提交
-
-
由 Ping Xiao 提交于
-
- 05 11月, 2021 2 次提交
-
-
由 Zhiyu Yang 提交于
-
由 chien-b1812825 提交于
-
- 04 11月, 2021 2 次提交
-
-
由 Ganlin Zhao 提交于
-
由 Ganlin Zhao 提交于
-
- 03 11月, 2021 4 次提交
-
-
由 zhanglianlei 提交于
-
由 shenglian zhou 提交于
-
由 Jinzhi Chen 提交于
-
由 zhanglianlei 提交于
-
- 02 11月, 2021 1 次提交
-
-
由 gracenn1998 提交于
-
- 01 11月, 2021 3 次提交
-
-
由 jiajingbin 提交于
update schemalessInsert.py openTsdbTelnetLinesInsert.py openTsdbJsonInsert.py query/schemalessQueryCrash.py
-
由 jiajingbin 提交于
update schemalessInsert.py openTsdbTelnetLinesInsert.py openTsdbJsonInsert.py query/schemalessQueryCrash.py
-
由 Ganlin Zhao 提交于
-
- 31 10月, 2021 3 次提交
-
-
由 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 * fix example compile error. * fix coverity scan issue * fix taosdemo coverity scan issue. * fix taosdemo test case for restful query * make initOfQueryMeta() back to solve restful issue. * fix test case keep 36 days. * fix taosdemo tblalt case with current option Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
* [TD-3197]<fix>: taosdemo and taosdump coverity scan issues. * 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. * fix coverity scan issue * [TD-10578]<fix>: taosdemo rest interface slow. * fix missed 200 * fix taosdemo coverity scan issue. * fix taosdemo coverity scan issue. * fix taosdemo testcase for restful result. * make master taosdemo rest logic same as develop * modify taosdemo param to reflect current tbname prefix. * remove chmod to make script keep same mod. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 Cary Xu 提交于
-
- 30 10月, 2021 5 次提交
-
-
由 Navneet Kumar 提交于
1: Initialized the Sstr ntoken.type 2: Removed semicolon from query. 3: Removed Code Comment about jira.
-
由 jiajingbin 提交于
-
由 Cary Xu 提交于
-
由 haoranc 提交于
[TD-10551]<test>: add taosdemo testcase that it provides define timestamp column with stmt in sample.csv
-
由 haoranc 提交于
[TD-10551]<test>: add taosdemo testcase that it provides define timestamp column with stmt in sample.csv
-
- 29 10月, 2021 3 次提交
-
-
由 jiajingbin 提交于
-
由 haoranc 提交于
-
由 lichuang 提交于
-
- 28 10月, 2021 5 次提交
-
-
由 jiajingbin 提交于
-
由 Ganlin Zhao 提交于
-
由 haoranc 提交于
-
由 haoranc 提交于
-
由 Anatoliy Serputov 提交于
-
- 27 10月, 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. * [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 * fix example compile error. * fix coverity scan issue * fix taosdemo coverity scan issue. * fix taosdemo test case for restful query * make initOfQueryMeta() back to solve restful issue. * fix test case keep 36 days. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 Ganlin Zhao 提交于
-