Commit Graph

13658 Commits

Author SHA1 Message Date
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
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
liuyq-617 d343bb022f fix 2021-03-25 17:41:23 +08:00
haojun Liao f36211888b
Merge pull request #5563 from taosdata/origin/hotfix/TD-3409
TD-3409
2021-03-25 16:52:57 +08:00
haojun Liao aa721fff08
Merge pull request #5568 from taosdata/hotfix/TD-3465
[TD-3465]<hotfix>: fix TD-3465
2021-03-25 16:52:18 +08:00
haojun Liao 8ffcf8af58
Merge pull request #5567 from taosdata/hotfix/TD-3464
[TD-3464]fix asyncdemo crash issue
2021-03-25 16:39:55 +08:00
Elias Soong 8b20e0199c
Merge pull request #5573 from taosdata/docs/Update-Latest-Feature
[TD-2639] <docs>: add detail about firstEp.
2021-03-25 16:35:31 +08:00
Elias Soong 371d786310 [TD-2639] <docs>: add detail about firstEp. 2021-03-25 16:34:58 +08:00
Shengliang Guan b643554338
Merge pull request #5556 from taosdata/fix/TD-3349
[TD-3349]<fix>: maxSQLLength <- TSDB_MAX_ALLOWED_SQL_LEN; minTablesPe…
2021-03-25 16:32:04 +08:00
liuyq-617 c10285f1a0 [TD-3443]<test>fix taosd deadlock in CI 2021-03-25 16:16:50 +08:00
liuyq-617 093efa1117 fix taosd deadlock in CI 2021-03-25 16:13:21 +08:00
haojun Liao 8512726778
Merge pull request #5553 from taosdata/hotfix/TD-3448
[TD-3448]Fix cq get empty vgroup and crash issue
2021-03-25 15:52:27 +08:00
haojun Liao 911d680975
Merge pull request #5561 from taosdata/hotfix/TD-3462
[TD-3462]fix no acctId when connection fail issue
2021-03-25 15:52:09 +08:00
haojun Liao 36ed687b33
Merge pull request #5533 from taosdata/feature/TD-3295
[TD-3295]support multiple tables join
2021-03-25 15:51:39 +08:00
Hongze Cheng d24e31810d refact 2021-03-25 14:48:44 +08:00
Hongze Cheng bd0127a566 [TD-3465]<hotfix>: fix TD-3465 2021-03-25 14:45:17 +08:00
dapan1121 eafc5d39a5
Update asyncdemo.c 2021-03-25 14:34:50 +08:00
Ping Xiao 5a4ac21df7 fix crash issue 2021-03-25 14:31:10 +08:00
dapan1121 82ee4c341f no acctId when connection fail issue 2021-03-25 09:50:36 +08:00
yihaoDeng 0247805418 TD-3409 2021-03-25 04:09:12 +08:00
Shuduo Sang afd0869a7c
[TD-3321] <fix>: describe stb with better logic. (#5559)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-24 20:04:31 +08:00
Shuduo Sang 6e3322d35d
Feature/sangshuduo/td 3434 taosdemo support query times (#5541)
* [TD-3434] <feature>: taosdemo support query times

first commit.

* [TD-3434] <feature>: taosdemo support query times.

refine interlace test case.

* [TD-3434] <feature>: taosdemo support query times.

change cmdline parameters according to TD-3431.

* [TD-3434] <feature>: taosdemo support query times.

fix typo in fulltest.sh

* [TD-3434] <feature>: taosdemo support query times.

add 2 sec sleep to avoid segfault.

* [TD-3434] <feature>: taosdemo support query times.

make query test easier to pass.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-24 16:58:09 +08:00
Shengliang Guan 51d5b56089
Merge pull request #5535 from taosdata/feature/linux
TD-3246
2021-03-24 15:51:53 +08:00
Minglei Jin 7b82e646c0 [TD-3349]<fix>: maxSQLLength <- TSDB_MAX_ALLOWED_SQL_LEN; minTablesPerVnode, tableIncStepPerVnode <- 100 2021-03-24 14:46:38 +08:00
dapan1121 a0d1e81027 fix bug 2021-03-24 13:24:05 +08:00
dapan1121 4f01d746e2 cq get empty vgroup and crash issue 2021-03-24 11:40:55 +08:00
Shuduo Sang b7ec3a3c70
[TD-3357] <fix>: fix child table count if exists. (#5542)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-24 11:08:20 +08:00
haojun Liao 82a947a337
Merge pull request #5550 from taosdata/feature/qrefactor
Feature/qrefactor
2021-03-24 11:01:36 +08:00
Shuduo Sang 49b674c3d2
[TD-3433] <fix>: fix child table count issue. (#5552)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-24 10:37:30 +08:00
huili 96fec5513a
Merge pull request #5455 from wu-champion/feature/TD-1380
[TD-3274]<test>: add test case for  1970 years ago
2021-03-24 09:35:54 +08:00
huili 1ce4dce8d3
Merge pull request #5534 from taosdata/test/TD-3375
[test]<fix> add TD-3375 case
2021-03-24 09:34:39 +08:00
huili 1b3048dc96
Merge pull request #5540 from taosdata/test/jenkins
<test>abort last job
2021-03-24 09:33:41 +08:00
huili 86a61904d7
Merge pull request #5551 from taosdata/xiaoping/add_test_case
update docker cluster script
2021-03-24 09:33:05 +08:00
Shengliang Guan 519b93310c Merge remote-tracking branch 'origin/develop' into feature/linux 2021-03-23 10:18:46 +00:00
Ping Xiao e65475cc1d update docker cluster script 2021-03-23 18:14:29 +08:00
Haojun Liao 076d54a9ac [td-225]fix compiler error. 2021-03-23 17:17:12 +08:00
Haojun Liao 74148ee3de [td-3036]<feature>: support the db sync operator. 2021-03-23 16:44:20 +08:00
liuyq-617 a9eecfa5c1 fix 2021-03-23 15:59:41 +08:00
Elias Soong 61a6cdd8a5
Merge pull request #5548 from taosdata/docs/Update-Latest-Feature
[TD-2639] <docs>: fix minor typo.
2021-03-23 15:57:51 +08:00
Elias Soong ff5dcfddbe [TD-2639] <docs>: fix minor typo. 2021-03-23 15:57:26 +08:00