Leo Xu
0b5ec9035a
delete alias and fix bug on test_hot_refresh_configurations.py
2024-09-18 15:25:33 +08:00
Leo Xu
871352fcb1
remove keepAliveIdle check, because keepAliveIdle cannot be hot-update
2024-09-18 11:28:38 +08:00
wangjiaming0909
49e2f1f0a4
avoid runtime error for double to int64_t conversion
2024-09-13 09:39:36 +08:00
Haojun Liao
3d579674b8
Merge pull request #27797 from taosdata/fix/syntax
...
fix(stream): remove delay rsp for dispatch
2024-09-11 13:44:23 +08:00
Haojun Liao
6b1e12872f
test: update test cases.
2024-09-11 10:19:37 +08:00
Haojun Liao
c33b57fa65
Merge pull request #27770 from taosdata/fix/syntax
...
fix(stream):not reset the failed checkpointId
2024-09-11 09:03:51 +08:00
Haojun Liao
37355b8ae1
fix(test): update test cases.
2024-09-10 17:49:12 +08:00
Alex Duan
4d11f31955
Merge pull request #27762 from taosdata/fix/TS-5035-3.0
...
feat: auto test all datatype compression rate tools
2024-09-10 13:56:38 +08:00
Alex Duan
954c465949
feat : first test data is ok
2024-09-10 10:15:32 +08:00
Alex Duan
4e05c9e79a
fix: init auto test compression rate script
2024-09-09 21:02:41 +08:00
Jing Sima
a249bef104
feat:[TS-4893] Add random and support use min/max on string column.
2024-09-09 18:48:24 +08:00
Jing Sima
87130db0e4
fix:[TD-31889] extend result buf size for percentile function to handle large double value.
2024-09-04 18:33:14 +08:00
Haojun Liao
c72cd7c783
Merge pull request #27650 from taosdata/fix/TD-31844
...
fix:[TD-31844]open log flag in test case
2024-09-04 18:21:55 +08:00
Hongze Cheng
abeca1e08a
Merge pull request #27420 from taosdata/enh/TS-5297-3.0
...
enh: grant for csv and data sync
2024-09-04 18:14:37 +08:00
chenhaoran
f6d3cb8fe3
tetst:remove failed case in windows ci
2024-09-03 18:46:56 +08:00
yihaoDeng
b403640cf0
fix:[TD-31844]open log flag in test case
2024-09-03 16:57:41 +08:00
chenhaoran
66b7c9cfbe
tetst:modify error path in windows ci
2024-09-03 16:34:26 +08:00
chenhaoran
860395c45b
tetst:modify failed cases in windows ci
2024-09-02 16:13:27 +08:00
chenhaoran
5f99271781
≈Merge branch '3.0' of https://github.com/taosdata/TDengine into test/3.0/windows-full-ci
2024-09-02 00:35:23 +08:00
chenhaoran
0197185310
tetst:add army testcase in windows ci
2024-09-02 00:09:48 +08:00
chenhaoran
7298857238
tetst:modify failed cases in windows ci
2024-09-01 22:20:56 +08:00
Pan Wei
9d1ded192c
Merge pull request #27517 from taosdata/fix/3.0/TD-31726
...
fix subquery with same name caused data error
2024-09-01 18:21:14 +08:00
Pan Wei
b542d83fbc
Merge pull request #27549 from taosdata/enh/TS-5312
...
enh: optimize stable tbname equal query
2024-09-01 18:07:45 +08:00
Pan Wei
ca43bac8a2
Merge pull request #27576 from taosdata/feat/TS-4674
...
fix:[TS-4674] no rsp send to poll if change leader in vnode when date…
2024-08-31 18:40:38 +08:00
wangjiaming0909
eb46b5fa08
add tests for fix duplicate cols names
2024-08-31 15:21:53 +08:00
kailixu
ffa62193f8
Merge branch '3.0' into enh/TS-5297-3.0
2024-08-31 12:43:09 +08:00
dapan1121
f4f8da251c
fix: disable tsma tbname optimization
2024-08-30 15:33:54 +08:00
wangmm0220
b4a0a7c2c9
fix:[TS-4674] no rsp send to poll if change leader in vnode when date is over
2024-08-30 15:26:15 +08:00
dapan1121
0953983d26
fix: validate to_iso8601 parameters
2024-08-30 09:16:41 +08:00
kailixu
f3e553e1be
Merge branch '3.0' into enh/TS-5297-3.0
2024-08-29 17:47:53 +08:00
chenhaoran
2faf995ceb
tetst:add timeouts for windows case
2024-08-28 21:18:52 +08:00
chenhaoran
639ec1211d
tetst:check stream task status in common.py
2024-08-28 20:54:42 +08:00
Alex Duan
6498dc94a1
fix: add child table query udf
2024-08-28 16:44:00 +08:00
chenhaoran
6bf4243d63
tetst:add failed test for win-ci-failed
2024-08-28 11:04:23 +08:00
chenhaoran
a4d6de3a69
tetst:add failed test for win-ci-failed
2024-08-26 10:41:25 +08:00
chenhaoran
e8f1d32620
Merge branch '3.0' of https://github.com/taosdata/TDengine into test/3.0/windows-full-ci
2024-08-26 09:17:28 +08:00
Leo Xu
61baff01c9
change assert to checkdata
2024-08-23 09:52:07 +08:00
Leo Xu
c648f708e2
add assert
2024-08-22 22:04:34 +08:00
Leo Xu
6eb2ee6f1b
add check data
2024-08-22 20:40:14 +08:00
Leo Xu
64660c5abf
add 2 case
2024-08-22 20:29:08 +08:00
chenhaoran
71f872b651
tetst:add failed test for win-ci-failed
2024-08-22 18:41:54 +08:00
kailixu
a5a1b5e509
enh: adjust number of ins_columns
2024-08-22 16:40:21 +08:00
Hongze Cheng
51b589f270
Merge pull request #27340 from taosdata/fix/TD-31565-3.0
...
fix: report error when the ttl value is too large
2024-08-22 09:14:14 +08:00
Shungang Li
b10aeeea87
fix: update ttl test case
2024-08-21 10:00:53 +08:00
chenhaoran
9f8f759169
tetst:update windows test case in full ci
2024-08-20 21:10:14 +08:00
dapan1121
9f47f8467d
Merge pull request #27087 from taosdata/feat/TS-5156
...
opti:[TS-5156]add user/fqdn in show consumers/subscriptions
2024-08-15 11:33:27 +08:00
sima
a54019211f
feat:[TS-4893] Support MYSQL functions.
...
Add more functions:
- Numeric Functions: PI(),ROUND(),TRUNC(),EXP(),LN(),SIGN(),DEGREES(),RADIANS().
- String Functions: CHAR(),ASCII(),POSITION(),TRIM(),REPLACE(),REPEAT().
- Date and Time Functions: WEEKDAY(),DAYOFWEEK(),WEEK(),WEEKOFYEAR().
- Aggregate Functions: VAR_POP().
Modify some functions:
- ROUND(): support round to given decimal places.
- CHAR_LENGTH(): support calculate multi-byte character's length.
- TIMEDIFF(): result will be negative when expr1 < expr2.
- STDDEV(): add alias name STDDEV_POP().
- SUBSTR(): add alias name SUBSTRING().
support new syntax SUBSTRING/SUBSTR(expr FROM pos [FOR len]).
2024-08-14 09:19:25 +08:00
dapan1121
aa82702963
Merge pull request #27054 from taosdata/fix/TD-31003/timezoneOnWin
...
fix: set timezone on windows
2024-08-14 08:50:11 +08:00
Haojun Liao
8d751ca5e3
Merge pull request #27148 from taosdata/fix/3.0/TD-31362-TD-31359-TD-21481
...
1. lock not released when return
2024-08-12 17:34:25 +08:00
wangjiaming0909
19952995af
fix fill order by returned wrong values
2024-08-12 15:27:15 +08:00