Xiaxin Li
|
64b8620bb3
|
Update README.md
Add User List
|
2021-03-23 15:28:33 +08:00 |
Elias Soong
|
0f6b54a418
|
Merge pull request #5545 from taosdata/docs/Update-Latest-Feature
[TD-2639] <docs>: update memory size estimation.
|
2021-03-23 15:23:35 +08:00 |
Elias Soong
|
03b282e92f
|
[TD-2639] <docs>: update memory size estimation.
|
2021-03-23 15:22:34 +08:00 |
Shuduo Sang
|
3b97bd716d
|
Feature/sangshuduo/td 3317 taosdemo interlace (#5537)
* [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-23 15:14:50 +08:00 |
Shuduo Sang
|
dfdeb7e0cc
|
[TD-3431] <fix>: fix taosdemo cmdline incorrect arguments. (#5536)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
|
2021-03-23 11:15:11 +08:00 |
Shengliang Guan
|
38a8cb7aee
|
Merge pull request #5520 from taosdata/hotfix/TD-3298
[TD-3298]<hotfix>: fix coverity scan error
|
2021-03-22 18:45:06 +08:00 |
Shuduo Sang
|
835886d11e
|
Hotfix/sangshuduo/td 3393 taosdemo timestamp rework (#5531)
* [TD-3393] <fix>: taosdemo timestamp rework.
change default timestamp step to 1ms.
* [TD-3393] <fix>: taosdemo timestamp rework.
adjust shift timestamp logic to table sequence turn to start.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
|
2021-03-22 18:44:06 +08:00 |
Elias Soong
|
2c19f443f5
|
Merge pull request #5532 from taosdata/docs/sangshuduo/TD-3430-cmake-minimal-version-is-2.8.12.x
[TD-3430] <docs>: cmake minimal version is 2.8.12.x.
|
2021-03-22 17:38:20 +08:00 |
Shuduo Sang
|
2177350079
|
[TD-3430] <docs>: cmake minimal version is 2.8.12.x.
|
2021-03-22 17:32:49 +08:00 |
huili
|
3e2464688e
|
Merge pull request #5523 from taosdata/test/testcase
[TD-3368]<test>output log of failed case
|
2021-03-22 16:22:51 +08:00 |
huili
|
2abe9bfda5
|
Merge pull request #5526 from taosdata/xiaoping/add_test_case
[TD-3413]<test>: make docker cluster support enterprise version
|
2021-03-22 16:21:49 +08:00 |
liuyq-617
|
d354ce2e55
|
fix
|
2021-03-22 16:18:25 +08:00 |
liuyq-617
|
fb7599b7f4
|
fix docker compose error
|
2021-03-22 16:11:49 +08:00 |
Elias Soong
|
12e0be6e18
|
Merge pull request #5528 from taosdata/zyyang-taosdata-patch-1
Update docs.md
|
2021-03-22 15:46:53 +08:00 |
Shuduo Sang
|
82ad11630d
|
Feature/sangshuduo/td 3416 taosdemo interlace testcase (#5524)
* [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-3416] <feature>: add taosdemo interlace testcase.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
|
2021-03-22 15:44:06 +08:00 |
Shengliang Guan
|
b49441af81
|
Merge pull request #5530 from taosdata/feature/linux
allow topic to be 0
|
2021-03-22 15:35:43 +08:00 |
zyyang
|
5a34865416
|
Update docs.md
TDengine-2.0.18.0 need using taos-jdbcdriver-2.0.22
|
2021-03-22 15:25:45 +08:00 |
Ping Xiao
|
81d62650e9
|
Fix script issue
|
2021-03-22 14:56:22 +08:00 |
Ping Xiao
|
720661366a
|
[TD-3413]<test>: make docker cluster support enterprise
|
2021-03-22 14:52:39 +08:00 |
Elias Soong
|
05009f1771
|
Merge pull request #5525 from taosdata/docs/Update-Latest-Feature
[TD-2639] <docs>: clarify the length limitation of tags.
|
2021-03-22 14:49:57 +08:00 |
Elias Soong
|
4e0b9ced16
|
[TD-2639] <docs>: clarify the length limitation of tags.
|
2021-03-22 14:49:20 +08:00 |
liuyq-617
|
0916d24506
|
fix hosts error
|
2021-03-22 14:46:58 +08:00 |
Shuduo Sang
|
de97080d85
|
Hotfix/sangshuduo/td 3197 fix taosdemo coverity scan (#5521)
* [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.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
|
2021-03-22 14:36:30 +08:00 |
liuyq-617
|
aa6b81892f
|
[TD-3368]<test>output log of failed case
|
2021-03-22 13:56:40 +08:00 |
Shengliang Guan
|
a28562cdcd
|
allow topic to be 0
|
2021-03-22 05:01:37 +00:00 |
huili
|
3b4a2ecce9
|
Merge pull request #5522 from taosdata/test/testcase
[TD-3406]<test>support more dnodes in docker clu
|
2021-03-22 11:45:53 +08:00 |
liuyq-617
|
a2a6655a6a
|
change
|
2021-03-22 11:44:41 +08:00 |
liuyq-617
|
8c8f3d0835
|
[TD-3406]<test>support more dnodes in docker clu
|
2021-03-22 11:35:46 +08:00 |
Shengliang Guan
|
e600ffa154
|
Merge pull request #5519 from taosdata/release/s118
Release/s118
|
2021-03-22 10:30:28 +08:00 |
Shengliang Guan
|
ff4646612e
|
Merge pull request #5512 from taosdata/feature/linux
run ci for odbc
|
2021-03-22 10:30:02 +08:00 |
Hongze Cheng
|
e11f0585ef
|
[TD-3298]<hotfix>: fix coverity scan error
|
2021-03-22 10:00:55 +08:00 |
Shuduo Sang
|
bf684ed118
|
cast to long in taodemo.c
|
2021-03-21 18:42:15 +00:00 |
plum-lihui
|
e6f2fbb82d
|
change version
|
2021-03-22 01:17:34 +08:00 |
Shengliang Guan
|
d546f74a84
|
Merge pull request #5516 from taosdata/hotfix/TD-3310
TD-3310
|
2021-03-21 12:51:26 +08:00 |
Shengliang Guan
|
4ee65dcd0e
|
Merge branch 'hotfix/TD-3310' into feature/linux
|
2021-03-20 20:59:56 +08:00 |
Shengliang Guan
|
24db5df0c5
|
TD-3310
|
2021-03-20 19:27:49 +08:00 |
Shengliang Guan
|
81c538ce13
|
TD-3302
|
2021-03-20 19:18:54 +08:00 |
Shengliang Guan
|
89b913c2bc
|
TD-3310
|
2021-03-20 19:16:12 +08:00 |
Shengliang Guan
|
69dfd40a3b
|
Merge remote-tracking branch 'origin/develop' into feature/linux
|
2021-03-20 18:50:42 +08:00 |
Shuduo Sang
|
30b2611257
|
Feature/sangshuduo/td 3317 taosdemo interlace (#5515)
* [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.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
|
2021-03-20 09:21:05 +08:00 |
haojun Liao
|
e555bb974c
|
Merge pull request #5510 from taosdata/hotfix/TD-3375
[TD-3375]wrong table id issue
|
2021-03-19 18:18:08 +08:00 |
Shengliang Guan
|
e3b4ceab88
|
Merge remote-tracking branch 'freemine/odbc2' into feature/linux
|
2021-03-19 10:15:06 +00:00 |
Shengliang Guan
|
c5ff2275e9
|
Merge pull request #5511 from taosdata/feature/linux
change queued msg from 10k to 100k
|
2021-03-19 18:00:37 +08:00 |
huili
|
78ca40f843
|
Merge pull request #5503 from taosdata/test/testcase
[TD-3367]<test>restore last_cache
|
2021-03-19 17:59:58 +08:00 |
Shuduo Sang
|
b294d3ebaa
|
Feature/sangshuduo/td 3317 taosdemo interlace (#5500)
* [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.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
|
2021-03-19 17:43:18 +08:00 |
haojun Liao
|
8805404cd5
|
Merge pull request #5504 from taosdata/hotfix/TD-3351
[TD-3351]fix fid error when ts < 0
|
2021-03-19 17:39:26 +08:00 |
liuyq-617
|
76643f0f5d
|
fix
|
2021-03-19 17:37:44 +08:00 |
freemine
|
ef67b46901
|
link taos_static for tcodbc
|
2021-03-19 16:59:25 +08:00 |
liuyq-617
|
41884e2803
|
fix rmtaos error
|
2021-03-19 16:58:37 +08:00 |
Shengliang Guan
|
6143a169f7
|
change queued msg from 10k to 100k
|
2021-03-19 08:22:59 +00:00 |