File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
ydb/core/blobstorage/dsproxy/ut Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1- ydb/core/blobstorage/dsproxy/ut TDSProxyPutTest.TestBlock42PutStatusOkWith_1_1_VdiskErrors
21ydb/core/blobstorage/pdisk/ut RDMA.ChunkWriteDifferentOffsetAndSize
32ydb/core/blobstorage/ut_blobstorage BlobPatching.PatchBlock42
43ydb/core/blobstorage/ut_blobstorage CountingEvents.Collect_Mirror3of4
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments