tomchon
d01ea3012a
[TD-4290]<test>: modify testcase that compact wal file
2021-06-02 21:24:30 +08:00
tomchon
17077cb92d
add sleep when start compacting
2021-06-02 17:46:48 +08:00
tomchon
e2d693718b
Merge branch 'develop' into dev/chr
2021-06-02 17:21:45 +08:00
tomchon
119537014b
[TD-4290]<test>: modify testcase that compact wal file
2021-06-02 17:18:34 +08:00
Shengliang Guan
945674e275
Merge pull request #6339 from taosdata/feature/m2d2
...
merge from master
2021-06-02 13:21:32 +08:00
Shengliang Guan
37109d561c
Merge pull request #6226 from taosdata/feature/TD-1568
...
Feature/td 1568
2021-06-02 11:19:18 +08:00
Shengliang Guan
e0f544dea4
Merge remote-tracking branch 'origin/master' into feature/m2d2
2021-06-02 10:29:05 +08:00
huili
cc4ccf0976
Merge pull request #6331 from taosdata/test/TD-4474
...
Test/td 4474
2021-06-02 10:28:23 +08:00
Shengliang Guan
0d5d2736be
Merge from master
2021-06-02 10:27:07 +08:00
lichuang
e04a8ee2e4
[TD-1568]merge from develop
2021-06-02 10:19:47 +08:00
Shengliang Guan
a51b1e5d88
Merge pull request #6336 from taosdata/fix/TD-3078
...
[TD-3078]<fix>: fix arbitrator create time
2021-06-02 10:19:46 +08:00
Shengliang Guan
e7bda7a7c8
Merge pull request #6330 from taosdata/feature/m2d2
...
Feature/m2d2
2021-06-02 09:46:54 +08:00
haojun Liao
ac5789d9f2
Merge pull request #6320 from taosdata/feature/query
...
Feature/query
2021-06-01 22:26:55 +08:00
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
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
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
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
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
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
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
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
haojun Liao
f572be8f63
Merge pull request #6309 from taosdata/feature/query
...
Feature/query
2021-05-31 22:07:29 +08:00
tickduan
d6dc4f8c27
Merge branch 'master' into cq .INT64_MIN
2021-05-31 19:54:06 +08:00