VLAN ACL change detection to be able to warm reload#4733
VLAN ACL change detection to be able to warm reload#4733hieunt79 wants to merge 6 commits intofaucetsdn:mainfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4733 +/- ##
==========================================
+ Coverage 91.36% 91.45% +0.09%
==========================================
Files 46 46
Lines 8922 8968 +46
==========================================
+ Hits 8151 8201 +50
+ Misses 771 767 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Thanks for the contribution, it appears that this patch has some test failures at the moment that need to be addressed. If I look at this test failure: It looks like this test was expecting a cold restart, but now with your changes a warm reload happens so the test fails. I think you'll need to update this test (and perhaps others) to account for this behavioural change. |
|
Hi @gizmoguy, I've revisited this PR and fixed the failing test cases. Could you please review it? |
I want to perform a warm reload when the VLAN ACL changes, so I made the following updates: