Commit Graph

15683 Commits

Author SHA1 Message Date
Shuduo Sang 07c48dadd9
Feature/sangshuduo/td 3973 use jemalloc (#6334)
* [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.

* release script works.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-06-01 21:32:21 +08:00
Minglei Jin f7d725e34a [TD-3078]<fix>: fix arbitrator create time 2021-06-01 20:48:09 +08:00
lichuang e9a3969b8e [TD-3963]async commit a msg to save config 2021-06-01 19:36:59 +08:00
bryanchang0603 8983755daf Merge branch 'develop' into test/TD-4475 2021-06-01 19:03:06 +08:00
bryanchang0603 08f33005b6 [TD-4475] update test case 2021-06-01 19:02:34 +08:00
huili 43fd9b58f9
Merge pull request #6333 from taosdata/lihui/develop
[TD-4440]<test: add test case for auto create table when bind>
2021-06-01 18:45:01 +08:00
root b61cf07797 [TD-4440]<test: add test case for auto create table when bind> 2021-06-01 10:44:05 +00:00
bryanchang0603 3ed6933ea8 [TD-4422] remove useless file 2021-06-01 18:34:36 +08:00
bryanchang0603 fd10ee01ed [TD-4422] merging json files into 2 json files 2021-06-01 18:30:13 +08:00
tomchon 3c2681fafc Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-06-01 18:23:28 +08:00
tomchon 60ba384978 [TD-4290]<test>: add testcase that compact wal file 2021-06-01 18:16:28 +08:00
bryanchang0603 054ab0d868 Merge branch 'master' into test/TD-4422 2021-06-01 18:03:43 +08:00
bryanchang0603 9eb020f900 [TD-4475] adding draft test case 2021-06-01 18:02:32 +08:00
Haojun Liao 37c1e1393d [td-255] fix bug found by regression test. 2021-06-01 17:49:48 +08:00
haojun Liao cd05557f40
Merge pull request #6326 from taosdata/hotfix/TD-4462
[TD-4462]support bind multiple tables
2021-06-01 17:34:09 +08:00
bryanchang0603 d7ff9c999a [TD-4474] moldifying the test case 2021-06-01 17:11:39 +08:00
bryanchang0603 92640cfb98 Merge branch 'develop' into test/TD-4474 2021-06-01 17:00:25 +08:00
bryanchang0603 469f709521 [TD-4474] adding test case for testing lastRow hot alter 2021-06-01 16:58:27 +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
bryanchang0603 c55f6121a0 [TD-4463] moldifying alter_keep.py 2021-06-01 16:13:40 +08:00
bryanchang0603 8119f72b58 Merge branch 'develop' into test/TD-4463 2021-06-01 16:04:29 +08:00
Shengliang Guan 56d77cc316 Merge from master 2021-06-01 15:46:53 +08:00
dapan1121 3d2b864d7c fix sqlstr released issue 2021-06-01 14:45:50 +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
bryanchang0603 aa706fd5e7 [TD-4463] add test case for checking keep modification 2021-06-01 13:43:19 +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
DuanKuanJun 506da27645
Merge pull request #6310 from taosdata/cq
pStream->ltime > stime to replace and tests pytest check taosd process add defunct check
2021-06-01 13:31:22 +08:00
Shengliang Guan 5c9d8e3c79 Merge from master 2021-06-01 11:53:49 +08:00
Shengliang Guan 9129165749
Merge pull request #6323 from taosdata/test/Jenkins-dev
modify env
2021-06-01 11:46:45 +08:00
dapan1121 764087a064 support bind multiple tables 2021-06-01 11:39:28 +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
bryanchang0603 f26a6a23a5 [TD-4422] adding test case for auto_create_table exception cases 2021-06-01 09:57:10 +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
bryanchang0603 0cf6c3c4ac Merge branch 'master' into test/TD-4422 2021-06-01 09:25:21 +08:00
dapan1121 3b15caf4cf Merge branch 'develop' into feature/TD-4399 2021-06-01 08:28:59 +08:00
dapan1121 ce7bfcf024 fix case issue 2021-06-01 08:28:45 +08:00
dapan1121 d2886dee3f Merge branch 'develop' into hotfix/TD-4449 2021-06-01 08:15:56 +08:00
yihaoDeng 9c8507cd7c [TD-4506]<fix> return valid msg when no db specified 2021-05-31 23:33:43 +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 30aee223f8
Merge pull request #6312 from taosdata/hotfix/TD-4443
[TD-4443]fix join time precision issue
2021-05-31 22:07:47 +08:00