Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
swalrus1 committed Dec 4, 2024
1 parent 5b2997a commit 3df352f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions ydb/core/tx/columnshard/tables_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ bool TTablesManager::InitFromDB(NIceDb::TNiceDb& db) {
Ttl[pathId] = std::move(deserializedTtl);
} else {
Ttl.erase(pathId);
}
vIt->second = version;
}
}
Expand Down
4 changes: 3 additions & 1 deletion ydb/core/tx/schemeshard/ut_olap/ut_olap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,9 @@ Y_UNIT_TEST_SUITE(TOlap) {

Y_UNIT_TEST(CreateTableTtl) {
TTestBasicRuntime runtime;
TTestEnv env(runtime);
TTestEnvOptions options;
options.EnableTieringInColumnShard(true);
TTestEnv env(runtime, options);
ui64 txId = 100;

TestCreateOlapStore(runtime, ++txId, "/MyRoot", defaultStoreSchema);
Expand Down

0 comments on commit 3df352f

Please sign in to comment.