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

Improve source manager test coverage #5973

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Nov 7, 2024

  1. GetWorkflowAttributes error test case

    Signed-off-by: Arthur <[email protected]>
    Arthur authored and Arthur committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    a1065fc View commit details
    Browse the repository at this point in the history
  2. add UpdateWorkflowAttributes error with no attributes test case

    Signed-off-by: Arthur <[email protected]>
    Arthur authored and Arthur committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    58edd9d View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. add DeleteWorkflowAttributes error test case

    Signed-off-by: Arthur <[email protected]>
    Arthur authored and Arthur committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    7dfc14e View commit details
    Browse the repository at this point in the history
  2. add DeleteProjectAttributes error test cases

    Signed-off-by: Arthur <[email protected]>
    Arthur authored and Arthur committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    e7417ef View commit details
    Browse the repository at this point in the history
  3. add UpdateProjectDomainAttributes error test case

    Signed-off-by: Arthur <[email protected]>
    Arthur authored and Arthur committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    ace396e View commit details
    Browse the repository at this point in the history
  4. add GetProjectDomainAttributes error test case

    Signed-off-by: Arthur <[email protected]>
    Arthur authored and Arthur committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    b08a22b View commit details
    Browse the repository at this point in the history
  5. add DeleteProjectDomainAttributes error test case

    Signed-off-by: Arthur <[email protected]>
    Arthur authored and Arthur committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    7417f4f View commit details
    Browse the repository at this point in the history
  6. add ListAll error test case

    Signed-off-by: Arthur <[email protected]>
    Arthur authored and Arthur committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    a0c98bf View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. add check if the UpdateWorkflowAttributes return the FlyteAdminError

    Signed-off-by: Arthur <[email protected]>
    Arthur authored and Arthur committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    fcd04bb View commit details
    Browse the repository at this point in the history
  2. add check if GetWorkflowAttributes return FlyteAdminError type

    Signed-off-by: Arthur <[email protected]>
    Arthur authored and Arthur committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    17dc908 View commit details
    Browse the repository at this point in the history
  3. add check of error type for validation and Delete Function error

    Signed-off-by: Arthur <[email protected]>
    Arthur authored and Arthur committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    abc2fcd View commit details
    Browse the repository at this point in the history
  4. add error message assert for DeleteWorkflowAttributes validate and de…

    …lete function error
    
    Signed-off-by: Arthur <[email protected]>
    Arthur authored and Arthur committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    b29140f View commit details
    Browse the repository at this point in the history
  5. add error message assert for DeleteProjectAttributes validate and del…

    …ete function error
    
    Signed-off-by: Arthur <[email protected]>
    Arthur authored and Arthur committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    2d0dc02 View commit details
    Browse the repository at this point in the history
  6. add error message assert for GetWorkflowAttributes validate and Get f…

    …unction error
    
    Signed-off-by: Arthur <[email protected]>
    Arthur authored and Arthur committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    719e19d View commit details
    Browse the repository at this point in the history
  7. add error message check for UpdateWorkflowAttributes domain error

    Signed-off-by: Arthur <[email protected]>
    Arthur authored and Arthur committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    f170599 View commit details
    Browse the repository at this point in the history
  8. add validate and empty request attribute instance error type check an…

    …d error message check for UpdateProjectDomainAttributes
    
    Signed-off-by: Arthur <[email protected]>
    Arthur authored and Arthur committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3422feb View commit details
    Browse the repository at this point in the history
  9. add validate and project domain error type and error message check

    Signed-off-by: Arthur <[email protected]>
    Arthur authored and Arthur committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ef026eb View commit details
    Browse the repository at this point in the history
  10. add delete function fail and validate error type and message check fo…

    …r DeleteProjectDomainAttributes
    
    Signed-off-by: Arthur <[email protected]>
    Arthur authored and Arthur committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    bd5998e View commit details
    Browse the repository at this point in the history
  11. add resource error type and message check for ListAll test

    Signed-off-by: Arthur <[email protected]>
    Arthur authored and Arthur committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    0372f31 View commit details
    Browse the repository at this point in the history