Updates MachineSet tests to use GenerateName
Use GenerateName when creating MachineSet instances to avoid test flakes. Turs out the DeleteAll call in the cleanup function is async, so occasionally we were seeing test failures where the instance name was being reused, but the previous instance had not deleted yet.
Please register or sign in to comment