Skip to content

Sanity tests may not always cleanup #89

@msau42

Description

@msau42

There are two problems with the tests:

  1. The CreateVolume request could succeed, but subsequent validation could fail. DeleteVolume() is skipped in those cases so the volume never gets cleaned up.
  2. Almost all the tests call CreateVolume with volume id "sanity". It would be better to use unique names for every test case to avoid potential false positives and issues where a previously failing test causes a subsequent test to fail because the volume already exists.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions