File tree Expand file tree Collapse file tree 22 files changed +25
-119
lines changed
blobstorage/ut_blobstorage/lib
mind/bscontroller/ut_selfheal
dq/global_worker_manager/ut
generic/provider/ut/pushdown Expand file tree Collapse file tree 22 files changed +25
-119
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ PEERDIR(
1919 library/cpp/svnversion
2020 ydb/core/testlib/actors
2121 ydb/core/testlib/basics/default
22+ ydb/library/yql/minikql/comp_nodes/llvm
2223)
2324
2425SRCS(
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ PEERDIR(
1313 ydb/core/testlib/basics
1414 ydb/core/base
1515 ydb/core/testlib/basics/default
16+ ydb/library/yql/minikql/comp_nodes/llvm
1617)
1718
1819YQL_LAST_ABI_VERSION()
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ PEERDIR(
3434 ydb/core/tx/coordinator
3535 ydb/core/tx/scheme_board
3636 ydb/core/util
37+ ydb/library/yql/minikql/comp_nodes/llvm
3738 ydb/library/yql/public/udf/service/exception_policy
3839 ydb/library/yql/sql/pg_dummy
3940)
Original file line number Diff line number Diff line change 55)
66
77PEERDIR(
8+ ydb/library/yql/minikql/invoke_builtins/llvm
89 ydb/library/yql/public/udf/service/stub
910 ydb/library/yql/sql/pg_dummy
1011)
Original file line number Diff line number Diff line change 99 ydb/core/fq/libs/checkpointing
1010 ydb/core/testlib/actors
1111 ydb/core/testlib/basics/default
12+ ydb/library/yql/minikql/comp_nodes/llvm
1213)
1314
1415SIZE(MEDIUM)
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ YQL_LAST_ABI_VERSION()
1414PEERDIR(
1515 library/cpp/testing/unittest
1616 ydb/core/testlib/basics/default
17+ ydb/library/yql/minikql/comp_nodes/llvm
1718 ydb/library/yql/public/udf/service/exception_policy
1819)
1920
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ PEERDIR(
2020 ydb/core/blobstorage/pdisk/mock
2121 ydb/core/mind/bscontroller
2222 ydb/core/tx/scheme_board
23+ ydb/library/yql/minikql/comp_nodes/llvm
2324 ydb/library/yql/public/udf/service/stub
2425 ydb/library/yql/sql/pg_dummy
2526)
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ PEERDIR(
1616 ydb/core/tx/tx_proxy
1717 ydb/core/tx
1818 ydb/core/mind
19+ ydb/library/yql/minikql/comp_nodes/llvm
1920 ydb/library/yql/public/udf/service/exception_policy
2021 ydb/library/yql/sql/pg
2122)
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ PEERDIR(
1010 ydb/library/actors/core
1111 library/cpp/testing/unittest
1212 ydb/core/testlib/basics/default
13+ ydb/library/yql/minikql/comp_nodes/llvm
1314)
1415
1516YQL_LAST_ABI_VERSION()
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ TIMEOUT(600)
88
99PEERDIR(
1010 library/cpp/testing/unittest
11+ ydb/library/yql/minikql/comp_nodes/llvm
1112 ydb/core/testlib/basics/default
1213)
1314
You can’t perform that action at this time.
0 commit comments