Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/config/muted_ya.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
ydb/core/blobstorage/dsproxy/ut TDSProxyPutTest.TestBlock42PutStatusOkWith_1_1_VdiskErrors
ydb/core/blobstorage/pdisk/ut RDMA.ChunkWriteDifferentOffsetAndSize
ydb/core/blobstorage/ut_blobstorage BlobPatching.PatchBlock42
ydb/core/blobstorage/ut_blobstorage CountingEvents.Collect_Mirror3of4
Expand Down
4 changes: 4 additions & 0 deletions ydb/core/blobstorage/dsproxy/ut/dsproxy_env_mock_ut.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ struct TDSProxyEnv {
.TimeStatsEnabled = Mon->TimeStats.IsEnabled(),
.Stats = PerDiskStatsPtr,
.EnableRequestMod3x3ForMinLatency = false,
.AccelerationParams = {
// disable slow disk logic to avoid inconsistent accelerations
.SlowDiskThreshold = 1'000'000'000,
},
.LongRequestThreshold = TDuration::Seconds(1),
}));
}
Expand Down
Loading