Commit Graph

15107 Commits

Author SHA1 Message Date
Haojun Liao a69cede0ab [td-255] update sim test. 2021-06-02 19:59:54 +08:00
Haojun Liao d09d9a2e56 [td-4520]<enhance>: support the tbname column alias name. 2021-06-02 19:43:10 +08:00
Haojun Liao 0d7a58f0ca [td-255] add test cases, fix compiler error. 2021-06-02 17:52:16 +08:00
Haojun Liao 41befca45d [td-255]fix bug in session window. 2021-06-02 16:12:26 +08:00
Haojun Liao cdf2d3f437 [td-4111]<fix>: fix bug for irate function. 2021-06-02 15:20:44 +08:00
Haojun Liao e0b4bb2442 [td-255]fix memory leak in test cases. 2021-06-01 22:30:12 +08:00
Haojun Liao 37c1e1393d [td-255] fix bug found by regression test. 2021-06-01 17:49:48 +08:00
Haojun Liao 3fb5b54f3f Merge branch 'develop' into feature/query 2021-06-01 16:46:14 +08:00
Haojun Liao b7c413a6e2 [td-255] update the test cases. 2021-06-01 16:45:05 +08:00
Haojun Liao e02653fb71 [td-255] fix bug found by regression test. 2021-06-01 16:35:20 +08:00
Shuduo Sang 0763faeaaf
Hotfix/sangshuduo/td 4477 install dep for lua (#6329)
* make lua build.sh install necessary lib and specify include path.

* [TD-4477]<hotfix>: install dependency package for tests/examples/lua build.sh.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-06-01 16:24:55 +08:00
haojun Liao b289b28ab4
Merge pull request #6305 from taosdata/feature/TD-2570
Feature/td 2570
2021-06-01 14:35:23 +08:00
robotspace 68aeccbe7f
Add support for async insert and connection pool. (#6244)
* Add support for async query. Only insert result is parsed.

* Add support for connection pool.

* Add one case for lua connector in smoke test case list.

* Build dymanic library for lua connector before smoke test.
2021-06-01 13:35:19 +08:00
Shuduo Sang 09c4c28169
Feature/sangshuduo/td 3973 use jemalloc (#6319)
* [TD-3973]<feature>: add jemalloc as submodule.

* add macro definitions in cmake.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* link jemalloc works.

* make install works.

* support jemalloc in release.sh.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-06-01 13:34:03 +08:00
huili ca3ec15956
Merge pull request #6311 from taosdata/test/d-TD-4447
[TD-4447]<test>import the same csv twice
2021-06-01 13:33:33 +08:00
huili 96514e84f9
Merge pull request #6324 from taosdata/test/jenkins-mas
modify env
2021-06-01 13:33:25 +08:00
Shengliang Guan 9129165749
Merge pull request #6323 from taosdata/test/Jenkins-dev
modify env
2021-06-01 11:46:45 +08:00
haojun Liao be1d25cd2a
Merge pull request #6318 from taosdata/test/TD-4439
Test/td 4439
2021-06-01 10:59:49 +08:00
Haojun Liao 41293c17ff [td-255] merge develop 2021-06-01 10:56:17 +08:00
haojun Liao 4a2fa96a39
Merge pull request #6313 from taosdata/hotfix/TD-4449
[TD-4449]fix user specify column issue
2021-06-01 10:48:09 +08:00
Haojun Liao 86b00102d8 [td-255] fix bug found by regression test. 2021-06-01 10:46:03 +08:00
Shengliang Guan 87d1970ca5
Merge pull request #6306 from taosdata/feature/TD-3963
[TD-3963]add community version macro in cmakefile,change keep option base on version
2021-06-01 09:25:35 +08:00
dapan1121 d2886dee3f Merge branch 'develop' into hotfix/TD-4449 2021-06-01 08:15:56 +08:00
Haojun Liao a659870a2a [td-255]<fix>: fix crash caused by tag bind. 2021-05-31 23:01:21 +08:00
Haojun Liao de15453c0e [td-4314]<enhance>:support top/bottom query on main query. 2021-05-31 22:58:07 +08:00
haojun Liao f572be8f63
Merge pull request #6309 from taosdata/feature/query
Feature/query
2021-05-31 22:07:29 +08:00
dapan1121 3c01a2816f
Update tscPrepare.c
fix compile issue
2021-05-31 19:23:16 +08:00
Shengliang Guan 122241014a change D_TD_COMMUNITY_VERSION to _STORAGE 2021-05-31 18:53:51 +08:00
bryanchang0603 a3c11889bf Merge branch 'develop' into test/TD-4439 2021-05-31 18:39:23 +08:00
Elias Soong ad46a6be6a
Merge pull request #6316 from taosdata/docs/Update-Latest-Feature
Docs/update latest feature
2021-05-31 17:50:31 +08:00
Elias Soong fd06a567ed [TD-2639] <docs>: fix example about transaction in SQL execution. 2021-05-31 17:49:11 +08:00
Haojun Liao 64efcb996d [td-255] fix compiler error. 2021-05-31 17:15:23 +08:00
dapan1121 0684dd5298 fix bug 2021-05-31 16:45:49 +08:00
haojun Liao dde99cbbff
Merge pull request #6282 from taosdata/feature/td-4243-2
[TD-4243]<enhance>:remove _block_dist() special dedicated column index and reduce memory usage by approximate percentile
2021-05-31 16:31:31 +08:00
haojun Liao 3f1a30a33e
Merge pull request #6275 from taosdata/feature/TD-4400
[TD-4400]apitest for prepare
2021-05-31 16:29:21 +08:00
liuyq-617 23217b7ee6 [TD-4447]<test>import the same csv twice 2021-05-31 08:24:23 +00:00
Haojun Liao 524a132948 [td-255]merge develop. 2021-05-31 15:52:32 +08:00
Haojun Liao c284d848da [td-4446]<fix>: fix repeat import caused crash. 2021-05-31 15:36:48 +08:00
lichuang 3ac7f05f98 [TD-3963]add community version macro in cmakefile,change keep option base on version 2021-05-31 15:12:52 +08:00
Haojun Liao e969616f58 [td-255]update the sql.c 2021-05-31 14:48:37 +08:00
Haojun Liao ea0b5b9bb9 [td-4312] 2021-05-31 14:43:41 +08:00
Shengliang Guan 184f3976b9
Merge pull request #6252 from taosdata/fix/TD-4324
Fix/td 4324
2021-05-31 14:10:42 +08:00
Shuduo Sang d7d38d88af
Hotfix/sangshuduo/td 4353 taosdemo subscribe resub for develop (#6303)
* [TD-4353]<fix>: taosdemo resub if resubAfterConsume != -1

* fix but resubafter use endafter section.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-31 13:39:09 +08:00
Haojun Liao 5262f92733 [td-4321] 2021-05-31 11:43:47 +08:00
bryanchang0603 39342aec9b [TD-4439] moldifying the test case 2021-05-31 11:16:56 +08:00
bryanchang0603 50d9a1c5a5 [TD-4439] add test case 2021-05-31 11:11:02 +08:00
Shuduo Sang 61fc181487
Feature/sangshuduo/td 4068 taosdemo stmt (#6299)
* merge with develop branch.

change query/tests/CMakeLists.txt to allow unused function and variable.

* refactor data generating.

* refactor.

* refactor.

* refactor.

* refactor.

* refactor

* add prepare stmt function.

* refactor get rand timestamp.

* fix windows compile error.

* copy logic of generate data for stmt.

* insert data basically works now.

* fix windows compile issue.

* [TD-4068]<feature>: taosdemo stmt interface.

stb batch insert works.

* [TD-4068]<feature>: taosdemo support stmt.

normal table insert works.

* [TD-4068]<feature>: taosdemo support stmt.

interlace write works.

* add compile macro to make taosdemo same with master branch.

* fix clang compile error.

* fix memory leak.

* add more macro.

* fix rest segfault.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-31 11:01:38 +08:00
Kaili Xu 282eaa3974 sync with master and restore log format 2021-05-31 10:54:22 +08:00
Kaili Xu f805fdeaad Merge branch 'develop' into fix/TD-4324
sync with develop
2021-05-31 10:45:21 +08:00
huili a7e1c34895
Merge pull request #6292 from taosdata/xiaoping/add_test_case
[TD-4420]<test>: add test case
2021-05-31 09:42:02 +08:00