Skip to content

Commit 437bf85

Browse files
authored
fixes applied to tpch tests (#7531)
1 parent 448b74b commit 437bf85

File tree

1 file changed

+3
-11
lines changed
  • ydb/core/kqp/tests/kikimr_tpch

1 file changed

+3
-11
lines changed

ydb/core/kqp/tests/kikimr_tpch/ya.make

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,18 @@
11
UNITTEST()
22

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")
65

76
DEPENDS(
8-
# kikimr/driver
7+
ydb/apps/ydbd
98
ydb/public/tools/ydb_recipe
10-
# contrib/tools/python
119
ydb/library/yql/udfs/common/datetime
1210
ydb/library/yql/udfs/common/datetime2
1311
ydb/library/yql/udfs/common/pire
1412
ydb/library/yql/udfs/common/re2
1513
ydb/library/yql/udfs/common/string
1614
)
1715

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-
2416
SRCS(
2517
kqp_tpch_ut.cpp
2618
)

0 commit comments

Comments
 (0)