Uh oh!
There was an error while loading. Please reload this page.
cleanup some smoke tests - #8196
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## 4.18 #8196 +/- ##
=========================================
Coverage 13.12% 13.13% - Complexity 9141 9142 +1
=========================================
Files 2720 2720 Lines 257726 257726 Branches 40177 40177 =========================================
+ Hits 33838 33847 +9 + Misses 219598 219588 -10 - Partials 4290 4291 +1 ☔ View full report in Codecov by Sentry. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
9402195 to
2a7a40cComparef4b56ea to
251a913Compare251a913 to
cdf41eaCompareCodecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## main #8196 +/- ##
=========================================
Coverage 16.58% 16.58% Complexity 13989 13989 =========================================
Files 5743 5743 Lines 510706 510706 Branches 62119 62119 =========================================
Hits 84689 84689 Misses 416543 416543 Partials 9474 9474
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:
|
cdf41ea to
7442520CompareThis pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
c352ebe to
3a7484cCompareDaanHoogland
commented
Aug 23, 2024
@blueorangutan package |
blueorangutan
commented
Aug 23, 2024
@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. |
blueorangutan
commented
Aug 23, 2024
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 10779 |
DaanHoogland
commented
Aug 26, 2024
@blueorangutan test |
blueorangutan
commented
Aug 26, 2024
@DaanHoogland a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
blueorangutan
commented
Aug 26, 2024
[SF] Trillian test result (tid-11173)
|
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
3a7484c to
29cc73fCompareDaanHoogland
commented
Sep 20, 2024
@blueorangutan package |
blueorangutan
commented
Sep 20, 2024
@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. |
blueorangutan
commented
Sep 20, 2024
Packaging result [SF]: ✔️ el8 ✖️ el9 ✔️ debian ✖️ suse15. SL-JID 11160 |
blueorangutan
commented
Sep 20, 2024
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 11165 |
DaanHoogland
commented
Sep 23, 2024
@blueorangutan test |
blueorangutan
commented
Sep 23, 2024
@DaanHoogland a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
blueorangutan
commented
Sep 24, 2024
[SF] Trillian test result (tid-11534)
|
29cc73f to
bcc129cCompareThis pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
DaanHoogland
commented
Sep 17, 2025
will have to be redone at some time |
Description
This PR splits the test_vm_life_cycle.py test file and cleans some of the conditional test skipping. This all in an attempt to reduce intermittent integration test failures.
The reason is that a lot of tests are not basic life cycle tests and differnt failures on different platform are mostly pre-conditional instead of genuine positives.
During this work I also noticed that we might gain by eliminating tests as it seems a lot of the same functionalities are tested at different locations. I will not investigate that further or address it in this PR.
I will look at other intermittent failures as well and try to address those as well. This may happen in this PR or in separate PRs.
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?