diff options
author | Vitalii Gridnev <gridnevvvit@gmail.com> | 2024-08-07 15:30:59 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-07 12:30:59 +0000 |
commit | 437bf855907843461db10b6a2d574c5adda3b403 (patch) | |
tree | d572f81b22bf826d953b62da7f31f96ed5d37c75 | |
parent | 448b74bbf09747c0397424a9a50736bff38ef330 (diff) | |
download | ydb-437bf855907843461db10b6a2d574c5adda3b403.tar.gz |
fixes applied to tpch tests (#7531)
-rw-r--r-- | ydb/core/kqp/tests/kikimr_tpch/ya.make | 14 |
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 ) |