aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-09-09 18:48:40 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-09-09 19:00:26 +0300
commitab9b1efed10713e3420ece39a521ec5273efd375 (patch)
treea0b6d8dfbb5d24df6323c030647995727bee5837
parent44ee9e390c2c8cf9d768798a4891580be12e97e5 (diff)
downloadydb-ab9b1efed10713e3420ece39a521ec5273efd375.tar.gz
Intermediate changes
-rw-r--r--yt/yt/core/concurrency/unittests/async_looper_ut.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/yt/yt/core/concurrency/unittests/async_looper_ut.cpp b/yt/yt/core/concurrency/unittests/async_looper_ut.cpp
index 2f021b4374..a05ed39b42 100644
--- a/yt/yt/core/concurrency/unittests/async_looper_ut.cpp
+++ b/yt/yt/core/concurrency/unittests/async_looper_ut.cpp
@@ -168,9 +168,9 @@ TEST(TAsyncLooperTest, CancelSyncStep)
looper->Stop();
- EXPECT_TRUE(promise.IsCanceled());
-
queue->Shutdown();
+
+ EXPECT_TRUE(promise.IsCanceled());
}
TEST(TAsyncLooperTest, StopDuringAsyncStep)