Ben Oukhanov

Results 125 comments of Ben Oukhanov

> > > Actually ready/running is overkill here, you just want to see the label and be done with the test > > > > > > Yep I just...

@akalenyu @enp0s3 I see that this change, suggested by Igor: ``` Eventually(ThisVMIWith(vm.Namespace, vm.Name), 10*time.Second, 1*time.Second).Should(BeCreated()) ``` Caused an error: ``` { Failure tests/vm_test.go:282 Timed out after 10.001s. Expected : VirtualMachineInstance...

@lyarwood @0xFelix Thanks for review comments. I'll try to resolve all of them tomorrow.

Forgot to run `make generate` - thought there won't be changes. Anyways, ran it and rebased.