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

Add tests for cluster_name parameter in the listRecommendations API #986

Open
shreyabiradar07 opened this issue Oct 12, 2023 · 0 comments · May be fixed by #987
Open

Add tests for cluster_name parameter in the listRecommendations API #986

shreyabiradar07 opened this issue Oct 12, 2023 · 0 comments · May be fixed by #987
Assignees
Labels

Comments

@shreyabiradar07
Copy link
Contributor

shreyabiradar07 commented Oct 12, 2023

Test scenarios for cluster_name

  • List recommendations specifying an invalid cluster name
  • List recommendations with parameters by specifying the following parameters:
    • /listRecommendations?cluster_name=<cluster_name>&latest=false
    • /listRecommendations?cluster_name=<cluster_name>&latest=true
    • /listRecommendations?cluster_name=<cluster_name>&monitoring_end_time=<valid_timestamp>
  • List recommendations with invalid parameter values for cluster_name & monitoring_end_time
    • Non-existing cluster_name
    • Non-existing time stamp, incorrect timestamp format
  • List recommendations with a valid cluster_name with valid and invalid values for monitoring_end_time
  • List recommendations for a single cluster of multiple experiments with multiple results (1 : many)
  • List recommendations for multiple clusters of multiple experiments with multiple results (many : many)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant