Uh oh!
There was an error while loading. Please reload this page.
api: fix access for listSystemVmUsageHistory - #10032
Conversation
Fixesapache#10031 Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
shwstppr
commented
Dec 4, 2024
@blueorangutan package |
blueorangutan
commented
Dec 4, 2024
@shwstppr 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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## 4.19 #10032 +/- ##
============================================
- Coverage 15.12% 15.12% -0.01% + Complexity 11255 11253 -2
============================================
Files 5407 5407 Lines 473799 473799 Branches 57767 57767 ============================================
- Hits 71670 71665 -5 - Misses 394130 394136 +6 + Partials 7999 7998 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
DaanHoogland
left a comment
There was a problem hiding this comment.
code looks good, but I am not sure if we need this change.
blueorangutan
commented
Dec 4, 2024
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 11702 |
yadvr
commented
Dec 4, 2024
@blueorangutan test |
blueorangutan
commented
Dec 4, 2024
@rohityadavcloud a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
blueorangutan
commented
Dec 4, 2024
[SF] Trillian test result (tid-11842)
|
scottsignal
commented
Dec 5, 2024
blueorangutan
commented
Dec 5, 2024
@scottsignal a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
blueorangutan
commented
Dec 5, 2024
UI build: ✔️ |
scottsignal
commented
Dec 6, 2024
@DaanHoogland Should I be able to test using the simulator? This is new to me and I am not a developer by background. |
shwstppr
commented
Dec 6, 2024
@scottsignal you won't be able to use the QA server to test this PR as the changes in it are in Java code. You will either have to run dev build (maybe with simulator deployment) or build packages (to test in a real env) using the PR commit. |
scottsignal
commented
Dec 6, 2024
Understood. Not sure I have a way to test this then. I have figured out how to use the simulator with the docker based images, but unless I am missing something I only see the 4.21 nightly's out there. |
DaanHoogland
commented
Dec 7, 2024
simulator will do for this functionality @scottsignal . You will have to build the specific version though. I think you can in the docker container. |
vladimirpetrov
left a comment
There was a problem hiding this comment.
LGTM based on manual testing.
* 4.20: linstor: Fix ZFS snapshot backup (#10219) fix listing of VMs by network (#10204) Configure org.eclipse.jetty.server.Request.maxFormKeys from server.properties and increase the default value (#10214) api: fix access for listSystemVmUsageHistory (#10032) Fix NPE issues during host rolling maintenance, due to host tags and custom constrained/unconstrained service offering (#9844)
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Description
Fixes#10031
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?