samba-in-kubernetes / samba-operator

An operator for a Samba as a service on PVCs in kubernetes
Apache License 2.0
117 stars 24 forks source link

Tests should assert that all resources created for a SmbShare are deleted #95

Closed phlogistonjohn closed 2 years ago

phlogistonjohn commented 3 years ago

Tests should assert that all resources created for a SmbShare are deleted when said SmbShare is deleted.

Basically we want to check that things are cleaned up properly. There's currently some breakage here due to the namespace/SetControllerReference problem reported in #87 but I suspect there's more. By adding to the tests we can be confident that this stuff gets fixed and prevents problems in the future.