Uh oh!
There was an error while loading. Please reload this page.
Smoke tests: Xenserver - Fix consistent failure noticed on scale VM test - #10741
Conversation
Pearl1594
commented
Apr 16, 2025
@blueorangutan package |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## 4.20 #10741 +/- ##
============================================
+ Coverage 16.02% 16.09% +0.07% - Complexity 13124 13229 +105
============================================
Files 5652 5652 Lines 495921 498496 +2575 Branches 60053 61109 +1056 ============================================
+ Hits 79463 80239 +776 - Misses 407593 409307 +1714 - Partials 8865 8950 +85
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
weizhouapache
commented
Apr 17, 2025
@blueorangutan package |
weizhouapache
commented
Apr 17, 2025
good finding @Pearl1594 |
DaanHoogland
commented
Apr 17, 2025
@blueorangutan package |
blueorangutan
commented
Apr 17, 2025
@DaanHoogland a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
Pearl1594
commented
Apr 17, 2025
I still think there is an underlying issue / behavioural change. Because this seems to have been working until 4.19 - this specific test fails from 4.20 |
weizhouapache
commented
Apr 17, 2025
ah ok, so some changes in 4.20 causes it ? |
blueorangutan
commented
Apr 17, 2025
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 13092 |
blueorangutan
commented
Apr 17, 2025
@DaanHoogland [SL] unsupported parameters provided. Supported mgmt server os are: |
DaanHoogland
commented
Apr 17, 2025
@blueorangutan test ol8 xenserver-74 |
blueorangutan
commented
Apr 17, 2025
@DaanHoogland a [SL] Trillian-Jenkins test job (ol8 mgmt + xenserver-74) has been kicked to run smoke tests |
blueorangutan
commented
Apr 17, 2025
[SF] Trillian Build Failed (tid-13039) |
DaanHoogland
commented
Apr 17, 2025
@blueorangutan test ol8 xenserver-84 |
blueorangutan
commented
Apr 17, 2025
@DaanHoogland a [SL] Trillian-Jenkins test job (ol8 mgmt + xenserver-84) has been kicked to run smoke tests |
blueorangutan
commented
Apr 17, 2025
[SF] Trillian Build Failed (tid-13044) |
Pearl1594
commented
Apr 18, 2025
@blueorangutan test ol8 xcpng76 |
blueorangutan
commented
Apr 18, 2025
@Pearl1594 a [SL] Trillian-Jenkins test job (ol8 mgmt + xcpng76) has been kicked to run smoke tests |
Pearl1594
commented
Apr 18, 2025
@blueorangutan test ol8 xcpng82 |
blueorangutan
commented
Apr 18, 2025
@Pearl1594 a [SL] Trillian-Jenkins test job (ol8 mgmt + xcpng82) has been kicked to run smoke tests |
blueorangutan
commented
Apr 18, 2025
[SF] Trillian Build Failed (tid-13062) |
blueorangutan
commented
Apr 18, 2025
[SF] Trillian Build Failed (tid-13061) |
Pearl1594
commented
Apr 21, 2025
@blueorangutan test ol8 xcpng82 |
blueorangutan
commented
Apr 21, 2025
@Pearl1594 a [SL] Trillian-Jenkins test job (ol8 mgmt + xcpng82) has been kicked to run smoke tests |
blueorangutan
commented
Apr 22, 2025
[SF] Trillian test result (tid-13069)
|
Pearl1594
commented
Apr 22, 2025
This test seems to work fine on Xen / xcp versions < 8 - Since we use centos template - which doesnt have guest tools installed, scale VM seems to fail. |
Pearl1594
commented
Apr 22, 2025
@blueorangutan package |
blueorangutan
commented
Apr 22, 2025
@Pearl1594 a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
blueorangutan
commented
Apr 22, 2025
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 13129 |
Pearl1594
commented
Apr 22, 2025
@blueorangutan test matrix |
blueorangutan
commented
Apr 22, 2025
@Pearl1594 a [SL] Trillian-Jenkins matrix job (EL8 mgmt + EL8 KVM, Ubuntu22 mgmt + Ubuntu22 KVM, EL8 mgmt + VMware 7.0u3, EL9 mgmt + XCP-ng 8.2 ) has been kicked to run smoke tests |
blueorangutan
commented
Apr 23, 2025
[SF] Trillian test result (tid-13079)
|
blueorangutan
commented
Apr 23, 2025
[SF] Trillian test result (tid-13078)
|
blueorangutan
commented
Apr 23, 2025
[SF] Trillian test result (tid-13080)
|
blueorangutan
commented
Apr 23, 2025
[SF] Trillian test result (tid-13081)
|
weizhouapache
left a comment
There was a problem hiding this comment.
code lgtm
smoke tests look good
…est (apache#10741) * Smoke tests: Xenserver - Fix consistent failure noticed on scale VM test * update test



Description
This PR fixes consistent failure noticed on the test_scale_vm.py test suite:
#10668 (comment)
Using the centos template as the Macchinina template registered with "Other Linux (64-bit)" does not have guest_os_details for min and max dynamic memory to be used during scaling by xenserver. Which results in failure of the test as it fails to meet the constraints of
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?