Skip to content

Commit ad0ddbb

Browse files
fix tests
1 parent b9bc398 commit ad0ddbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/core/tx/columnshard/ut_schema/ut_columnshard_schema.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ void TestTtl(bool reboots, bool internal, TTestSchema::TTableSpecials spec = {},
161161
{
162162
auto csControllerGuard = NKikimr::NYDBTest::TControllers::RegisterCSControllerGuard<NOlap::TWaitCompactionController>();
163163
csControllerGuard->DisableBackground(NKikimr::NYDBTest::ICSController::EBackground::Compaction);
164-
csControllerGuard->SetCompactionActualizationLag(TDuration::Zero());
164+
csControllerGuard->SetTasksActualizationLag(TDuration::Zero());
165165
std::vector<ui64> ts = {1600000000, 1620000000};
166166

167167
ui32 ttlIncSeconds = 1;
@@ -513,7 +513,7 @@ std::vector<std::pair<ui32, ui64>> TestTiers(bool reboots, const std::vector<TSt
513513

514514
auto csControllerGuard = NKikimr::NYDBTest::TControllers::RegisterCSControllerGuard<NOlap::TWaitCompactionController>();
515515
csControllerGuard->DisableBackground(NYDBTest::ICSController::EBackground::TTL);
516-
csControllerGuard->SetCompactionActualizationLag(TDuration::Zero());
516+
csControllerGuard->SetTasksActualizationLag(TDuration::Zero());
517517
TTestBasicRuntime runtime;
518518
TTester::Setup(runtime);
519519

0 commit comments

Comments
 (0)