wu champion
a782a3c569
add perfbenchmark/bug3589.py to fulltest.sh
2021-03-30 16:22:43 +08:00
wu champion
d8b1d36e6c
add TD-3589 test case
2021-03-30 16:21:26 +08:00
Shuduo Sang
77e3675640
[TD-3598] <fix>: cleanup few code lines. ( #5622 )
...
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-30 12:51:02 +08:00
Shengliang Guan
773802c91b
Merge pull request #5616 from taosdata/fix/TD-3592
...
[TD-3592]<fix>: fix dnode ID syntax in drop dnode <dnode_id>
2021-03-30 12:38:08 +08:00
Shengliang Guan
0e5b5a3142
Merge pull request #5606 from taosdata/hotfix/TD-3574
...
Hotfix/td 3574
2021-03-30 12:37:08 +08:00
Elias Soong
e1612e7fea
Merge pull request #5621 from taosdata/docs/Update-Latest-Feature
...
[TD-2639] <docs>: add descriptions about database options that can be…
2021-03-30 10:38:24 +08:00
Elias Soong
98488bb931
[TD-2639] <docs>: add descriptions about database options that can be altered.
2021-03-30 10:37:44 +08:00
Shuduo Sang
c13f335fcf
[TD-3591] <fix>: rework limit and offset logic. ( #5618 )
...
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-30 00:35:34 +08:00
Shuduo Sang
78e67ebe7c
[TD-3589] <fix>: taosdemo need to use db before query. ( #5612 )
...
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-30 00:35:01 +08:00
huili
ea1508bfee
Merge pull request #5569 from taosdata/test/TD-3433
...
[TD-3433]<fix>add case for TD-3433
2021-03-29 19:06:03 +08:00
Shengliang Guan
45d60b50e8
Merge pull request #5611 from taosdata/fix/TD-3581
...
[TD-3581]<fix>: fix uniq/dnode/remove2.sim step3
2021-03-29 18:03:14 +08:00
Shengliang Guan
0610e32a73
Merge branch 'develop' into hotfix/TD-3574
2021-03-29 10:01:01 +00:00
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
Minglei Jin
1ef3c55242
[TD-3592]<fix>: fix dnode ID syntax in drop dnode <dnode_id>
2021-03-29 17:03:40 +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
Minglei Jin
8a54938d50
[TD-3581]<fix>: fix uniq/dnode/remove2.sim step3
2021-03-29 15:23:14 +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
Shengliang Guan
4b69ffbfdb
[TD-3574]<fix>: Drop database operation is not completed when restarting, may cause taosd crash
2021-03-29 03:02:38 +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
wu champion
515397d447
Merge branch 'test/TD-3433' of https://github.com/taosdata/TDengine into test/TD-3433
2021-03-26 10:52:32 +08:00