Closed ejrbuss closed 5 years ago
Looping over multiple vms and calling doneIf produces an error as the vm is immediately removed from the iterating list.
doneIf
for vm in vms: vm.doneIf(True)
inParallel appears to fail to respond to doneIf.
inParallel
Partial fix: only inParallel is broken now 24f979e5c9106641cf8a9080d56d5d84346056bb
85867b0aaa92e59845cbb972a84cbed47edb1353 API changed slightly but inParallel works and is fast now.
Looping over multiple vms and calling
doneIf
produces an error as the vm is immediately removed from the iterating list.inParallel
appears to fail to respond todoneIf
.