testsuite icon indicating copy to clipboard operation
testsuite copied to clipboard

[BUG] One of the shared DB spec tests doesn't cleanup pvc

Open horecoli opened this issue 9 months ago • 0 comments

Describe the bug One of the shared DB spec test in microservice_spec.cr is not removing pvc during cleanup. Before execution of spec test: image

After execution of spec test: image

To Reproduce Run spec test: crystal spec spec/workload/microservice_spec.cr:59 and check pvcs by: kubectl get pvc -A

Expected behavior Cleanup should remove everything from cnf.

horecoli avatar May 09 '24 14:05 horecoli