File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
ydb/core/tx/schemeshard/ut_olap Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments