Closed mprokopchuk closed 2 months ago
@blueorangutan package
@mprokopchuk 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.
Packaging result [SF]: ✔️ el8 ✔️ el9 ✖️ debian ✔️ suse15. SL-JID 11063
@blueorangutan test
@blueorangutan package
@sureshanaparti 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.
Attention: Patch coverage is 0%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 15.77%. Comparing base (
501d8c1
) to head (90c6eed
). Report is 7 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
...n/java/com/cloud/capacity/CapacityManagerImpl.java | 0.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Packaging result [SF]: ✔️ el8 ✔️ el9 ✖️ debian ✔️ suse15. SL-JID 11066
@blueorangutan package
@sureshanaparti 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.
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 11070
@JoaoJandre since this is a bugfix, causing NPE exception can we consider it?
@blueorangutan test
@kiranchavala a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests
[SF] Trillian test result (tid-11454) Environment: kvm-ol8 (x2), Advanced Networking with Mgmt server ol8 Total time taken: 86936 seconds Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr9662-t11454-kvm-ol8.zip Smoke tests completed. 134 look OK, 3 have errors, 4 did not run Only failed and skipped tests results shown below:
Test | Result | Time (s) | Test File |
---|---|---|---|
test_01_secure_vm_migration | Error |
134.14 | test_vm_life_cycle.py |
test_01_secure_vm_migration | Error |
134.14 | test_vm_life_cycle.py |
test_01_VPC_nics_after_destroy | Error |
787.03 | test_vpc_router_nics.py |
test_02_VPC_default_routes | Error |
39.51 | test_vpc_router_nics.py |
ContextSuite context=TestVPCNics>:teardown | Error |
81.67 | test_vpc_router_nics.py |
test_01_redundant_vpc_site2site_vpn | Failure |
982.35 | test_vpc_vpn.py |
test_01_redundant_vpc_site2site_vpn | Error |
982.36 | test_vpc_vpn.py |
ContextSuite context=TestRVPCSite2SiteVpn>:teardown | Error |
1027.31 | test_vpc_vpn.py |
test_01_vpc_site2site_vpn_multiple_options | Failure |
865.00 | test_vpc_vpn.py |
test_01_vpc_site2site_vpn_multiple_options | Error |
865.01 | test_vpc_vpn.py |
ContextSuite context=TestVPCSite2SiteVPNMultipleOptions>:teardown | Error |
1163.87 | test_vpc_vpn.py |
ContextSuite context=TestVpcRemoteAccessVpn>:setup | Error |
1258.69 | test_vpc_vpn.py |
test_01_vpc_site2site_vpn | Failure |
1382.50 | test_vpc_vpn.py |
test_01_vpc_site2site_vpn | Error |
1382.52 | test_vpc_vpn.py |
ContextSuite context=TestVpcSite2SiteVpn>:teardown | Error |
1421.17 | test_vpc_vpn.py |
all_test_webhook_delivery | Skipped |
--- | test_webhook_delivery.py |
all_test_webhook_lifecycle | Skipped |
--- | test_webhook_lifecycle.py |
all_test_host_maintenance | Skipped |
--- | test_host_maintenance.py |
all_test_hostha_kvm | Skipped |
--- | test_hostha_kvm.py |
CapacityManagementImpl.updateCapacityForHost(..) use VM update time in capacity calculation.
VM update time is nullable in DB and can cause NullPointerException if record in vm_instance has defined last_host_id and undefined update_time.
Added logic to check whether update_time is null and use created time instead (which is not null).
Description
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
Tested manually.