Closed Pearl1594 closed 1 month ago
Attention: Patch coverage is 0%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 15.78%. Comparing base (
046870e
) to head (e63029b
). Report is 6 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
...api/command/user/backup/ListBackupScheduleCmd.java | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
@blueorangutan package
@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.
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 11253
@blueorangutan test keepEnv
@DaanHoogland a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests
[SF] Trillian test result (tid-11587) Environment: kvm-ol8 (x2), Advanced Networking with Mgmt server ol8 Total time taken: 60358 seconds Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr9749-t11587-kvm-ol8.zip Smoke tests completed. 136 look OK, 0 have errors, 5 did not run Only failed and skipped tests results shown below:
Test | Result | Time (s) | Test File |
---|---|---|---|
all_test_vpc_redundant | Skipped |
--- | test_vpc_redundant.py |
all_test_vpc_router_nics | Skipped |
--- | test_vpc_router_nics.py |
all_test_vpc_vpn | Skipped |
--- | test_vpc_vpn.py |
all_test_webhook_delivery | Skipped |
--- | test_webhook_delivery.py |
all_test_webhook_lifecycle | Skipped |
--- | test_webhook_lifecycle.py |
@Pearl1594 could you describe what happened before this patch and what tests were made to validate that this patch fixes the issue?
@JoaoJandre because of the incorrect check, it never listed any backup schedules even if there were present.
@JoaoJandre because of the incorrect check, it never listed any backup schedules even if there were present.
@Pearl1594 I see. So did you test that the solution fixes the issue completely? I ask because there are no tests on the PR description and nowhere else on the PR.
Yes, unfortunately this class wasn't covered with tests, and I didn't add any either. But this has at this point been manually tested considering the release is on-going. Probably I could add tests in a subsequent enhancement PR that I have already opened for 4.20.1.
Yes, unfortunately this class wasn't covered with tests, and I didn't add any either. But this has at this point been manually tested considering the release is on-going. Probably I could add tests in a subsequent enhancement PR that I have already opened for 4.20.1.
@Pearl1594 What I meant in my previous messages is that the PR is missing the description of the steps that you made to verify that this PR fixes the described issue, something like this: https://github.com/apache/cloudstack/pull/9662#pullrequestreview-2296340166
Ah, my bad. I didn't quite understand it. Manual test done:
Description
This PR fixes the issue with listing backup schedules caused by https://github.com/apache/cloudstack/pull/9451
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?