Skip to content

Commit 22f33ca

Browse files
committed
remove test
1 parent 251a38b commit 22f33ca

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

ydb/core/statistics/service/ut/ut_column_statistics.cpp

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -128,21 +128,6 @@ Y_UNIT_TEST_SUITE(ColumnStatistics) {
128128
auto pathId2 = ResolvePathId(runtime, "/Root/Serverless2/Table2");
129129
CheckColumnStatistics(runtime, pathId2, sender, expected);
130130
}
131-
132-
Y_UNIT_TEST(ServerlessSchemaCache) {
133-
NOlap::TSchemaCachesManager::DropCaches();
134-
TTestEnv env(1, 3);
135-
136-
CreateDatabase(env, "Shared", 1, true);
137-
CreateServerlessDatabase(env, "Serverless1", "/Root/Shared", 1);
138-
CreateServerlessDatabase(env, "Serverless2", "/Root/Shared", 1);
139-
140-
CreateColumnStoreTable(env, "Serverless1", "Table1", 1);
141-
CreateColumnStoreTable(env, "Serverless2", "Table2", 1);
142-
143-
UNIT_ASSERT_VALUES_EQUAL(NOlap::TSchemaCachesManager::NumCaches(), 2u);
144-
}
145-
146131
}
147132

148133
} // NSysView

0 commit comments

Comments
 (0)