Skip to content

Conversation

@YLChen-007
Copy link
Contributor

@YLChen-007 YLChen-007 commented Nov 7, 2025

Description

This PR fixed sensitive information leak to log Fixes: #11985

@YLChen-007 YLChen-007 changed the base branch from main to 4.20 November 7, 2025 12:32
@codecov
Copy link

codecov bot commented Nov 7, 2025

Codecov Report

❌ Patch coverage is 0% with 16 lines in your changes missing coverage. Please review.
✅ Project coverage is 16.24%. Comparing base (5bb5af4) to head (6fbc565).
⚠️ Report is 9 commits behind head on 4.20.

Files with missing lines Patch % Lines
...metal/networkservice/BaremetalPingPxeResource.java 0.00% 5 Missing ⚠️
utils/src/main/java/com/cloud/utils/UriUtils.java 0.00% 5 Missing ⚠️
.../networkservice/BaremetalKickStartPxeResource.java 0.00% 3 Missing ⚠️
...metal/networkservice/BaremetalDnsmasqResource.java 0.00% 2 Missing ⚠️
...nt/resource/consoleproxy/ConsoleProxyResource.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               4.20   #12018      +/-   ##
============================================
- Coverage     16.24%   16.24%   -0.01%     
  Complexity    13397    13397              
============================================
  Files          5658     5658              
  Lines        499224   499249      +25     
  Branches      60595    60599       +4     
============================================
+ Hits          81098    81100       +2     
- Misses       409083   409105      +22     
- Partials       9043     9044       +1     
Flag Coverage Δ
uitests 4.03% <ø> (ø)
unittests 17.10% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 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.

Copy link
Contributor

@DaanHoogland DaanHoogland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clgtm, all comments nitpicking

@DaanHoogland DaanHoogland added this to the 4.20.3 milestone Nov 7, 2025
YLChen-007 and others added 10 commits November 7, 2025 21:50
…oleProxyResource.java

Co-authored-by: dahn <daan.hoogland@gmail.com>
…loader.java

Co-authored-by: dahn <daan.hoogland@gmail.com>
…java

Co-authored-by: dahn <daan.hoogland@gmail.com>
…l/networkservice/BaremetalDnsmasqResource.java

Co-authored-by: dahn <daan.hoogland@gmail.com>
…l/networkservice/BaremetalDnsmasqResource.java

Co-authored-by: dahn <daan.hoogland@gmail.com>
…l/networkservice/BaremetalKickStartPxeResource.java

Co-authored-by: dahn <daan.hoogland@gmail.com>
…l/networkservice/BaremetalPingPxeResource.java

Co-authored-by: dahn <daan.hoogland@gmail.com>
…l/networkservice/BaremetalPingPxeResource.java

Co-authored-by: dahn <daan.hoogland@gmail.com>
…l/networkservice/BaremetalPingPxeResource.java

Co-authored-by: dahn <daan.hoogland@gmail.com>
Co-authored-by: dahn <daan.hoogland@gmail.com>
@DaanHoogland DaanHoogland linked an issue Nov 12, 2025 that may be closed by this pull request
@github-actions
Copy link

github-actions bot commented Jan 5, 2026

This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch.

…l/networkservice/BaremetalKickStartPxeResource.java

Co-authored-by: Abhisar Sinha <63767682+abh1sar@users.noreply.github.com>
@DaanHoogland
Copy link
Contributor

@blueorangutan package

@blueorangutan
Copy link

@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
Copy link

Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 16254

@nvazquez
Copy link
Contributor

Hi @YLChen-007 thanks for the PR - can you please address the review comments?

@YLChen-007
Copy link
Contributor Author

Hi @YLChen-007 thanks for the PR - can you please address the review comments?

Yes, I solved this problem. Please check it.

Co-authored-by: Suresh Kumar Anaparti <sureshkumar.anaparti@gmail.com>
Copy link
Contributor

@sureshanaparti sureshanaparti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clgtm

@sureshanaparti
Copy link
Contributor

@blueorangutan package

@blueorangutan
Copy link

@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.

@blueorangutan
Copy link

Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 16556

@borisstoyanov
Copy link
Contributor

@blueorangutan test

@blueorangutan
Copy link

@borisstoyanov a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests

@blueorangutan
Copy link

[SF] Trillian test result (tid-15308)
Environment: kvm-ol8 (x2), zone: Advanced Networking with Mgmt server ol8
Total time taken: 52562 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr12018-t15308-kvm-ol8.zip
Smoke tests completed. 140 look OK, 1 have errors, 0 did not run
Only failed and skipped tests results shown below:

Test Result Time (s) Test File
test_01_isolate_network_FW_PF_default_routes_egress_true Failure 98.54 test_routers_network_ops.py

@sureshanaparti sureshanaparti merged commit dd0b863 into apache:4.20 Jan 28, 2026
23 of 26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Credential Leakage through Logging Statements

8 participants