Skip to content

Commit 6b9cedb

Browse files
authored
Fix TDSProxyPutTest::TestBlock42PutStatusOkWith_1_1_VdiskErrors (#28645)
1 parent 2cf2132 commit 6b9cedb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/config/muted_ya.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
ydb/core/blobstorage/dsproxy/ut TDSProxyPutTest.TestBlock42PutStatusOkWith_1_1_VdiskErrors
21
ydb/core/blobstorage/pdisk/ut RDMA.ChunkWriteDifferentOffsetAndSize
32
ydb/core/blobstorage/ut_blobstorage BlobPatching.PatchBlock42
43
ydb/core/blobstorage/ut_blobstorage CountingEvents.Collect_Mirror3of4

ydb/core/blobstorage/dsproxy/ut/dsproxy_env_mock_ut.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ struct TDSProxyEnv {
147147
.TimeStatsEnabled = Mon->TimeStats.IsEnabled(),
148148
.Stats = PerDiskStatsPtr,
149149
.EnableRequestMod3x3ForMinLatency = false,
150+
.AccelerationParams = {
151+
// disable slow disk logic to avoid inconsistent accelerations
152+
.SlowDiskThreshold = 1'000'000'000,
153+
},
150154
.LongRequestThreshold = TDuration::Seconds(1),
151155
}));
152156
}

0 commit comments

Comments
 (0)