Commit Graph

173 Commits

Author SHA1 Message Date
kailixu edabeb3a98 fix: compatibility for msg and error code 2024-06-21 11:22:32 +08:00
kailixu af2e6c6411 Merge branch '3.0' into fix/TD-30677-3.0 2024-06-21 08:07:39 +08:00
kailixu 79f8ab4596 fix: compatibility for msg and error code 2024-06-21 08:07:18 +08:00
Haojun Liao 079df11148
Merge pull request #26222 from taosdata/fix/3_liaohj
fix(util): change the load of __m128i value.
2024-06-20 21:26:57 +08:00
Haojun Liao b730cfd568 fix(util):do some internal refactor. 2024-06-20 18:41:16 +08:00
Haojun Liao df003cca3c
Merge pull request #26197 from taosdata/fix/3_liaohj
fix(util): uncomment the timestamp decode function with AVX2 instructions
2024-06-20 16:16:52 +08:00
Haojun Liao e9b0745947 fix(util): update test cases. 2024-06-19 19:15:45 +08:00
Haojun Liao 04281bcd07 fix(util): uncomment the timestamp decode function with AVX2 instructions, and do some internal refactor. 2024-06-19 15:06:09 +08:00
cris.pei c25b6f1efe Add the command-line argument '--output-config' for generating configuration in test cases that increase the compatibility of message types and error codes 2024-06-17 20:49:39 +08:00
cris.pei 26c9b757de Add the command-line argument '--output-config' for generating configuration in test cases that increase the compatibility of message types and error codes 2024-06-17 20:13:00 +08:00
kailixu 6f667d9314 enh: support get macro string of taos errors 2024-06-13 10:13:24 +08:00
kailixu 247183b6fc enh: support get macro string of taos errors 2024-06-13 06:57:13 +08:00
kailixu 95a6cbf8e0 enh: support get origin string of taos errors 2024-06-12 18:56:29 +08:00
Haojun Liao 2b44211928 fix(test): update test case and fix a typo. 2024-05-15 14:52:59 +08:00
Haojun Liao e1cd7710ed fix(test): fix error in unit test. 2024-04-25 14:23:54 +08:00
yihaoDeng ff8b606e37 fix ci error 2024-03-30 14:30:38 +00:00
yihaoDeng 0cce8df6b5 Merge branch '3.0' into feature/compressData 2024-03-30 02:00:24 +00:00
Haojun Liao 277a009677 fix(test): fix unit test compiler error. 2024-03-27 16:42:32 +08:00
yihaoDeng 7aaef32304 refactor code 2024-03-25 09:49:28 +00:00
yihaoDeng bba1b8d88a refactor code 2024-03-25 05:53:19 +00:00
yihaoDeng b48a05c081 refactor code 2024-03-24 13:01:19 +00:00
yihaoDeng 18e927f20a add test 2024-03-23 10:38:59 +00:00
yihaoDeng 6147860edb add test 2024-03-22 10:46:50 +00:00
yihaoDeng 455d9e51fd add test 2024-03-21 13:04:52 +00:00
yihaoDeng 374f8e0462 add test 2024-03-21 13:02:28 +00:00
yihaoDeng 5407ac38db add test 2024-03-21 11:07:01 +00:00
yihaoDeng 2903d568ea add test 2024-03-21 11:06:46 +00:00
yihaoDeng bf808a0bf6 add more compress alg 2024-03-20 03:43:38 +00:00
Hongze Cheng 4b791d67ba more fix 2024-03-12 09:48:28 +08:00
Hongze Cheng 9b8dec7691 more code 2024-03-03 16:01:12 +08:00
Hongze Cheng 57fa96a720 resolve compile error 2024-02-23 15:14:12 +08:00
Hongze Cheng a6423b7816 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-3.0 2024-02-23 14:47:10 +08:00
kailixu ef7b38d4f6 enh: code optimization for tbase58 2024-02-23 10:30:47 +08:00
kailixu 5b0fc1544d enh: unit test and optimization for base58 2024-02-22 18:00:12 +08:00
kailixu 6ac6e8f2bd enh: unit test and optimization for base58 2024-02-22 17:46:36 +08:00
Hongze Cheng bdfba4cad1 more code 2024-02-19 16:42:41 +08:00
Hongze Cheng 24eff51382 more code and test 2024-02-18 15:53:47 +08:00
factosea 1aae0e52e3 fix: like wildcard match 2023-12-26 14:48:05 +08:00
factosea e2d2ffc00e fix: % wildcard 2023-12-13 16:07:10 +08:00
dapan1121 8528fb7a15
Merge pull request #23963 from taosdata/enh/xsren/TD-22212/taosQueryParam3.0
enh: td-22212 taos query param3.0
2023-12-13 08:24:39 +08:00
Alex Duan 400f466f62 case: tarray.c unit case add 2023-12-10 17:25:13 +08:00
Alex Duan 00c9218b32 case: add arrayRemoveDumplicate case 2023-12-10 14:40:38 +08:00
Alex Duan 7adad817c9 case: add arrayTest unit case 2023-12-08 18:27:38 +08:00
factosea f01241f720 Merge branch 'fix/xsren/TD-22212/taosQueryParam3.0' into enh/xsren/TD-22212/taosQueryParam3.0 2023-12-06 17:39:25 +08:00
Haojun Liao f9d717d0f2 refactor: do some internal refactor. 2023-11-27 14:42:13 +08:00
Haojun Liao 6ab14d39bb fix(test): do some internal refactor. 2023-11-27 09:32:47 +08:00
Haojun Liao de0c20c296 fix(test): add test case. 2023-11-27 00:02:52 +08:00
Shungang Li c6f5e2a9bd enh: add dynamic configuration 2023-11-03 14:28:02 +08:00
xsren 355ec86926 fix error when taos_query_a param is null
c_test missing on linux

mem leak

wal_test  pageBufferTest on linux

tfsTest on linux
2023-10-26 16:50:45 +08:00
Haojun Liao 614bdd9fb9
Merge pull request #23220 from taosdata/feat/TD-26644
opt bloom filter
2023-10-19 15:34:43 +08:00