-
Notifications
You must be signed in to change notification settings - Fork 743
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
Test polling only configured buffer queue counters #11941
Conversation
The pre-commit check detected issues in the files touched by this pull request. Detailed pre-commit check results: To run the pre-commit checks locally, you can follow below steps:
|
@qiluo-msft , can you please review this PR ? |
@SuvarnaMeenakshi @qiluo-msft please help to review. |
Hi, @arfeigin , this script fails on kvm testbed, can you help us double check? |
Hi @yutongzhang-microsoft , I don't have access to see the failure. |
@arfeigin Here is the short test summary info ================================================================= short test summary info ==================================================================
|
I added the label for cherry-pick request. @arfeigin Can you please check the error and notify me if the error is fixed so that I will proceed with the cherry-pick? |
It looks like it fails as test to delete buffer queue that is not present on the specific setup, I can try and make it more generic or avoid deletion if this buffer queue does not exist. |
Can I create an issue for you? |
Create an issue #14007 |
Description of PR
This test is checking that buffer queue counters inside snmp docker are inline when using create_only_config_db_counters optimization.
Summary:
Accompanies "Fix SNMP dropping some of the queue counter when create_only_config_db_buffers is set to true" (sonic-net/sonic-snmpagent#303) which fixes the issue: "The feature "polling only configured ports buffer queue" will break SNMP" (sonic-net/sonic-buildimage#17448).
Type of change
Back port request
Approach
What is the motivation for this PR?
To enhance the bug fix mentioned above, solving an issue with buffer queue counters optimization.
How did you do it?
How did you verify/test it?
Run the test multiple times on various setups.
Run the test while reverting the fix mentioned above to see the different result.
Any platform specific information?
Supported testbed topology if it's a new test case?
Any
Documentation