Commit Graph

64413 Commits

Author SHA1 Message Date
Chris Zhai 003f9138bc add test cases for TS-4721 2024-05-29 14:59:22 +08:00
Hongze Cheng d7ecd98cf9
Merge pull request #25947 from taosdata/fix/community_compile_issue
compile error
2024-05-28 14:37:08 +08:00
Hongze Cheng 242b836eca compile error 2024-05-28 14:35:58 +08:00
Hongze Cheng 913612e4a6
Merge pull request #25913 from taosdata/enh/TS-4723-3.0
enh: reduce compact block write time
2024-05-28 13:18:57 +08:00
Haojun Liao 230631a535
Merge pull request #25943 from taosdata/fix/TD-30028
fix(query): check if pSliceIno->pPrevGroupKey is initialized or not.
2024-05-28 11:08:47 +08:00
dapan1121 2002c69da4
Merge pull request #25926 from taosdata/fix/TD-30231
fix:[TD-30231]case failed in sometimes
2024-05-28 09:25:10 +08:00
wade zhang d30e4b9654
Merge pull request #25936 from taosdata/ts4806
add test case for ts-4806 and complicated accuracy query section by c…
2024-05-28 08:10:18 +08:00
Haojun Liao a9ca820b06 fix(query): check if pSliceIno->pPrevGroupKey is initialized or not. 2024-05-27 22:31:02 +08:00
dapan1121 99859c30ed
Merge pull request #25932 from taosdata/fix/TD-30190
Fix/td 30190
2024-05-27 18:53:21 +08:00
Hongze Cheng 81768b40fd
Merge pull request #25924 from taosdata/fix/TD-30248-3.0
fix: last cache memory leak
2024-05-27 18:14:36 +08:00
charles 86eb1313ba add test case for ts-4806 and complicated accuracy query section by charles 2024-05-27 17:22:30 +08:00
dapan1121 a25b70c45c fix: add timeline test cases 2024-05-27 14:53:30 +08:00
Alex Duan 5887b3753e
Merge pull request #25919 from taosdata/test/fix_stream_subtable_case_3.0
test: update stream case for subtable
2024-05-27 11:11:27 +08:00
Hongze Cheng 72736ba7b9 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TS-4723-3.0 2024-05-27 09:33:33 +08:00
Alex Duan 5e0b5307c4
Merge pull request #25917 from taosdata/enh/xftan/TD-30229-3.0
enh: modify taosadapter version output
2024-05-27 09:24:10 +08:00
Haojun Liao 03a5230bd7
Merge pull request #25923 from taosdata/fix/TD-30028
fix(stream): fix memory leak if write failed.
2024-05-25 00:40:14 +08:00
dapan1121 2f9c341208
Merge pull request #25887 from taosdata/fix/3.0/TD-30105
fix smaTest unit test
2024-05-24 13:50:23 +08:00
wangmm0220 a23294d5f2 fix:[TD-30231]case failed in sometimes 2024-05-24 13:40:10 +08:00
Shungang Li 9947d8ec42 fix: last cache memory leak 2024-05-24 12:57:49 +08:00
Haojun Liao 01fb950cbc refactor: add some logs. 2024-05-24 11:44:17 +08:00
wangjiaming0909 22aad41810 fix smaTest failed caused by mnode not inited 2024-05-24 11:42:01 +08:00
Haojun Liao 28032dfd39 fix(stream): fix memory leak if write failed. 2024-05-24 11:39:02 +08:00
dapan1121 6064ea0125 fix: support timeline query from union and order by 2024-05-24 11:24:19 +08:00
jiajingbin 3a9a21b825 test: update stream case for subtable 2024-05-24 10:31:03 +08:00
Haojun Liao 499ca6c23b
Merge pull request #25910 from taosdata/fix/TD-30028
fix(stream): check if outputQ is full before execute the scan history task. if it is full, idle for 5 sec.
2024-05-24 10:25:17 +08:00
t_max 9c8807b73b enh: modify taosadapter version output 2024-05-24 10:15:04 +08:00
Haojun Liao 8c0a74e7b2 fix(stream):adjust the idle time. 2024-05-24 09:19:09 +08:00
Hongze Cheng a193b589a9
Merge pull request #25915 from taosdata/fix/TD-30220
Fix/TD-30220
2024-05-24 08:59:01 +08:00
Yihao Deng a021b62c04 fix backen crash 2024-05-23 12:02:01 +00:00
Hongze Cheng a33fd60721 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TS-4723-3.0 2024-05-23 19:05:24 +08:00
Hongze Cheng 21ea1e3735 fix memory leak 2024-05-23 19:05:11 +08:00
Hongze Cheng f9834898c6
Merge pull request #25894 from taosdata/fix/TD-30113-2-3.0
TD-30113
2024-05-23 18:03:34 +08:00
Hongze Cheng 9531cba834 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TS-4723-3.0 2024-05-23 18:02:26 +08:00
Hongze Cheng f729072044 enh: reduce compact block write time 2024-05-23 17:57:07 +08:00
Haojun Liao eb1f09f47f refactor: do some internal refactor. 2024-05-23 17:25:22 +08:00
Haojun Liao 0c61fb20d6 fix(stream): check if outputQ is full before execute the scan history task. if it is full, idle for 5 sec. 2024-05-23 17:22:29 +08:00
Hongze Cheng 987d3d84f0
Merge pull request #25897 from taosdata/fix/TD-30106-2-3.0
fix/TD-30106
2024-05-23 17:12:00 +08:00
Hongze Cheng f492d4ad40
Merge pull request #25891 from taosdata/fix/TS-4827-3.0
fix: last cache update ts for col format
2024-05-23 16:45:12 +08:00
Hongze Cheng 54c88970d1
Merge pull request #25898 from taosdata/fix/TD-30204-3.0
fix: rectify invalid clusterId during startup
2024-05-23 16:35:26 +08:00
Alex Duan e58dfc7d70
Merge pull request #25901 from taosdata/td30198
update test case to fix error occasionally
2024-05-23 16:29:21 +08:00
Haojun Liao cc7d5d7a91 Merge branch '3.0' into fix/TD-30028 2024-05-23 16:16:59 +08:00
Haojun Liao cb6e03d985
Merge pull request #25896 from taosdata/fix/TD-30208
check delete mark
2024-05-23 15:48:01 +08:00
Alex Duan a491037199
Merge pull request #25856 from taosdata/test/3.0/TD-30164
Test/3.0/td 30164
2024-05-23 15:28:54 +08:00
Hongze Cheng eac6408339
Merge pull request #25879 from taosdata/enh/TD-29713-3.0
enh: batch update arbgroup in trans
2024-05-23 14:28:11 +08:00
charles f3a5f81ab1 update test case to fix error occasionally 2024-05-23 13:22:42 +08:00
kailixu 1284ceaa74 fix: rectify invalid clusterId during startup 2024-05-23 12:52:21 +08:00
dmchen 5055dad3cf fix/TD-30106 2024-05-23 04:22:52 +00:00
Hongze Cheng ae7b3179a0
Merge pull request #25883 from taosdata/fix/fixFloatDefaultCompress
Fix/fixFloatDefaultCompress
2024-05-23 10:42:21 +08:00
54liuyao 0b9e3c9115 check delete mark 2024-05-23 10:05:24 +08:00
Hongze Cheng a0bb35b1ab
Merge pull request #25875 from taosdata/enh/TD-30149-3.0
enh(grant): refine error code
2024-05-22 19:09:48 +08:00