-
Notifications
You must be signed in to change notification settings - Fork 1.3k
marvin: fix test failures when changing service offering of a VM #4651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@blueorangutan package |
|
@Pearl1594 a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
@Pearl1594 does this need to go in 4.14? |
|
Packaging result: ✔centos7 ✔centos8 ✔debian. JID-2649 |
@shwstppr I don't see these test failures on 4.14 based PRs |
|
@blueorangutan test centos7 vmware-67u3 |
|
@Pearl1594 a Trillian-Jenkins test job (centos7 mgmt + vmware-67u3) has been kicked to run smoke tests |
|
We want this in 4.14 branch, @Pearl1594 cc @shwstppr @DaanHoogland |
75fab3e to
d281c46
Compare
|
tests are never critical for release unless they relate to a fix i'd say. In this case it is a corner case, let's include it. |
|
Trillian test result (tid-3496)
|
|
code looks good, but one little nasty question: The fix is basically just waiting a bit more because stopping a vm now takes longer. This means that from a user point of view usability has gone down. the VM stopping is no longer as quick an action as it was. Is this easily explained and should we document that somewhere? |
|
@blueorangutan package |
|
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos7 ✖centos8 ✔debian. JID-2652 |
|
@DaanHoogland The time taken to stop the VM hasn't changed, however, earlier with the |
|
@blueorangutan test centos7 vmware-67u3 |
|
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + vmware-67u3) has been kicked to run smoke tests |
|
I'll merge this based on test from master. |
|
Trillian test result (tid-3498)
|
Description
This PR fixes the test failures noticed on VMware test runs where in change of service offering for a VM fails with the following error:
This seems to be a consequence of changing the enabling volumeresize with changeServiceForVirtualMachine introduced with : #4491. The failure is seen in test_service_offerings.py -> test_04_change_offering_small and test_vm_snapshots.py -> test_change_service_offering_for_vm_with_snapshots
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity