[action] [PR:22485] Extend acl counters wait time to account for scale on 64 port topology#23287
Merged
mssonicbld merged 1 commit intosonic-net:202511from Mar 25, 2026
Merged
Conversation
sonic-net#22485) * Extend acl counters wait time to account for scale on 64 port topology Signed-off-by: Vinay Kaza <[email protected]> * Rerunning CI: Force trigger pipeline Signed-off-by: Vinay Kaza <[email protected]> --------- Signed-off-by: Vinay Kaza <[email protected]> Signed-off-by: mssonicbld <[email protected]>
12 tasks
Collaborator
Author
|
Original PR: #22485 |
Collaborator
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azpw run |
Collaborator
Author
|
Retrying failed(or canceled) jobs... |
Collaborator
Author
|
Retrying failed(or canceled) stages in build 1070613: ✅Stage Test:
|
venu-nexthop
pushed a commit
to nexthop-ai/sonic-mgmt
that referenced
this pull request
Mar 30, 2026
sonic-net#22485) (sonic-net#23287) * Extend acl counters wait time to account for scale on 64 port topology * Rerunning CI: Force trigger pipeline --------- Signed-off-by: Vinay Kaza <[email protected]> Signed-off-by: mssonicbld <[email protected]> Co-authored-by: vinay-nexthop <[email protected]>
venu-nexthop
pushed a commit
to nexthop-ai/sonic-mgmt
that referenced
this pull request
Mar 30, 2026
sonic-net#22485) (sonic-net#23287) * Extend acl counters wait time to account for scale on 64 port topology * Rerunning CI: Force trigger pipeline --------- Signed-off-by: Vinay Kaza <[email protected]> Signed-off-by: mssonicbld <[email protected]> Co-authored-by: vinay-nexthop <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of PR
Summary:
test_acl fails on 64 port (DNX platform) topology, specifically Q3D chipset. The test programs about 2369 entries in field group taking ~4 minutes. Increasing the timeout for tests to pass while the underlying issue in SAI (CSP: CS00012448527) is addressed.
Type of change
Back port request
Approach
What is the motivation for this PR?
Increase the timeout to accommodate increase in scale related programming delay.
How did you do it?
How did you verify/test it?
test_acl.py doesn't timeout during rule counter check.
Any platform specific information?
Supported testbed topology if it's a new test case?
t2_single_node_max_64p topology
Documentation