Commit Graph

13155 Commits

Author SHA1 Message Date
Alex Duan 71776a1c2b
Merge pull request #27238 from taosdata/test/TD-31197-3.0
test: (fix case) add timeout-return
2024-08-16 15:24:41 +08:00
wade zhang 37e820c865
Merge pull request #27213 from taosdata/fix/xftan/TD-31438
fix: check transactions and reset query cache before running the example
2024-08-16 10:19:02 +08:00
jiajingbin ce7d70c3b3 test: (fix case) add timeout-return 2024-08-15 14:02:31 +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
Alex Duan ed7081eaad
Merge pull request #27170 from taosdata/test/3.0/TD-31301
test:set debug in address sanitizer model
2024-08-14 19:16:27 +08:00
chenhaoran 0294a2d9d6 tetst: test for checking return value 2024-08-14 19:07:10 +08:00
chenhaoran 94891943a9 test:add release building tests and modify debug in unit-test 2024-08-14 17:51:26 +08:00
chenhaoran d1bcc1dddd tetst: test for checking return value 2024-08-14 16:25:34 +08:00
dapan1121 084592dc34
Merge pull request #27168 from taosdata/feat/TS-4893
feat:[TS-4893] Support MYSQL functions.
2024-08-14 15:10:27 +08:00
chenhaoran ca7b1b21c7 test:add release building tests and modify debug in unit-test 2024-08-14 15:10:14 +08:00
chenhaoran 109418e57a tetst: test for checking return value 2024-08-14 15:07:39 +08:00
chenhaoran 87f50f01e4 tetst: test for checking return value 2024-08-14 14:39:24 +08:00
t_max e08d7240ef fix: check transactions and reset query cache before running the example 2024-08-14 14:14:17 +08:00
chenhaoran ae6b08d137 test:add release building tests and modify debug in unit-test 2024-08-14 10:32:49 +08:00
Alex Duan f6f16ac197
Merge pull request #27183 from taosdata/td30995
Td30995
2024-08-14 10:16:00 +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
chenhaoran 8358b9736b test:add release building tests and modify debug in unit-test 2024-08-13 16:52:41 +08:00
charles 75df5d47f1 update test case for TD-30995 by charles 2024-08-13 15:13:18 +08:00
chenhaoran 933f34bc38 test:commit cunit_test of taos-tools in unit-test 2024-08-13 15:11:46 +08:00
Alex Duan 3b82afa238
Merge pull request #27089 from taosdata/test/TD-31264
test: add a case for concat function
2024-08-13 11:08:40 +08:00
chenhaoran 75543d952c test:set debug in address sanitizer model 2024-08-13 09:18:29 +08:00
wade zhang 2c0a538f5c
Merge pull request #27172 from taosdata/docs/sheyj-3.0
update conncetor log, keep same style
2024-08-13 08:05:12 +08:00
chenhaoran c68c1e3201 test:set debug in address sanitizer model 2024-08-12 19:56: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
t_max 3f10665ba3 docs: update go and c# examples 2024-08-12 15:54:28 +08:00
wangjiaming0909 19952995af fix fill order by returned wrong values 2024-08-12 15:27:15 +08:00
lyh250-666 6cb288d73e test: add a case.task for concat function 2024-08-12 09:31:51 +08:00
wangjiaming0909 882cfb7deb 1. lock not released when return
2. fix tsma err msg
3. fix fill prev wrong results
2024-08-12 08:53:27 +08:00
Alex Duan 1c6ca34732
Merge pull request #27078 from taosdata/case/TD-31176-3.0
fix: restore delete_check.py case
2024-08-10 12:09:55 +08:00
Alex Duan a23f877c89
Merge pull request #27088 from taosdata/test/TD-31203
test: Adding test case for TD-31203
2024-08-09 17:33:29 +08:00
wangmm0220 78f991b2c9 fix:[TS-5156]case error 2024-08-09 16:56:35 +08:00
Alex Duan bc938eb412
Merge pull request #26895 from taosdata/test/3.0/recoverTD-31057
recover test case for TD-31057
2024-08-09 15:30:07 +08:00
Haojun Liao 45c6d42851
Merge pull request #27093 from taosdata/fix/3.0/TD-31274-TD-31280
1. fix interval query with month interval day slidng returning wrong …
2024-08-09 13:50:34 +08:00
Hongze Cheng bf2ed4af4f
Merge pull request #27070 from taosdata/fix/addNewCompressCase
just add test case
2024-08-09 10:43:27 +08:00
wangjiaming0909 be4effd0c8 fix test when using -R 2024-08-09 10:25:04 +08:00
xsren ce122d7cd8 fix: timezone test case 2024-08-09 10:02:09 +08:00
Shengliang Guan 0ab4163905
Merge pull request #27099 from taosdata/docs/udf
enh: adjust max_val example codes
2024-08-09 09:28:30 +08:00
Alex Duan 324ce408be
Merge pull request #27097 from taosdata/TEST/3.0/TD-31308
Test/3.0/td 31308
2024-08-09 09:16:28 +08:00
Alex Duan d89565a6f7
Merge pull request #26923 from taosdata/ts5239
add test case for ts-5239 by charles
2024-08-09 09:15:39 +08:00
Haojun Liao 6fc8c7bd4e
Merge pull request #26619 from taosdata/fix/3_liaohj
fix(stream): adjust the time to free task backend.
2024-08-09 09:09:21 +08:00
xsren 2c68cffe6e test case 2024-08-08 19:40:38 +08:00
xiao-77 645b49023b add hyperloglog to requirements.txt 2024-08-08 19:39:43 +08:00
Shengliang Guan 7be4d5b592 enh: adjust udf example codes 2024-08-08 19:19:23 +08:00
Chris Zhai ff67dd24bc update cases.task 2024-08-08 18:39:37 +08:00
Chris Zhai 7a78838210 add test cases for TD-31308 2024-08-08 18:37:19 +08:00
wangjiaming0909 d1ed3b3abb 1. fix interval query with month interval day slidng returning wrong window
2. fix error msg for creating tsma
2024-08-08 18:10:49 +08:00
lyh250-666 b914cf8dbf test: add a case for concat function 2024-08-08 17:17:33 +08:00
Shengliang Guan 0d1d462e08
Merge pull request #27083 from taosdata/docs/udf
enh: enable log in udf
2024-08-08 17:12:17 +08:00
xiao-77 c02ac1fe4c test: Adding test case for TD-31203 2024-08-08 16:48:17 +08:00