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

sanity: Add ListVolumes test to check starting token and next token #80

Merged

Commits on Mar 24, 2019

  1. sanity: Add starting_token check in ListVolumes

    Adds test for expecting `ABORTED` gRPC code when an invalid
    starting_token is passed to `Controller.ListVolumes()` and when the
    starting_token value is greater than the actual number of volumes.
    
    Also adds `Controller.ListVolumes()` test to check for the change
    in volume list when a volume is added and removed, and test to pass
    `MaxEntries` and receive a `NextToken` and ensure paginated list
    volumes works.
    darkowlzz committed Mar 24, 2019
    Configuration menu
    Copy the full SHA
    5b9ef0c View commit details
    Browse the repository at this point in the history