Skip to content

Commit 5b2997a

Browse files
committed
fix test
1 parent 389ad96 commit 5b2997a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

ydb/core/tx/schemeshard/ut_olap/ut_olap.cpp

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,9 @@ Y_UNIT_TEST_SUITE(TOlap) {
475475
ColumnUnit: UNIT_AUTO
476476
Tiers: {
477477
ApplyAfterSeconds: 360
478-
StorageName: "Tier1"
478+
EvictToExternalStorage {
479+
StorageName: "Tier1"
480+
}
479481
}
480482
}
481483
}
@@ -499,7 +501,9 @@ Y_UNIT_TEST_SUITE(TOlap) {
499501
ColumnUnit: UNIT_AUTO
500502
Tiers: {
501503
ApplyAfterSeconds: 3600000000
502-
StorageName: "Tier1"
504+
EvictToExternalStorage {
505+
StorageName: "Tier1"
506+
}
503507
}
504508
}
505509
}
@@ -650,7 +654,9 @@ Y_UNIT_TEST_SUITE(TOlap) {
650654
ColumnUnit: UNIT_AUTO
651655
Tiers: {
652656
ApplyAfterSeconds: 3600000000
653-
StorageName: "Tier1"
657+
EvictToExternalStorage {
658+
StorageName: "Tier1"
659+
}
654660
}
655661
}
656662
}

0 commit comments

Comments
 (0)