We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb058a2 commit 864089bCopy full SHA for 864089b
src/client/persqueue_public/ut/retry_policy_ut.cpp
@@ -56,10 +56,10 @@ Y_UNIT_TEST_SUITE(RetryPolicy) {
56
helper.Policy->Initialize();
57
helper.Policy->ExpectFatalBreakDown();
58
helper.EventLoop->AllowStop();
59
- auto f1 = helper.Write(false);
60
helper.Setup->KickTablets();
61
- helper.Write(false);
+ helper.Setup->WaitForTabletsDown();
62
+ auto f1 = helper.Write(false);
63
helper.EventLoop->WaitForStop();
64
UNIT_ASSERT(!f1.HasValue());
65
helper.Setup = nullptr;
0 commit comments