diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-06-24 18:53:39 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-06-24 19:02:54 +0300 |
commit | f601548e41807e73b16c108b12f905ab53d12e81 (patch) | |
tree | df50503f650c5753233ab2478900e22bc08231c5 | |
parent | e68e6eaa07cc8c278469ad321f2f583d730a8e0b (diff) | |
download | ydb-f601548e41807e73b16c108b12f905ab53d12e81.tar.gz |
Intermediate changes
-rw-r--r-- | yt/yt/core/rpc/unittests/rpc_ut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/core/rpc/unittests/rpc_ut.cpp b/yt/yt/core/rpc/unittests/rpc_ut.cpp index d4eeb90d43..e63a471b13 100644 --- a/yt/yt/core/rpc/unittests/rpc_ut.cpp +++ b/yt/yt/core/rpc/unittests/rpc_ut.cpp @@ -644,7 +644,7 @@ TYPED_TEST(TRpcTest, ResponseMemoryTag) } auto currentMemoryUsage = GetMemoryUsageForTag(testMemoryTag); - EXPECT_GE(currentMemoryUsage - initialMemoryUsage, 256_KB) + EXPECT_GE(currentMemoryUsage - initialMemoryUsage, 200_KB) << "InitialUsage: " << initialMemoryUsage << std::endl << "Current: " << currentMemoryUsage; } |