You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and notice the test fails and the dut has swss container down with the orchagent crash core file found in /var/core.
Actual Behavior and Expected Behavior
RouteOrch::addRoutePost should wait for the VRF to be created and RouteOrch::addRoute creates a OID entry in m_syncdRoutes, and then it could program the routes. Till that happens, the route add should get deferred.
Relevant log output
Output of show version, show techsupport
Attach files (if any)
No response
The text was updated successfully, but these errors were encountered:
Is it platform specific
generic
Importance or Severity
Critical
Description of the bug
VRF test test_vrf.py as the orchagent crashes with the below backtrace
The route addition gets attempted before the VRF gets added without waiting for the VRF to be updated and resulting in lookup failure.
Steps to Reproduce
Run the test:
and notice the test fails and the dut has
swss
container down with the orchagent crash core file found in/var/core
.Actual Behavior and Expected Behavior
RouteOrch::addRoutePost
should wait for the VRF to be created andRouteOrch::addRoute
creates a OID entry inm_syncdRoutes
, and then it could program the routes. Till that happens, the route add should get deferred.Relevant log output
Output of
show version
,show techsupport
Attach files (if any)
No response
The text was updated successfully, but these errors were encountered: