Commit Graph

244 Commits

Author SHA1 Message Date
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
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
charles 75df5d47f1 update test case for TD-30995 by charles 2024-08-13 15:13:18 +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
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
Hongze Cheng bf2ed4af4f
Merge pull request #27070 from taosdata/fix/addNewCompressCase
just add test case
2024-08-09 10:43:27 +08:00
xsren ce122d7cd8 fix: timezone test case 2024-08-09 10:02:09 +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
xsren 2c68cffe6e test case 2024-08-08 19:40:38 +08:00
Chris Zhai 7a78838210 add test cases for TD-31308 2024-08-08 18:37:19 +08:00
lyh250-666 b914cf8dbf test: add a case for concat function 2024-08-08 17:17:33 +08:00
yihaoDeng 1cde8c61d6 just add test case 2024-08-08 10:28:00 +08:00
Alex Duan 6557b6c7ae fix: add clusterCommonCheck.py to army 2024-08-05 19:53:21 +08:00
Alex Duan 9b02d10380 fix: replace sleep with ClusterComCheck 2024-08-05 18:13:43 +08:00
charles 298a72bd8e add test case for ts-5239 by charles 2024-08-01 15:40:28 +08:00
haoranchen 6f8657ed08
fix test case in fullopt.py 2024-07-31 10:49:41 +08:00
zhiyong db40210a63 add cast case 2024-07-17 17:27:14 +08:00
Hongze Cheng 95f3230a1c
Merge pull request #26573 from taosdata/fix/TD-30981-3.0
fix: disable dynamic modification of 'tempdir'
2024-07-17 10:53:49 +08:00
Alex Duan 92cb9f5317
Merge pull request #26516 from taosdata/fix/s3case
fix: change s3 timestamp_step 100ms and 50ms
2024-07-15 17:00:58 +08:00
Shungang Li 57dc3f4562 fix: disable dynamic modification of 'tempdir' 2024-07-15 15:15:17 +08:00
zhiyong 38e66c58eb add ci case TD-30948 2024-07-15 10:13:47 +08:00
zhiyong 91b0ef27a1 add ci test for TS-5143 2024-07-12 09:07:51 +08:00
Alex Duan 97576dc091 fix: change s3 timestamp_step 100ms and 50ms 2024-07-10 20:41:45 +08:00
zhiyong 514108c3bf test: move TS_5105 to queryBugs 2024-07-07 16:33:20 +08:00
Alex Duan 9541232927
Merge pull request #26408 from taosdata/case/TD-30686-3.0
fix: add queryBugs.py
2024-07-04 19:09:40 +08:00
Alex Duan 26f2868468 fix: add queryBugs.py 2024-07-04 13:56:23 +08:00
Alex Duan c8022d1104
Merge pull request #26406 from taosdata/td28163
add and update ci test cases by charles
2024-07-04 13:46:47 +08:00
Alex Duan 3f8dd77293
Merge pull request #26402 from taosdata/test/TS-5105
add ci case for TS-5105
2024-07-04 13:42:34 +08:00
charles 069145ad85 add and update ci test cases by charles 2024-07-04 11:09:59 +08:00
zhiyong 13d7629c05 add ci case for TS-5105 2024-07-04 09:13:56 +08:00
bitcapybara f4a83bfab7 test: add non-zero fill value in window query 2024-07-03 08:17:33 +00:00
bitcapybara 62508323b4 test: [TS-5103] add test case for window fill value query 2024-07-03 07:52:28 +00:00
zhiyong 0a45bdb2a2 add ts_5054 ci case 2024-07-02 09:23:16 +08:00
wangmm0220 ed16b1e8db fix:conflict from 3.0 2024-06-24 12:03:10 +08:00
wangmm0220 d0ca79ddca fix:add monitor result for show cluster variables 2024-06-23 18:17:50 +08:00
Alex Duan c961612e22
Merge pull request #26241 from taosdata/TEST/3.0/TD-30642
add test cases for TD-30642
2024-06-23 08:58:23 +08:00
Alex Duan eb784f7e04 case: add modify two three combine item 2024-06-22 14:48:25 +08:00
Chris Zhai f3bc93ce6a add data verification 2024-06-22 12:55:15 +08:00
Chris Zhai dc49459165 add test cases for TD-30642 2024-06-21 15:51:56 +08:00
dapan1121 e34a8b48df
Merge pull request #26008 from taosdata/fix/TS-4833/dataloaded
partition interval and limimt, dataload error
2024-06-17 08:32:19 +08:00
factosea 19f6766c9a fix: blockAgg 2024-06-15 18:08:25 +08:00
Alex Duan e66482c8a5 fix: case coverage add column 2024-06-06 18:28:22 +08:00
Alex Duan 0b8423aeba fix: rename util to eutil 2024-06-05 19:50:26 +08:00
Alex Duan 76d2618000 fix: delete old files 2024-06-05 18:44:03 +08:00
Alex Duan ce13165cd0 fix: modify cases.task dir 2024-06-05 18:40:44 +08:00
Alex Duan 64c577465c fix: s3 with different bucket name 1~20 2024-06-05 18:30:27 +08:00
charles 68915197ee update test cases to fix uncertainty results by charles 2024-06-05 08:25:39 +08:00