Commit Graph

13174 Commits

Author SHA1 Message Date
dapan1121 2d6d3d769f
Merge pull request #27440 from taosdata/feat/TS-4257
feat:Optimising the duration and keep of the show create database;
2024-08-26 16:35:32 +08:00
Alex Duan a637997fa9
Merge pull request #27452 from taosdata/test/3.0/TD-31680
tetst:add memory leak detection for TD in psiminfo to the CI
2024-08-26 13:50:30 +08:00
chenhaoran 8ca7b967a6 test:commit the failed case in cases-task 2024-08-26 13:49:30 +08:00
Alex Duan 4254f4a685
Merge pull request #27237 from taosdata/td30816
add test case for last and last_row
2024-08-26 13:41:09 +08:00
chenhaoran 8a5cf9cebc tetst:add memory leak detection for TD in psiminfo to the CI 2024-08-26 10:44:23 +08:00
lyh250-666 b8588feeff modify show_create_db.py case 2024-08-26 08:58:19 +08:00
lyh250-666 5fd3e7dc81 modify show_create_db.py case 2024-08-26 08:55:20 +08:00
Alex Duan e571ad5ffe
Merge pull request #27415 from taosdata/TEST/3.0/TD-31571
add 2 case
2024-08-23 16:56:37 +08:00
dapan1121 89198c820d
Merge pull request #27389 from taosdata/fix/TS-5311
fix(query):set group id for the results of event and count operators
2024-08-23 14:36:20 +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
54liuyao 939342b3de fix(query):seset group id for the results of event and count operators 2024-08-22 11:11:40 +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
54liuyao 1bff0e89f4 fix issue 2024-08-20 10:15:52 +08:00
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
charles 6fbfda871f add test case for last and last_row 2024-08-15 13:49:45 +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