File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed
ydb/core/kqp/tests/kikimr_tpch Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 1
1
UNITTEST()
2
2
3
- # INCLUDE(${ARCADIA_ROOT}/kikimr/public/tools/ydb_recipe/recipe.inc)
4
-
5
- TAG(ya :manual)
3
+ INCLUDE(${ARCADIA_ROOT}/ydb/public/tools/ydb_recipe/recipe.inc)
4
+ ENV(YDB_DRIVER_BINARY ="ydb/apps/ydbd/ydbd")
6
5
7
6
DEPENDS(
8
- # kikimr/driver
7
+ ydb/apps/ydbd
9
8
ydb/public/tools/ydb_recipe
10
- # contrib/tools/python
11
9
ydb/library/yql/udfs/common/datetime
12
10
ydb/library/yql/udfs/common/datetime2
13
11
ydb/library/yql/udfs/common/pire
14
12
ydb/library/yql/udfs/common/re2
15
13
ydb/library/yql/udfs/common/string
16
14
)
17
15
18
- USE_RECIPE(
19
- ydb/public/tools/ydb_recipe/ydb_recipe
20
- --suppress-version-check
21
- # --debug-logging KQP_YQL KQP_GATEWAY KQP_COMPUTE KQP_TASKS_RUNNER KQP_EXECUTER KQP_WORKER KQP_PROXY TABLET_EXECUTOR
22
- )
23
-
24
16
SRCS(
25
17
kqp_tpch_ut.cpp
26
18
)
You can’t perform that action at this time.
0 commit comments