yihaoDeng
|
dc9027bb90
|
Merge remote-tracking branch 'origin/3.0' into enh/opt-transport
|
2024-10-11 11:13:36 +08:00 |
|
dapan1121
|
0055d9544c
|
fix: use safe function
|
2024-10-08 19:18:48 +08:00 |
|
yihaoDeng
|
ce052c9c8a
|
Merge remote-tracking branch 'origin/3.0' into enh/opt-transport
|
2024-09-26 21:40:48 +08:00 |
|
xsren
|
ecf5f35cd0
|
fix: windows crash
|
2024-09-25 14:08:32 +08:00 |
|
yihaoDeng
|
cca3319292
|
Merge branch '3.0' into enh/opt-transport
|
2024-09-15 08:14:45 +08:00 |
|
Jinqing Kuang
|
0cb4c927ec
|
enh(query)[TD-31903]. Handle return values for function calls
|
2024-09-13 11:45:59 +08:00 |
|
xsren
|
82d83b2e6b
|
osSysinfo
|
2024-09-12 19:56:49 +08:00 |
|
xsren
|
90d9784984
|
osEnv
|
2024-09-12 16:12:31 +08:00 |
|
xsren
|
79de2c52f4
|
fix: return length
|
2024-09-10 19:36:20 +08:00 |
|
xsren
|
aea768d2c0
|
osFile
|
2024-09-10 17:40:19 +08:00 |
|
xsren
|
aa5683cfd9
|
osfile
|
2024-09-10 14:55:14 +08:00 |
|
xsren
|
a12e96d2c3
|
fix: build on windows
|
2024-09-10 13:51:25 +08:00 |
|
xsren
|
2a3917029f
|
osFile
|
2024-09-10 11:29:50 +08:00 |
|
yihaoDeng
|
a4827ad086
|
add network random error
|
2024-08-22 19:36:36 +08:00 |
|
xsren
|
378dadf7c4
|
fix: set auto del
|
2024-08-22 09:54:12 +08:00 |
|
yihaoDeng
|
ec3c967fe7
|
fix mem problem
|
2024-08-21 19:52:15 +08:00 |
|
yihaoDeng
|
4e2c93f262
|
add network random error
|
2024-08-21 15:54:46 +08:00 |
|
dapan1121
|
044f7d6658
|
fix: remove assert
|
2024-08-21 14:41:14 +08:00 |
|
kailixu
|
d0059d2d9d
|
enh: support config randErrorScope dynamically
|
2024-08-15 13:25:04 +08:00 |
|
kailixu
|
ee05a536ef
|
enh: support config randErrorDivisor dynamically
|
2024-08-13 14:19:28 +08:00 |
|
Cary Xu
|
abe579a503
|
Update osFile.c
|
2024-08-13 00:27:16 +08:00 |
|
kailixu
|
ee571773f8
|
fix: decrease the dimension when mocking i/o error
|
2024-08-12 18:45:50 +08:00 |
|
kailixu
|
eda233dd8d
|
enh: simulate random i/o error
|
2024-08-12 13:56:14 +08:00 |
|
kailixu
|
89b4c7a3ed
|
enh: simulate random i/o error
|
2024-08-12 13:37:11 +08:00 |
|
kailixu
|
c14363625d
|
enh: simulate random i/o error
|
2024-08-12 13:31:46 +08:00 |
|
kailixu
|
563920eea8
|
enh: simulate random i/o error
|
2024-08-12 13:29:19 +08:00 |
|
kailixu
|
787715a519
|
enh: simulate random i/o error
|
2024-08-12 12:23:46 +08:00 |
|
kailixu
|
410008ac2f
|
enh: simulate random i/o error
|
2024-08-12 12:21:07 +08:00 |
|
kailixu
|
7e1bbd7459
|
enh: simulate random i/o error
|
2024-08-12 12:13:26 +08:00 |
|
Hongze Cheng
|
3460a202fc
|
Merge pull request #26790 from taosdata/enh/TD-30988-3.0
fix: refactor return code
|
2024-07-26 20:33:50 +08:00 |
|
kailixu
|
9de0e4ee64
|
fix: refactor return code
|
2024-07-25 16:20:10 +08:00 |
|
dapan1121
|
3ac26cc32a
|
fix: config read issue
|
2024-07-25 13:48:22 +08:00 |
|
dapan1121
|
4ef485dbf9
|
fix: shell read file issue
|
2024-07-25 08:55:01 +08:00 |
|
dapan1121
|
47c5958cb2
|
fix: pread return code issue
|
2024-07-24 17:25:31 +08:00 |
|
dapan1121
|
f0f6787b74
|
fix: os return code validation
|
2024-07-24 15:00:23 +08:00 |
|
dapan1121
|
5a0147d4dd
|
fix: file return code
|
2024-07-23 19:23:49 +08:00 |
|
dapan1121
|
ce76be7eda
|
Merge branch 'fix/TD-31073' of github.com:taosdata/TDengine into fix/TD-31073
|
2024-07-23 18:49:30 +08:00 |
|
dapan1121
|
9735c069c8
|
fix: windows compile issue
|
2024-07-23 18:47:20 +08:00 |
|
dapan1121
|
66ba6c4226
|
Merge branch '3.0' into fix/TD-31073
|
2024-07-23 16:41:12 +08:00 |
|
dapan1121
|
9e8d94a69a
|
fix: add function return code validation
|
2024-07-23 15:03:24 +08:00 |
|
Hongze Cheng
|
1ebec2c402
|
enh: refactor error code
|
2024-07-23 14:50:45 +08:00 |
|
wangmm0220
|
d4b31cfd8e
|
fix:[TS-4921] errors in test
|
2024-06-26 18:32:09 +08:00 |
|
wangmm0220
|
5dcfed2d51
|
feat:[TS-4921]add logic for slow log
|
2024-06-19 18:54:26 +08:00 |
|
slzhou
|
5c691685ba
|
fix: review comments
|
2024-03-12 16:53:56 +08:00 |
|
shenglian zhou
|
e91586c484
|
fix: free fd to reuse the space
|
2024-02-21 09:47:42 +08:00 |
|
xsren
|
9457d3a269
|
fix: build failed on linux
|
2024-02-05 16:07:40 +08:00 |
|
xsren
|
f825089488
|
fix: file not exist on windows
|
2024-02-05 11:32:34 +08:00 |
|
Haojun Liao
|
4c119c7626
|
fix(os): fix error on windows.
|
2024-01-16 10:44:59 +08:00 |
|
Yihao Deng
|
8d24a34015
|
add hard link
|
2024-01-15 07:46:30 +00:00 |
|
factosea
|
d368956e3f
|
fix timezone range
|
2023-12-04 11:41:47 +08:00 |
|