Commit Graph

38804 Commits

Author SHA1 Message Date
Shengliang Guan c9dc6a7fad
Merge pull request #29415 from taosdata/fix/TD-33396
fix:[TD-33396]add log for tmq
2024-12-31 16:45:48 +08:00
Shengliang Guan 94ea52ad9d
Merge pull request #29404 from taosdata/fix/tag
fix(stream): replace functions with safty ones.
2024-12-31 15:49:06 +08:00
Haojun Liao 1d0ab80e75 fix(stream): check return value for snprintf 2024-12-31 11:59:13 +08:00
Haojun Liao 5a1e5b1549 fix(stream): check return value for snprintf 2024-12-31 11:52:06 +08:00
wangmm0220 85aad90d3a fix:[TD-33396]add log for tmq 2024-12-31 11:22:56 +08:00
Haolin Wang 977a452ea1
Revert "Revert "Fix infinite loop when insert from CSV file on Windows"" 2024-12-30 19:41:41 +08:00
Shengliang Guan 7c36eda698
Revert "Fix infinite loop when insert from CSV file on Windows" 2024-12-30 19:36:25 +08:00
Shengliang Guan 2ba0e1ddc3
Merge pull request #29407 from taosdata/fix/main/TS-5828
Fix infinite loop when insert from CSV file on Windows
2024-12-30 19:33:17 +08:00
wangmm0220 b63787aa09 fix:[TD-33396]add log for tmq 2024-12-30 17:23:11 +08:00
Haojun Liao 44cfecc402 refactor: remove unused codes. 2024-12-30 13:41:34 +08:00
Haojun Liao 8c7ee17dd1 fix(stream): replace functions with safty ones. 2024-12-30 13:36:57 +08:00
dapan1121 549d26be95 fix: abort preprocess query issue 2024-12-30 13:12:10 +08:00
dapan1121 b80a20a4a1 fix: session list issue 2024-12-30 12:11:11 +08:00
Haolin Wang 922766c145 fix: infinite loop when reading CSV file EOF on Windows 2024-12-30 10:16:57 +08:00
Shengliang Guan 8dedf8f21d minor changes 2024-12-29 22:34:24 +08:00
Shengliang Guan 2cbcf9b1d6
Merge pull request #29387 from taosdata/fix/cov
refactor(stream): extend the stream checkout timeout to be 600s.
2024-12-29 22:16:32 +08:00
Shengliang Guan e53600fee2
Merge pull request #29380 from taosdata/fix/tag
fix(stream): check if the altered tag value table
2024-12-29 22:16:11 +08:00
Shengliang Guan 0312435deb
Merge pull request #29390 from taosdata/enh/TS-4994-more-test-case
Enh/ts 4994 more test case
2024-12-29 22:14:40 +08:00
kailixu 5f539d41f6 test: add test case for auto compact 2024-12-29 16:24:12 +08:00
kailixu 92df4a39db test: add test case for auto compact 2024-12-29 16:08:09 +08:00
kailixu 1e95823d4f test: add test case for auto compact 2024-12-29 15:49:16 +08:00
kailixu baa2d6e505 test: add test case for auto compact 2024-12-29 15:38:08 +08:00
kailixu 52eab6c1bc test: add test case for auto compact 2024-12-29 15:34:37 +08:00
kailixu 243195c37a test: add test case for auto compact 2024-12-29 15:21:49 +08:00
kailixu 4e211e7221 test: add test case for auto compact 2024-12-29 15:16:13 +08:00
kailixu de3558a4a7 test: add test case for auto compact 2024-12-29 15:14:51 +08:00
kailixu b0fa490dd6 test: add test case for auto compact 2024-12-29 15:13:38 +08:00
Haojun Liao 0c8ac0f2ec enh(stream): inc the timeout threshold to be 600s. 2024-12-29 00:42:39 +08:00
Haojun Liao ba4d47b8b6 enh(stream): extend wait time upto 300s 2024-12-29 00:15:58 +08:00
Haojun Liao a73ad9642a fix(stream): check if the altered tag value table should be added into stream/tq scan table list. 2024-12-28 21:25:40 +08:00
Shengliang Guan 5bb7be712d
Merge pull request #29376 from taosdata/fix/cov
test: update test cases and fix related bugs.
2024-12-28 16:19:40 +08:00
Shengliang Guan 1fb58e6b36
Merge pull request #29379 from taosdata/merge/3.0tomain
merge: from 3.0 to main branch
2024-12-28 16:19:04 +08:00
Shengliang Guan ec2c8c435e
Revert "Enh:[td 29974]improve trans" 2024-12-27 22:26:43 +08:00
Haojun Liao a334bf1991 test: update the sim, set the output as uint, instead of int to avoid overflow. 2024-12-27 22:04:35 +08:00
54liuyao e8f63cded9 fix stream state operator issue 2024-12-27 22:04:28 +08:00
Haojun Liao 98a3fa1ab5 test: add test case for anamaly detection in tdanalytics. 2024-12-27 22:04:16 +08:00
Haojun Liao 746cbc09c3 test(analytics): add tests for tdanalytics. 2024-12-27 22:04:08 +08:00
Hongze Cheng 4093e65e09 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TS-4994-more-test-case 2024-12-27 21:59:17 +08:00
Hongze Cheng a72c46a7fc more cases 2024-12-27 17:44:05 +08:00
Hongze Cheng 2d7c1a206f enh: add more cases 2024-12-27 15:10:21 +08:00
kailixu 3f642fd013 fix: unlock and error code of tlog 2024-12-27 12:01:07 +08:00
Shengliang Guan 0c1de77eb9
Merge pull request #29348 from taosdata/fix/TS-5826
fix(tdb/cd): free cell decoder's mem w.r.t. btree prev
2024-12-27 10:36:23 +08:00
dmchen 91abb86693 fix/resolve_fqdn_retry_times 2024-12-27 02:22:54 +00:00
Shengliang Guan f3a8366c10
Merge pull request #29344 from taosdata/fix/main/TD-33336
fix sma filtering returned wrong rows
2024-12-27 09:26:38 +08:00
Shengliang Guan 757fcc70be
Merge pull request #29321 from taosdata/fix/3.0/TD-33336
fix wrong rows returned with sma filtering
2024-12-27 09:26:26 +08:00
Shengliang Guan b0f61b53ab
Merge pull request #29349 from taosdata/fix/3_liaohj
others: merge fix from main to 3.0, add test cases to improve the coverages.
2024-12-27 09:25:55 +08:00
Shengliang Guan f5b052ff92
Merge pull request #29332 from taosdata/fix/remove-resolve-fqdn-retry
fix/remove-resolve-fqdn-retry
2024-12-27 09:11:55 +08:00
Shengliang Guan 912fcb13bf
Merge pull request #29351 from taosdata/merge/mainto3.0
merge: from main to 3.0 branch
2024-12-27 09:06:35 +08:00
Shengliang Guan f96e3dc650
Merge pull request #29336 from taosdata/enh/TD-33267
Enh/TD-33267
2024-12-27 09:04:06 +08:00
Hongze Cheng ed9e3397be
Merge pull request #29347 from taosdata/enh/TS-4994-enh
enh: compact more enh
2024-12-27 08:49:24 +08:00