Closed leuyentran closed 1 year ago
Thanks for opening this issue :+1:. The team will review it shortly.
If this is a bug report, make sure to include clear instructions how on to reproduce the problem with minimal reproducible examples, where possible. If this is a security report, please review our security policy as outlined in SECURITY.md.
If you haven't already, please take a moment to review our project's Code of Conduct document.
This issue is marked as stale due to inactivity. Add a new comment to reactivate it.
This issue is closed due to inactivity. Feel free to reopen it, if it's still relevant.
Describe the bug Due to lack of env config, tests in
BlockStorageProviderSuite
are not run bymake test
. These tests cover important storage operations such asCreateVolume
orSnapshotCopy
, and therefore should run on a regular basis.On another note, these tests make call to external providers and should likely be placed in an integration pipeline and not unit tests.
To Reproduce Steps to reproduce the behavior:
make test
Expected behavior