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
The issue is observed on a Port Profile Init PR sonic-net/sonic-swss#2564 when optimizations are disabled - compilation takes place during CI docker vs build:
Description
The issue is observed on a Port Profile Init PR sonic-net/sonic-swss#2564 when optimizations are disabled - compilation takes place during CI docker vs build:
The issue is not observed when optimizations are enabled - compilation takes place during local docker vs build
Optimization are disabled when
gcov
is enabled:https://github.com/sonic-net/sonic-swss/blob/master/debian/rules#L35
CI log:
GDB log:
The bug is caused by a logic in
intfmgr
which aims to reduce the redundant admin state configuration:Because of that,
intfsorch
falls back to defaults and treats admin state configuration as disabled:Steps to reproduce the issue:
swss
with disabled optimizationssonic-swss/tests/test_sub_port_intf.py
Describe the results you received:
Describe the results you expected:
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: