We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e94a0 commit 36331abCopy full SHA for 36331ab
ydb/core/tx/schemeshard/ut_ttl/ut_ttl.cpp
@@ -1207,7 +1207,7 @@ Y_UNIT_TEST_SUITE(TSchemeShardTTLTests) {
1207
}
1208
1209
1210
- )", {{NKikimrScheme::StatusInvalidParameter, "Only the last tier in TTL settings can have Delete action"}});
+ )", {{NKikimrScheme::StatusInvalidParameter, "Tier 0: only the last tier in TTL settings can have Delete action"}});
1211
1212
TestAlterTable(runtime, ++txId, "/MyRoot", R"(
1213
Name: "TTLEnabledTable"
0 commit comments