Minglei Jin
|
4aebd5bdf6
|
[TD-3612]<fix>: fix vnode write msg double free issue
|
2021-04-01 15:13:54 +08:00 |
Shengliang Guan
|
ce72d94dc2
|
Merge pull request #5637 from nianhongdong/patch-1
Update JDBCDemo.java
|
2021-04-01 15:12:43 +08:00 |
Haojun Liao
|
b74d5b729f
|
[td-225]fix bugs by regression test.
|
2021-04-01 15:07:30 +08:00 |
Elias Soong
|
3e07314988
|
[TD-2518] <docs>: timestamp add support for time before year 1970.
|
2021-04-01 14:17:44 +08:00 |
Haojun Liao
|
253ca7d025
|
[td-3457]<fix>: fix the bug that cancel request failed to stop query at vnodes.
|
2021-04-01 13:38:42 +08:00 |
huili
|
58d1d6a46c
|
Merge pull request #5644 from taosdata/test/jenkins
fix travis output
|
2021-04-01 13:34:33 +08:00 |
Shengliang Guan
|
594ba93358
|
Merge pull request #5635 from taosdata/fix/TD-3314
[TD-3314]<fix>: new staging directory for deleting vnodes
|
2021-04-01 13:31:43 +08:00 |
yihaoDeng
|
4cbaacb279
|
Merge branch 'develop' of https://github.com/taosdata/TDengine into develop
|
2021-04-01 13:20:00 +08:00 |
huili
|
0fe2b96b9e
|
Merge pull request #5543 from taosdata/feature/TD-1380
[TD-3274]<test> add case for TD-3274
|
2021-04-01 11:19:49 +08:00 |
liuyq-617
|
73889873fc
|
git clean
|
2021-04-01 10:54:46 +08:00 |
liuyq-617
|
58d76f3d26
|
fix
|
2021-04-01 10:41:37 +08:00 |
Haojun Liao
|
6cef55cc5e
|
[td-225]fix bug found in regression test.
|
2021-04-01 10:23:21 +08:00 |
liuyq-617
|
ac7baae88b
|
fix travis output
|
2021-04-01 10:14:25 +08:00 |
Haojun Liao
|
5fe628298a
|
[td-225]refactor.
|
2021-04-01 09:47:07 +08:00 |
Shengliang Guan
|
24f134f421
|
Merge pull request #5639 from taosdata/feature/linux
remove FResetVersion function
|
2021-04-01 09:22:35 +08:00 |
yihaoDeng
|
63f9bb45dc
|
change default timeout
|
2021-04-01 06:23:36 +08:00 |
yihaoDeng
|
c001a86a08
|
change log
|
2021-04-01 05:32:09 +08:00 |
yihaoDeng
|
524b708079
|
add connection timeout
|
2021-04-01 02:06:48 +08:00 |
Shuduo Sang
|
6cb5af8072
|
Hotfix/sangshuduo/td 3607 taosdemo buffer overflow (#5636)
* [TD-3607] <fix>: fix taosdemo buffer overflow.
* [TD-3607] <fix>: taosdemo buffer overflow.
add tmp buffer.
* [TD-3607] <fix>: taosdemo buffer overflow.
fix data generation.
* [TD-3607] <fix>: taosdemo buffer overflow.
fix normal table writting.
* [TD-3607] <fix>: taosdemo buffer overflow.
remove tail spaces.
* [TD-3607] <fix>: taosdemo buffer overflow.
fix taosdemo alter table test case.
* [TD-3607] <fix>: taosdemo buffer overflow.
fix taosdemo alter table case.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
|
2021-03-31 21:40:40 +08:00 |
Haojun Liao
|
18f5fd3a6e
|
[td-3621]update sim
|
2021-03-31 21:26:11 +08:00 |
Haojun Liao
|
fb14bd47c3
|
[td-3621]update sim
|
2021-03-31 21:23:30 +08:00 |
Haojun Liao
|
be192f496e
|
[td-3621]
|
2021-03-31 21:21:39 +08:00 |
Haojun Liao
|
aaacedf7bd
|
[td-3621]
|
2021-03-31 21:18:05 +08:00 |
Haojun Liao
|
fcf35bd7d2
|
[td-3571] <fix>: fix null value filter bug for bool type.
|
2021-03-31 21:12:41 +08:00 |
Haojun Liao
|
6530308140
|
Merge branch 'develop' into feature/qrefactor
|
2021-03-31 20:28:48 +08:00 |
haojun Liao
|
ff2f32ad9f
|
Merge pull request #5626 from taosdata/hotfix/TD-3605
[TD-3605]fix CQ memleak issue
|
2021-03-31 19:56:14 +08:00 |
slguan
|
0bbfc5a532
|
Bxiao request changed from 100 to 1000
|
2021-03-31 18:32:56 +08:00 |
Elias Soong
|
c875fa8edd
|
Merge pull request #5640 from taosdata/docs/Update-Latest-Feature
[TD-3624] <docs>: fix minor typo.
|
2021-03-31 17:46:28 +08:00 |
Elias Soong
|
10ea8e143d
|
[TD-3624] <docs>: fix minor typo.
|
2021-03-31 17:41:16 +08:00 |
slguan
|
536a9e9f3f
|
remove FResetVersion function
|
2021-03-31 16:55:31 +08:00 |
huili
|
8f86e3bd36
|
Merge pull request #5631 from taosdata/xiaoping/add_test_case
[TD-3602]<test>: update perf test script
|
2021-03-31 15:32:57 +08:00 |
nianhongdong
|
61d7d9ab41
|
Update JDBCDemo.java
71和76行测试示例的数据库和表名没有动态拼接,测试用在前面改数据库名和表名,会导致运行报错
|
2021-03-31 13:46:01 +08:00 |
huili
|
3fca391bf1
|
Merge pull request #5628 from taosdata/test/TD-3589
[TD-3589]<test>:add case for TD-3589
|
2021-03-31 11:37:13 +08:00 |
Ping Xiao
|
3631d276f2
|
update test script
|
2021-03-31 11:35:15 +08:00 |
Minglei Jin
|
d2a0fc5b93
|
[TD-3314]<fix>: new staging directory for deleting vnodes
|
2021-03-31 11:34:18 +08:00 |
Shuduo Sang
|
c26d882057
|
[TD-3284] <fix>: taosdemo support fixed value tag. (#5632)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
|
2021-03-31 11:17:51 +08:00 |
dapan1121
|
22d1853903
|
fix mem leak issue
|
2021-03-31 10:52:13 +08:00 |
huili
|
9cb2020933
|
Merge pull request #5625 from taosdata/hotfix/checktsdbfheader
update file header on start
|
2021-03-31 09:46:52 +08:00 |
huili
|
c590a2dd47
|
Merge pull request #5629 from taosdata/hotfix/TD-3601
[TD-3601]<hotfix>: fix early 1970 time problem
|
2021-03-31 09:46:36 +08:00 |
huili
|
4acff5cea1
|
Merge pull request #5627 from taosdata/hotfix/test
[TD-3604]<fix>subscribe hanlder overwrite
|
2021-03-31 09:32:59 +08:00 |
dapan1121
|
735e1a441a
|
add debug info
|
2021-03-31 09:19:31 +08:00 |
Ping Xiao
|
b5051b033f
|
Merge branch 'develop' into xiaoping/add_test_case
|
2021-03-31 09:13:27 +08:00 |
dapan1121
|
a5b4ae6945
|
support child table having query
|
2021-03-30 19:39:48 +08:00 |
dapan1121
|
75faa804df
|
restart travis
|
2021-03-30 19:14:25 +08:00 |
dapan1121
|
0e5ac6bbcc
|
Merge branch 'develop' into hotfix/TD-3605
|
2021-03-30 19:06:16 +08:00 |
Ping Xiao
|
97b3cdb0de
|
[TD-3602]<test>: update perf test script
|
2021-03-30 18:46:43 +08:00 |
Elias Soong
|
4db5681fb0
|
Merge pull request #5630 from taosdata/docs/Update-Latest-Feature
[TD-3573] <docs>: add timezone section in faq.
|
2021-03-30 18:10:03 +08:00 |
Elias Soong
|
ffb8c3d645
|
[TD-3573] <docs>: add timezone section in faq.
|
2021-03-30 18:09:15 +08:00 |
Hongze Cheng
|
e2e88b2e95
|
[TD-3601]<hotfix>: fix early 1970 time problem
|
2021-03-30 18:05:29 +08:00 |
Haojun Liao
|
b606b97510
|
[td-225]fix a invalid read.
|
2021-03-30 16:40:27 +08:00 |