Skip to content

Commit

Permalink
NBS-4818 : Use ydb as a binary in filestore tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Serikov committed Jan 29, 2024
1 parent 6b0b25d commit 846f17a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloud/filestore/tests/recipes/service-kikimr.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ DEPENDS(
cloud/filestore/apps/server
cloud/filestore/tests/recipes/service-kikimr

contrib/ydb/apps/ydbd
cloud/storage/core/tools/testing/ydb/bin
)

IF (NFS_RESTART_INTERVAL)
Expand Down
2 changes: 1 addition & 1 deletion cloud/filestore/tests/recipes/service-kikimr/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def start(argv):
parser.add_argument("--restart-interval", action="store", default=None)
args = parser.parse_args(argv)

kikimr_binary_path = common.binary_path("contrib/ydb/apps/ydbd/ydbd")
kikimr_binary_path = common.binary_path("cloud/storage/core/tools/testing/ydb/bin/ydbd")
if args.kikimr_package_path is not None:
kikimr_binary_path = common.build_path("{}/Berkanavt/kikimr/bin/kikimr".format(args.kikimr_package_path))

Expand Down
1 change: 1 addition & 0 deletions cloud/storage/core/tools/testing/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ RECURSE(
threadpool-test
unstable-process
virtiofs_server
ydb
)
10 changes: 10 additions & 0 deletions cloud/storage/core/tools/testing/ydb/bin/ya.make
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
PACKAGE()

FROM_SANDBOX(
5734000725
AUTOUPDATED ydbd
EXECUTABLE
OUT ydbd
)

END()
3 changes: 3 additions & 0 deletions cloud/storage/core/tools/testing/ydb/ya.make
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
RECURSE(
bin
)

0 comments on commit 846f17a

Please sign in to comment.