Shengliang Guan
af7a668b90
Merge pull request #6056 from DavidKorczynski/develop
...
Initial fuzzing integration
2021-05-15 22:09:42 +08:00
Shengliang Guan
ab4a81c500
Merge pull request #6125 from taosdata/feature/m2d
...
Feature/m2d
2021-05-15 22:09:27 +08:00
Shuduo Sang
a0f7116ce5
Hotfix/sangshuduo/td 3985 for develop ( #6138 )
...
* [TD-3985]<fix>: taosdemo timestamp step overflow.
* fix specified subscribe test.
* replace potential overflow of int32 to int64
* replace potential int32 overflow variables to int64.
* replace potential int32 overflow variables to int64.
* change max of int16 to int64 after type changed.
* improve more.
* improve more and more.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-15 21:24:44 +08:00
Shuduo Sang
8b4a46de89
Hotfix/sangshuduo/td 3985 taosdemo timestamp step overflow ( #6139 )
...
* [TD-3985]<fix>: taosdemo timestamp step overflow.
* fix specified subscribe test.
* replace potential overflow of int32 to int64
* replace potential int32 overflow variables to int64.
* replace potential int32 overflow variables to int64.
* change max of int16 to int64 after type changed.
* improve more and more.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-15 21:24:31 +08:00
Minglei Jin
dae9262562
vnode/read: use app not ready instead of invalid vgroup id to make crash_gen happy
2021-05-15 20:42:48 +08:00
Shuduo Sang
6f6dab4d01
[TD-4198]<feature>: support AddressSanitizer on windows. ( #6132 )
2021-05-15 20:21:16 +08:00
Shengliang Guan
be177684f4
Merge remote-tracking branch 'origin/master' into hotfix/TD-4100
2021-05-15 20:12:57 +08:00
Minglei Jin
2fb7c16b87
vnode/drop: ingore invalid vgroup id if already dropped
2021-05-15 20:09:41 +08:00
Shengliang Guan
d9cfdcd1c5
Merge branch 'develop' into feature/m2d
2021-05-15 19:54:42 +08:00
Shengliang Guan
5dee3afd1d
Merge pull request #6127 from taosdata/test/TD-4167-m
...
Test/td 4167 m
2021-05-15 17:10:23 +08:00
Shengliang Guan
2e2a7174a1
Merge pull request #6136 from taosdata/test/td-4167-d
...
[TD-4167]add smoke test on centos7 in CI
2021-05-15 17:10:03 +08:00
Shuduo Sang
cd931e106a
Hotfix/sangshuduo/td 3985 taosdemo timestamp step overflow ( #6131 )
...
* [TD-3985]<fix>: taosdemo timestamp step overflow.
* fix specified subscribe test.
* replace potential overflow of int32 to int64
* replace potential int32 overflow variables to int64.
* replace potential int32 overflow variables to int64.
* change max of int16 to int64 after type changed.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-15 16:29:09 +08:00
Minglei Jin
7c93c4217a
vnode/write: make last write msg to be written or confirmed
2021-05-15 15:33:19 +08:00
Minglei Jin
198485c6f4
Revert "test/sim: fix null to 0 in show dnodes;"
...
This reverts commit 70213e6526 .
2021-05-15 15:32:31 +08:00
Haojun Liao
e6e4240067
[td-4151]refactor code.
2021-05-15 13:45:42 +08:00
Minglei Jin
4fd37ea2a1
[TD-4081]<fix>: vnode not close if dropped
2021-05-15 12:43:08 +08:00
liuyq-617
c933f78964
[TD-4167]add smoke test on centos7 in CI
2021-05-15 02:50:36 +00:00
Huo Linhe
cf902d1750
[TD-4205]<fix>: fix drone ci error
2021-05-15 10:31:30 +08:00
Elias Soong
898d155d18
Merge pull request #6135 from taosdata/docs/Update-Latest-Feature
...
[TD-4202] <docs>: fix Grafana plugin installation directory.
2021-05-14 16:40:25 +08:00
Elias Soong
1d24ab6e0a
[TD-4202] <docs>: fix Grafana plugin installation directory.
2021-05-14 16:39:20 +08:00
Haojun Liao
dfcb2f8ef0
[td-225] refactor
2021-05-14 15:36:24 +08:00
Elias Soong
4ea959e4ca
Merge pull request #6133 from taosdata/docs/Update-Latest-Feature
...
[TD-4092] <docs>: describe "SHOW CREATE" series of commands.
2021-05-14 15:18:38 +08:00
Shengliang Guan
61da9bbe84
TD-4100
2021-05-14 15:18:05 +08:00
Elias Soong
39f54b7cb8
[TD-4092] <docs>: describe "SHOW CREATE" series of commands.
2021-05-14 15:17:48 +08:00
Minglei Jin
226f86c8bf
[TD-4081]<fix>: [v3] fix vnode closing
2021-05-14 15:09:49 +08:00
Shuduo Sang
c091f2733c
fix mac clang compile error.
2021-05-14 14:48:14 +08:00
Shuduo Sang
d09691a892
Merge branch 'develop' into feature/sangshuduo/TD-4068-taosdemo-stmt
2021-05-14 14:43:58 +08:00
ZhongChunHe
d33e0f597f
limit compile-instruction to linux platform
2021-05-14 14:01:45 +08:00
liuyq-617
a07f6137bf
fix error
2021-05-14 05:15:34 +00:00
huili
5a9c208399
Merge pull request #6126 from taosdata/hotfix/test
...
[TD-4114]<test> add test case for bind batch
2021-05-14 13:09:54 +08:00
Huo Linhe
27ac73a41b
<fix>: fix function name typo
2021-05-14 12:47:27 +08:00
Shuduo Sang
6a7a0d3254
improve more.
2021-05-14 12:20:11 +08:00
Shuduo Sang
dadaecd39b
Merge branch 'develop' into feature/sangshuduo/TD-4068-taosdemo-stmt
2021-05-14 11:57:50 +08:00
Shuduo Sang
64b462a40e
refactor
2021-05-14 11:57:35 +08:00
ZhongChunHe
cf93ca70d1
fix declaration shadows previous local/global errors
2021-05-14 11:56:37 +08:00
Minglei Jin
70213e6526
test/sim: fix null to 0 in show dnodes;
2021-05-14 11:55:49 +08:00
haojun Liao
cfd347fe9f
Merge pull request #6099 from taosdata/feature/TD-4154
...
[TD-4154]insert error msg
2021-05-14 11:52:28 +08:00
Shengliang Guan
65c5e682d0
Merge pull request #6124 from taosdata/hotfix/TD-4176
...
TD-4176
2021-05-14 11:10:44 +08:00
Huo Linhe
88107acde7
[TD-4160]<fix>: remove python connector soft links, fix tests and documents
2021-05-14 10:27:13 +08:00
Shuduo Sang
d19b81c943
Merge branch 'develop' into feature/sangshuduo/TD-4068-taosdemo-stmt
2021-05-14 10:17:35 +08:00
Ping Xiao
c6a9b30b80
Merge remote-tracking branch 'origin' into xiaoping/add_test_case
2021-05-14 10:11:07 +08:00
Ping Xiao
cb1064c1a7
[TD-4179]<test>: add test case
2021-05-14 10:10:54 +08:00
Minglei Jin
8c06d5952a
[TD-4081]<fix>: fix vnode dropping
2021-05-14 10:07:35 +08:00
Shengliang Guan
036f37c934
Merge pull request #5969 from lichuang/feature/TD-3963
...
[TD-3963]tsdbRepo config hot change
2021-05-14 10:07:28 +08:00
huili
dec7e951d2
Merge pull request #6120 from taosdata/xiaoping/add_test_case
...
[TD-4179]<test>: add test case
2021-05-14 10:01:01 +08:00
liuyq-617
4681a7bf7c
add build test in centos
2021-05-14 02:00:12 +00:00
zyyang
5d4b05ecd1
Fix/td 4148 ( #6122 )
...
* [TD-4148]<feature>: JDBC-Restful Compatible version before 2.0.18.0
* [TD-4174]<test>: add test case for TD-4174
* change
* change
* change
* change
* change
2021-05-14 10:00:05 +08:00
Hui Li
1873cc9c5b
[TD-4114]<test> add test case for bind batch
2021-05-14 09:59:43 +08:00
haojun Liao
3858dcb6d0
Merge pull request #6112 from taosdata/fix/query
...
[td-4175]<enhance>: improve the error message while the binary string…
2021-05-14 09:57:26 +08:00
Hui Li
2edd839f75
Merge branch 'develop' into hotfix/test
2021-05-14 09:56:33 +08:00