Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tests]: Add new access service #1939

Merged
merged 59 commits into from
Sep 27, 2024
Merged

Commits on Sep 26, 2024

  1. [Tests]: Add new access service

    I will never push authored and jkuradobery committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    98be0e0 View commit details
    Browse the repository at this point in the history
  2. Move access service binaries to service

    I will never push authored and jkuradobery committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    02f4d79 View commit details
    Browse the repository at this point in the history
  3. Delete access service

    I will never push authored and jkuradobery committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    cac842c View commit details
    Browse the repository at this point in the history
  4. TMP save progress

    I will never push authored and jkuradobery committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    4af50d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6132251 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    57df95a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    15c0535 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63d7712 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    558fc4b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4cb8ddc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3aec1e3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a60824e View commit details
    Browse the repository at this point in the history
  13. Fix ya.make

    jkuradobery committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7a2cef4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    51b68dc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    94ebfba View commit details
    Browse the repository at this point in the history
  16. Fix binary paths

    jkuradobery committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    93e26a5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f990e1f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b198a0e View commit details
    Browse the repository at this point in the history
  19. Fix broken test_load()

    jkuradobery committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    dab3a52 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    635b15c View commit details
    Browse the repository at this point in the history
  21. Fix flake8

    jkuradobery committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7c35a9b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5c2da66 View commit details
    Browse the repository at this point in the history
  23. Remove failing test_auth_unauthenticated()

    NBS uses only authorization and if we call access service mock .authorize(token) in the test setup,
    the authorization is still successful. Making the test for the case of insufficient permissions would be out of scope for this PR.
    jkuradobery committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    03fab29 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    722ba16 View commit details
    Browse the repository at this point in the history
  25. Remove explicit assignment to server.ServerConfig.StrictContractValid…

    …ation
    
    It is false by default
    jkuradobery committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0c46230 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    49262eb View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b3bc194 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    4e23343 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    74ba520 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    4615695 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    974a5de View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    f4db8ed View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    96a5d81 View commit details
    Browse the repository at this point in the history
  34. Fix ya.makes

    jkuradobery committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    efbfb34 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    c08ac2a View commit details
    Browse the repository at this point in the history
  36. Fix ya.make peerdir

    jkuradobery committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0f94f58 View commit details
    Browse the repository at this point in the history
  37. Fix review discussions

    jkuradobery committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    441a3a1 View commit details
    Browse the repository at this point in the history
  38. Fix review discussions

    jkuradobery committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    fc7ced6 View commit details
    Browse the repository at this point in the history
  39. Return subprocess.Result in NfsCliClient.create()

    It did return just stdout, add flag return_stdout to fix this.
    jkuradobery committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    eef1706 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    bdfb726 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    56ae5e8 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    712e19a View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    960d21e View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    1bdde02 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    b76a922 View commit details
    Browse the repository at this point in the history
  46. Fix review discussions

    jkuradobery committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    329b31b View commit details
    Browse the repository at this point in the history
  47. Fix review discussions

    jkuradobery committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    554f984 View commit details
    Browse the repository at this point in the history
  48. Fix review discussions

    jkuradobery committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    fb364a1 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    2c8e4d4 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    bedd487 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    68b8d4c View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    5612445 View commit details
    Browse the repository at this point in the history
  53. Fix style, add comments

    jkuradobery committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    55e9a51 View commit details
    Browse the repository at this point in the history
  54. Replace test_auth_wrong_token() with test_auth_empty_token()

    Filestore uses only authorize call, so it is either authorized or unauthorized, and the mock just authorizes all requests if "authorize" put mock handler was called.
    jkuradobery committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9b2f732 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    5325004 View commit details
    Browse the repository at this point in the history
  56. Fix review discussions

    jkuradobery committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f3ce706 View commit details
    Browse the repository at this point in the history
  57. Remove pid check

    jkuradobery committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    78c5f7e View commit details
    Browse the repository at this point in the history
  58. Remove test_auth_empty_token()

    Filestore client can't use empty token and tries default token path anyway.
    jkuradobery committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a306c57 View commit details
    Browse the repository at this point in the history
  59. Fix flake8

    jkuradobery committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ee0ada5 View commit details
    Browse the repository at this point in the history