Commit Graph

13703 Commits

Author SHA1 Message Date
Shengliang Guan 5ba4898aaa
Merge pull request #5608 from taosdata/feature/linux
[TD-3449]<fix>: fix drop if not exists error
2021-03-29 17:56:40 +08:00
Shuduo Sang fa6c851cea
[TD-3577] <fix>: taosdemo print stb insert interval. (#5610)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-29 17:31:27 +08:00
Shuduo Sang 5e7a7d31cf
[TD-3576] <fix>: taosdemo print query times. (#5609)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-29 16:09:42 +08:00
zyyang d2ec29715a
[TD-3410]<feature>: support nutz framework (#5600)
* [TD-3410]feature: adapted to nutz

* change

* change

* change

* change

* [TD-3447]<feature>: JDBC-RESTful and JDBC-JNI support setObject

* change

* change

* change

* change

* change

* change

* change

* change

* change

* change

* change

* change

* [TD-3548]<feature>: support ParameterMetaData in JDBC-RESTful and JDBC-JNI

* change

* change

* [TD-3446]<feature>: JDBC-JNI and JDBC-RESTful do not need invoke Class.forName any more

* change jdbc version

* change

* change

* change
2021-03-29 14:42:49 +08:00
huili c4021cc940
Merge pull request #5603 from taosdata/xiaoping/add_test_case
[TD-3474]<test>: add test case
2021-03-29 14:34:16 +08:00
Shuduo Sang 92179b8108
Hotfix/sangshuduo/td 3575 support stb query times (#5605)
* [TD-3575] <fix>: support query times in specified and super query.

refactor code.

* [TD-3575] <fix>: support query times in specified and super query.

refactor code 2.

* [TD-3575] <fix>: support query times in specified and super query.

refactor code 3.

* [TD-3575] <fix>: support query times in specified and super query.

add query times parse in sub sections.

* [TD-3575] <fix>: support query times in specified and super query.

replace query times with specified query or super query.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-29 13:55:40 +08:00
Shengliang Guan f73f8a56c0
Merge pull request #5584 from taosdata/fix/TD-3185
[TD-3185]<fix>: default numOfCommitThreads to 4, show in cfg template
2021-03-29 11:16:28 +08:00
Shengliang Guan 5be1a1d736 [TD-3449]<fix>: fix drop if not exists error 2021-03-29 03:14:51 +00:00
Ping Xiao 4508bb998f [TD-3474]<test>: add test case 2021-03-29 10:15:41 +08:00
huili 9bccfe95c3
Merge pull request #5599 from taosdata/test/jenkins
[TD-3570]<test>add taosd valgrind test
2021-03-29 10:04:16 +08:00
huili 7abd3da2bc
Merge pull request #5575 from taosdata/xiaoping/add_test_case
[TD-1139]<test>: add c examples into CI
2021-03-29 10:03:47 +08:00
huili e0d6fe731b
Merge pull request #5588 from taosdata/hotfix/TD-3534
[TD-3534]<hotfix>: fix TD-3534
2021-03-29 10:00:00 +08:00
Shuduo Sang 41741a599f
Hotfix/sangshuduo/td 3197 fix taosdemo coverity scan (#5602)
* [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.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-28 20:23:11 +08:00
Shuduo Sang f69557fb6c
[TD-3544] <fix>: move query times detect to query meta file parse. (#5597)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-27 19:57:12 +08:00
Shuduo Sang 868ee10750
[TD-3546] <fix>: fix taosdemo quer crash as index variable mistake. (#5598)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-27 19:56:45 +08:00
root b03c0c2060 fix 2021-03-27 15:39:03 +08:00
root 1f4bba6533 fix 2021-03-27 15:34:40 +08:00
root 81e6b7301e fix 2021-03-27 15:32:10 +08:00
root c01e23925d [TD-3570]<test>add taosd valgrind test 2021-03-27 15:23:23 +08:00
Shuduo Sang 2c4bcbe306
Feature/sangshuduo/td 3317 taosdemo interlace (#5596)
* [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

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-27 13:30:14 +08:00
Elias Soong cb4ca3a563
Merge pull request #5595 from taosdata/docs/Update-Latest-Feature
[TD-2639] <docs>: add a little space for better display format.
2021-03-26 22:08:23 +08:00
Elias Soong 428258d114 [TD-2639] <docs>: add a little space for better display format. 2021-03-26 22:07:52 +08:00
Elias Soong 07ca3d07a0
Merge pull request #5594 from taosdata/docs/Update-Latest-Feature
[TD-2639] <docs>: fix bold text in table title.
2021-03-26 21:52:06 +08:00
Elias Soong c0c282d40c [TD-2639] <docs>: fix bold text in table title. 2021-03-26 21:51:13 +08:00
Shuduo Sang 4acaa5dfc0
Feature/sangshuduo/td 3317 taosdemo interlace (#5593)
* [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.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-26 20:46:54 +08:00
Shuduo Sang c89ada70fd
[TD-3524] <fix>: taosdemo query multithreading workaround. (#5587)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-26 19:29:17 +08:00
haojun Liao ccbb062cec
Merge pull request #5571 from taosdata/feature/TD-3036
[TD-3036]<feature>: syncdb <db_name> replica;
2021-03-26 18:58:48 +08:00
Elias Soong 6853c48474
Merge pull request #5589 from taosdata/zyyang-taosdata-patch-2
Update docs.md
2021-03-26 18:54:00 +08:00
zyyang 6ff7ca4e18
Update docs.md
change jdbcType and SQLType
2021-03-26 17:04:04 +08:00
Hongze Cheng 5bfda528e8 [TD-3534]<hotfix>: fix TD-3534 2021-03-26 17:00:57 +08:00
haojun Liao 119fcee909
Merge pull request #5570 from taosdata/feature/qrefactor
[td-225] update log.
2021-03-26 16:23:47 +08:00
Minglei Jin 6e5a3fe4ad [TD-3185]<fix>: default numOfCommitThreads to 4, show in cfg template 2021-03-26 15:06:06 +08:00
Shuduo Sang 211d323a4a
Feature/sangshuduo/td 3402 taosdemo version (#5582)
* [TD-3402] <feature>: taosdemo version.

feature completed.

* [TD-3402] <feature>: taosdemo support version.

fix path issue for TDinternal.

* [TD-3402] <feature>: taosdemo support version.

fix VERNUMBER for TDinternal.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-26 13:33:27 +08:00
Shengliang Guan c6203a1821
Merge pull request #5562 from taosdata/release/s117_2
Release/s117 2
2021-03-26 13:14:09 +08:00
Elias Soong 89fa74aadc
Merge pull request #5581 from taosdata/docs/Update-Latest-Feature
<docs>: update DataX document link.
2021-03-26 10:37:58 +08:00
Elias Soong e15db08fe9 <docs>: update DataX document link. 2021-03-26 10:37:15 +08:00
huili f089bf0440
Merge pull request #5579 from taosdata/test/jenkins
fix jenkins error
2021-03-26 10:17:47 +08:00
liuyq-617 a504403cbc fix 2021-03-26 09:57:26 +08:00
liuyq-617 1cf439125c balance 2021-03-26 09:53:17 +08:00
liuyq-617 a89140cf0c fix 2021-03-26 09:48:27 +08:00
Shuduo Sang e9e5acd696
Hotfix/sangshuduo/td 3400 max query sql count 100 (#5564)
* [TD-3400] <fix>: increase MAX_QUERY_SQL_COUNT to 100.

* [TD-3400] <fix>: increase MAX_QUERY_SQL_COUNT to 100.

use query times too instead of infinite loop.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-26 09:44:40 +08:00
liuyq-617 82f21e7f10 fix 2021-03-26 09:44:24 +08:00
liuyq-617 68215323f5 fix jenkins error 2021-03-26 09:19:26 +08:00
Shuduo Sang 162e84dcf0
Hotfix/sangshuduo/td 3321 better stb describe2 (#5578)
* [TD-3321] <fix>: describe stb with better logic.

* [TD-3321] <fix>: describe stb with better logic.

* [TD-3321] <fix>: describe stb with better logic.

describe stb to check if exists.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-26 07:43:05 +08:00
Ping Xiao fd0a3a9603 change 2021-03-26 01:17:47 +08:00
Ping Xiao 1f08d25d63 Merge branch 'develop' into xiaoping/add_test_case 2021-03-26 01:11:36 +08:00
Shuduo Sang e9b3f5d35b
[TD-3478] <fix>: increase thread num of table creation same as insert… (#5577)
* [TD-3478] <fix>: increase thread num of table creation same as insertion.

* [TD-3478] <fix>: increase thread num of table creation same as insertion.

fix potential refer to derefed buffer.

* [TD-3478] <fix>: increase thread num of table creation same as insertion.

change rowsPerTbl to interlaceRows

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-25 21:35:13 +08:00
Shuduo Sang 1b998f06a4
[TD-3472] <fix>: fix query times determination miss. (#5576)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-25 21:00:52 +08:00
huili a4b3e5a78a
Merge pull request #5572 from taosdata/test/jenkins
[TD-3443]<test>fix taosd deadlock in CI
2021-03-25 19:34:00 +08:00
Shuduo Sang 5e77d162aa
[TD-3402] <feature>: taosdemo version. (#5574)
feature completed.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-25 19:02:50 +08:00