Skip to content

Commit

Permalink
Fix sync with arcadia (#2167)
Browse files Browse the repository at this point in the history
* Fix sync with arcadia

* Fix deps
  • Loading branch information
drbasic committed Sep 29, 2024
1 parent aca0108 commit ba37800
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
1 change: 1 addition & 0 deletions cloud/filestore/tests/auth/new/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ TEST_SRCS(
DEPENDS(
cloud/filestore/apps/client
cloud/storage/core/tools/testing/access_service_new/mock
cloud/storage/core/tools/testing/access_service/mock
)

DATA(
Expand Down
1 change: 1 addition & 0 deletions cloud/filestore/tests/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ RECURSE(
)

RECURSE_FOR_TESTS(
auth
build_arcadia_test
client
config_dispatcher
Expand Down
1 change: 1 addition & 0 deletions cloud/storage/core/tests/recipes/ya.make
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
RECURSE(
access-service
access-service-new
qemu
virtiofs-server
)
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ class NewAccessService:
access_service_type = "Nebius_v1"

def __init__(
self,
host: str,
port: int,
control_port: int,
working_dir: str | None=None,
binary_path: str | None=None,
cert_file: str="",
cert_key_file: str="",
):
self,
host: str,
port: int,
control_port: int,
working_dir: str | None = None,
binary_path: str | None = None,
cert_file: str = "",
cert_key_file: str = "",
):
if working_dir is None:
working_dir = get_unique_path_for_current_test(
output_path=yatest_common.output_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
@@ -1,5 +1,6 @@
RECURSE(
access_service
access_service_new
fio
pssh-mock
qemu
Expand Down

0 comments on commit ba37800

Please sign in to comment.