Check CRM limit for route performance test#2461
Merged
vaibhavhd merged 1 commit intosonic-net:masterfrom Nov 5, 2020
Merged
Conversation
daall
approved these changes
Nov 5, 2020
neethajohn
approved these changes
Nov 5, 2020
shi-su
approved these changes
Nov 5, 2020
3 tasks
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…ic-net#12186) linkmgrd: * a0834e4 2022-09-22 | [Active-Active] server side admin forwarding state sync up (sonic-net#133) (HEAD -> 202205) [Jing Zhang] * ea56020 2022-09-21 | Post switchover reasons to STATE DB (sonic-net#131) [Jing Zhang] swss: * d9cbf44 2022-09-24 | [orchagent] Fix issue: ip prefix shall be inited even if VRF/VNET is not ready (sonic-net#2461) (HEAD -> 202205, github/202205) [Junchao-Mellanox] * 3dcd6ff 2022-09-24 | [macsec]: Set MTU for MACsec (sonic-net#2398) (sonic-net#2466) [Ze Gan] platform-daemon: * 48b6239 2022-09-27 | [ycabled] add support for getting grpc secerts via shared file (sonic-net#298) (HEAD -> 202205) [vdahiya12] Signed-off-by: Ying Xie <ying.xie@microsoft.com> Signed-off-by: Ying Xie <ying.xie@microsoft.com>
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
Include following commit: 936f1b1 Revert "[config reload]: On dual ToR systems, cache ARP and FDB table… (sonic-net#2461) Signed-off-by: Lawrence Lee <lawlee@microsoft.com>
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: Fix
test_route_perftest failure -L3 route add failed with error Table fullType of change
Approach
What is the motivation for this PR?
Failure of
test_route_perfin S6100 platformsThe test_route_perf test adds the ipv4 and ipv6 routes based on the input arg
--num_routes(default 10000 routes)This test fails where the available limit is less than the number of routes being added.
Error:
How did you do it?
Added a check for setting the route addition limit based on CRM resource availability.
Based on the available count, decide the number of routes to test with.
How did you verify/test it?
Tested
test_route_perftest on S6100 platform and it passed without any Table Full errors.Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation