Skip to content

Commit

Permalink
Fix Coordinator::RestoreTenantConfiguration test KIKIMR-20710
Browse files Browse the repository at this point in the history
  • Loading branch information
snaury committed Jan 11, 2024
1 parent 7173846 commit 8ba3b38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ydb/core/tx/coordinator/coordinator_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,8 @@ namespace NKikimr::NFlatTxCoordinator::NTest {
Cerr << (TStringBuilder() << "Starting a database tenant" << Endl);
tenants.Run("/Root/db1", 1);

runtime.SimulateSleep(TDuration::Seconds(1));
Cerr << (TStringBuilder() << "Sleeping for tenant to start" << Endl);
runtime.SimulateSleep(TDuration::Seconds(5));
UNIT_ASSERT_C(hooks.PersistConfig_.size() > 0, "Expected coordinators to attempt to persist configs");
std::vector<ui64> coordinators;
for (auto& pr : hooks.PersistConfig_) {
Expand Down

0 comments on commit 8ba3b38

Please sign in to comment.