|
1 |
| -#include <ydb/core/base/path.h> |
2 | 1 | #include <ydb/core/base/table_vector_index.h>
|
3 |
| -#include <ydb/core/change_exchange/change_exchange.h> |
4 |
| -#include <ydb/core/scheme/scheme_tablecell.h> |
5 |
| -#include <ydb/core/tx/schemeshard/schemeshard_utils.h> |
| 2 | +#include <ydb/core/base/table_index.h> |
| 3 | + |
6 | 4 | #include <ydb/core/tx/schemeshard/ut_helpers/helpers.h>
|
7 |
| -#include <ydb/core/tx/schemeshard/ut_helpers/test_with_reboots.h> |
8 |
| -#include <ydb/core/testlib/tablet_helpers.h> |
9 |
| -#include <ydb/public/lib/deprecated/kicli/kicli.h> |
| 5 | +#include <ydb/core/tx/schemeshard/schemeshard_utils.h> |
10 | 6 |
|
11 | 7 |
|
12 | 8 | using namespace NKikimr;
|
@@ -62,8 +58,8 @@ Y_UNIT_TEST_SUITE(TVectorIndexTests) {
|
62 | 58 |
|
63 | 59 | TVector<ui64> dropTxIds;
|
64 | 60 | TestDropTable(runtime, dropTxIds.emplace_back(++txId), "/MyRoot", "vectors");
|
65 |
| - env.TestWaitNotification(runtime, dropTxIds); |
66 |
| - } |
| 61 | + env.TestWaitNotification(runtime, dropTxIds); |
| 62 | + } |
67 | 63 |
|
68 | 64 | Y_UNIT_TEST(CreateTableCoveredEmbedding) {
|
69 | 65 | TTestBasicRuntime runtime;
|
@@ -151,7 +147,7 @@ Y_UNIT_TEST_SUITE(TVectorIndexTests) {
|
151 | 147 | TestDescribeResult(DescribePrivatePath(runtime, "/MyRoot/vectors/idx_vector/indexImplPostingTable"),
|
152 | 148 | { NLs::PathExist,
|
153 | 149 | NLs::CheckColumns(PostingTable, {PostingTable_ParentColumn, "id1", "id2", "covered1", "covered2"}, {}, {PostingTable_ParentColumn, "id1", "id2"}, true) });
|
154 |
| - } |
| 150 | + } |
155 | 151 |
|
156 | 152 | Y_UNIT_TEST(VectorKmeansTreePostingImplTable) {
|
157 | 153 | // partition
|
@@ -218,5 +214,5 @@ Y_UNIT_TEST_SUITE(TVectorIndexTests) {
|
218 | 214 | VectorIndexKmeansTreeDescription: { Settings: { settings: { metric: DISTANCE_COSINE, vector_type: VECTOR_TYPE_FLOAT, vector_dimension: 1024 } } }
|
219 | 215 | }
|
220 | 216 | )", {NKikimrScheme::StatusInvalidParameter});
|
221 |
| - } |
| 217 | + } |
222 | 218 | }
|
0 commit comments