diff options
author | a-sumin <a-sumin@yandex-team.com> | 2023-05-19 17:10:45 +0300 |
---|---|---|
committer | a-sumin <a-sumin@yandex-team.com> | 2023-05-19 17:10:45 +0300 |
commit | af03088e36285492d768810e454fe9c83f4be74f (patch) | |
tree | 5312fbac6a2f56d32e885852203614e5c68fc556 | |
parent | 11ec886821720c182641c9729c33aaff102e266f (diff) | |
download | ydb-af03088e36285492d768810e454fe9c83f4be74f.tar.gz |
Fix test
-rw-r--r-- | ydb/core/blobstorage/dsproxy/ut/dsproxy_sequence_ut.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/core/blobstorage/dsproxy/ut/dsproxy_sequence_ut.cpp b/ydb/core/blobstorage/dsproxy/ut/dsproxy_sequence_ut.cpp index 71039b5c7ca..499cf61381f 100644 --- a/ydb/core/blobstorage/dsproxy/ut/dsproxy_sequence_ut.cpp +++ b/ydb/core/blobstorage/dsproxy/ut/dsproxy_sequence_ut.cpp @@ -1178,6 +1178,7 @@ Y_UNIT_TEST(TestGivenBlock42PutWhenPartialGetThenSingleDiskRequestOk) { q.Shift = shift; q.Size = size; } + SetPredictedDelaysForAllQueues({}); runtime.Send( new IEventHandle( proxy, sender, new TEvBlobStorage::TEvGet( |