You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
When testing with restarting docker with two volumes of the same name on different datastores, GetVMAttachedToVolUsingAdminCli() returned an error that the expected output had more than one match.
Its ok to have multiple volumes of the same name and on different datastores. GetVMAttachedToVolUsingAdminCli() should check the datastore as well, otherwise some tests don't necessarily work ok, with a false alarm.
2017/06/28 20:32:46 Attaching volume [restart_test_volume_666978] on VM[192.168.31.85]
2017/06/28 20:32:49 Confirming attached status for volume [restart_test_volume_666978]
2017/06/28 20:32:52 Admin cli output is expected to consist of two elements only - volume name and attached-to-vm status. Actual output
restart_test_volume_666978 detached <------- this volume is on datastore1
restart_test_volume_666978 Ubuntu.16.10 <------ this volume is on vsandatastore
exit status 1
The text was updated successfully, but these errors were encountered:
When testing with restarting docker with two volumes of the same name on different datastores, GetVMAttachedToVolUsingAdminCli() returned an error that the expected output had more than one match.
Its ok to have multiple volumes of the same name and on different datastores. GetVMAttachedToVolUsingAdminCli() should check the datastore as well, otherwise some tests don't necessarily work ok, with a false alarm.
2017/06/28 20:32:46 Attaching volume [restart_test_volume_666978] on VM[192.168.31.85]
2017/06/28 20:32:49 Confirming attached status for volume [restart_test_volume_666978]
2017/06/28 20:32:52 Admin cli output is expected to consist of two elements only - volume name and attached-to-vm status. Actual output
restart_test_volume_666978 detached <------- this volume is on datastore1
restart_test_volume_666978 Ubuntu.16.10 <------ this volume is on vsandatastore
exit status 1
The text was updated successfully, but these errors were encountered: