aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVitalii Gridnev <gridnevvvit@gmail.com>2024-08-07 15:30:59 +0300
committerGitHub <noreply@github.com>2024-08-07 12:30:59 +0000
commit437bf855907843461db10b6a2d574c5adda3b403 (patch)
treed572f81b22bf826d953b62da7f31f96ed5d37c75
parent448b74bbf09747c0397424a9a50736bff38ef330 (diff)
downloadydb-437bf855907843461db10b6a2d574c5adda3b403.tar.gz
fixes applied to tpch tests (#7531)
-rw-r--r--ydb/core/kqp/tests/kikimr_tpch/ya.make14
1 files changed, 3 insertions, 11 deletions
diff --git a/ydb/core/kqp/tests/kikimr_tpch/ya.make b/ydb/core/kqp/tests/kikimr_tpch/ya.make
index 216965a715..30c5acceaa 100644
--- a/ydb/core/kqp/tests/kikimr_tpch/ya.make
+++ b/ydb/core/kqp/tests/kikimr_tpch/ya.make
@@ -1,13 +1,11 @@
UNITTEST()
-#INCLUDE(${ARCADIA_ROOT}/kikimr/public/tools/ydb_recipe/recipe.inc)
-
-TAG(ya:manual)
+INCLUDE(${ARCADIA_ROOT}/ydb/public/tools/ydb_recipe/recipe.inc)
+ENV(YDB_DRIVER_BINARY="ydb/apps/ydbd/ydbd")
DEPENDS(
- # kikimr/driver
+ ydb/apps/ydbd
ydb/public/tools/ydb_recipe
- # contrib/tools/python
ydb/library/yql/udfs/common/datetime
ydb/library/yql/udfs/common/datetime2
ydb/library/yql/udfs/common/pire
@@ -15,12 +13,6 @@ DEPENDS(
ydb/library/yql/udfs/common/string
)
-USE_RECIPE(
- ydb/public/tools/ydb_recipe/ydb_recipe
- --suppress-version-check
- # --debug-logging KQP_YQL KQP_GATEWAY KQP_COMPUTE KQP_TASKS_RUNNER KQP_EXECUTER KQP_WORKER KQP_PROXY TABLET_EXECUTOR
-)
-
SRCS(
kqp_tpch_ut.cpp
)