Skip to content

Soft delete port forwarding, load balancing and firewall rules#13015

Open
bernardodemarco wants to merge 5 commits into
apache:mainfrom
scclouds:soft-delete-pf-lb-and-fw-rules
Open

Soft delete port forwarding, load balancing and firewall rules#13015
bernardodemarco wants to merge 5 commits into
apache:mainfrom
scclouds:soft-delete-pf-lb-and-fw-rules

fix unit test

3f3489a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 18, 2026 in 0s

18.88% (-0.01%) compared to 5ad7daf, passed because coverage increased by 0% when compared to adjusted base (18.89%)

View this Pull Request on Codecov

18.88% (-0.01%) compared to 5ad7daf, passed because coverage increased by 0% when compared to adjusted base (18.89%)

Details

Codecov Report

❌ Patch coverage is 2.85714% with 34 lines in your changes missing coverage. Please review.
✅ Project coverage is 18.88%. Comparing base (5ad7daf) to head (3f3489a).

Files with missing lines Patch % Lines
...loud/network/lb/LoadBalancingRulesManagerImpl.java 0.00% 10 Missing ⚠️
...m/cloud/network/dao/LBStickinessPolicyDaoImpl.java 0.00% 9 Missing ⚠️
...om/cloud/network/dao/LoadBalancerVMMapDaoImpl.java 0.00% 6 Missing ⚠️
.../cloud/network/dao/LBHealthCheckPolicyDaoImpl.java 0.00% 4 Missing ⚠️
...n/java/com/cloud/network/rules/FirewallRuleVO.java 0.00% 3 Missing ⚠️
...va/com/cloud/network/dao/FirewallRulesDaoImpl.java 0.00% 1 Missing ⚠️
.../tungsten/dao/TungstenFabricLBHealthMonitorVO.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #13015      +/-   ##
============================================
- Coverage     18.89%   18.88%   -0.01%     
+ Complexity    18226    18223       -3     
============================================
  Files          6174     6174              
  Lines        555226   555253      +27     
  Branches      67774    67776       +2     
============================================
- Hits         104895   104882      -13     
- Misses       438810   438851      +41     
+ Partials      11521    11520       -1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.