Skip to content

Commit

Permalink
ydb_persqueue: Fix TWriteSession_TestBrokenPolicy test
Browse files Browse the repository at this point in the history
  • Loading branch information
qyryq committed Aug 30, 2024
1 parent 297d5b4 commit 1e96cd9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ Y_UNIT_TEST_SUITE(RetryPolicy) {
helper.Policy->Initialize();
helper.Policy->ExpectFatalBreakDown();
helper.EventLoop->AllowStop();
auto f1 = helper.Write(false);
helper.Setup->KickTablets();
helper.Write(false);
helper.Setup->WaitForTabletsDown();

auto f1 = helper.Write(false);
helper.EventLoop->WaitForStop();
UNIT_ASSERT(!f1.HasValue());
helper.Setup = nullptr;
Expand Down

0 comments on commit 1e96cd9

Please sign in to comment.