Skip to content

Commit

Permalink
Fix arcadia sync (#2585)
Browse files Browse the repository at this point in the history
  • Loading branch information
drbasic authored Nov 28, 2024
1 parent e0243d9 commit 4c612ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions cloud/blockstore/tests/csi_driver/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ IF (BUILD_CSI_DRIVER)
RECURSE(
lib
csi_sanity_tests
e2e_tests_nfs
e2e_tests_part1
e2e_tests_part2
)
Expand Down
1 change: 1 addition & 0 deletions cloud/blockstore/tools/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ testing/eternal_tests/test_runner/tests/eternal_tests-test_runner-tests
testing/eternal_tests/test_runner/yc-nbs-run-eternal-load-tests
testing/fake-conductor/blockstore-fake-conductor
testing/fake-nbs/blockstore-fake-nbs
testing/fake-root-kms/fake-root-kms
testing/fake-vhost-server/fake-vhost-server
testing/generate-agents/generate-agents
testing/infra-client/blockstore-infra-client
Expand Down
2 changes: 1 addition & 1 deletion cloud/blockstore/tools/testing/fake-root-kms/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func (s *rootKmsService) Decrypt(
if err != nil {
return nil, grpc_status.Error(
grpc_codes.Internal,
fmt.Sprintf("symmetric key decryption error: %w", err),
fmt.Sprintf("symmetric key decryption error: %v", err),
)
}

Expand Down

0 comments on commit 4c612ce

Please sign in to comment.