samba-in-kubernetes / samba-operator

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

mount_path_test.go makes use of smbclient package without waiting for login #230

Closed phlogistonjohn closed 2 years ago

phlogistonjohn commented 2 years ago

There are calls to smbclient.CommandOutput & smbclient.Command that have no retry loops like the one added recently for share_access_test.go. We should ensure we can simply login at all before doing more complex uses of the smbclient.