-
Notifications
You must be signed in to change notification settings - Fork 546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[201911][Cherry-pick] [acl mirror action] Mirror session ref count fix at acl rule attachment #1896
Conversation
Signed-off-by: bingwang <[email protected]>
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
tests/test_mirror.py
Outdated
# Add Dummy always-pass test at end as workaroud | ||
# for issue when Flaky fail on final test it invokes module tear-down before retrying | ||
def test_nonflaky_dummy(): | ||
pass |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section is not needed for 201911 vs test. But it does not matter if vs test is not run for 201911.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Why didn't we need this patch for 201911?
Signed-off-by: bingwang <[email protected]>
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
… table (sonic-net#1896) * [acl-loader] modify acl-loader with change in STATE DB ACL capability table Signed-off-by: Stepan Blyshchak <[email protected]>
Signed-off-by: bingwang [email protected]
What I did
This PR is a cherry-pick of #1761 from master branch to 201911 branch.
I have to create another PR to pick up the code since it's not a cleanup cherry-pick. Conflicts exist in UT code.
This PR will fix #1891 as well.
Why I did it
Please see #1761.
How I verified it
Details if related