-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[lldp] lldpmgrd crashed in test_iface_namingmode #5697
Comments
Based on the error message this might be related to #3849 |
i tried this on the master kvm image multiple times, I cannot repro it. how frequently does this issue appear? |
It happens pretty frequently. I just ran test_iface_namingmode.py::TestShowInterfaces::test_show_interfaces_portchannel on dx010-4, and it happened almost each time. But no coredump is generated.
|
it looks like this test is also due to the same failure. https://sonic-jenkins.westus2.cloudapp.azure.com/job/vs/job/buildimage-vs-image-test/434/testReport/junit/route/test_default_route/test_default_route_set_src/ |
it is easy to repro it now. just using ./testalias.sh and ./testalias1.sh alternatively, usually in 2~3 rounds you will be able to repro the lldpmgrd crash. I also added some debug log in lldpmgrd. please find the scripts in the attached file. it looks like there is something wrong in the swss-common python library. @qiluo-msft , can you take a look? below is my debug output.
|
Fixed a bug introduced by #387 Fixed sonic-net/sonic-buildimage#5697
Fixed a bug introduced by sonic-net#387 Fixed sonic-net/sonic-buildimage#5697
Fixed a bug introduced by sonic-net#387 Fixed sonic-net/sonic-buildimage#5697
Fixed a bug introduced by sonic-net#387 Fixed sonic-net/sonic-buildimage#5697
Fixed a bug introduced by sonic-net#387 Fixed sonic-net/sonic-buildimage#5697
Description
The lldp service crashed in test_iface_namingmode.
The alias of interfaces will be updated in test setup and teardown with following commands, which have a quite lagre possibility to crash lldp.
The crash logs are following.
The log said that redis is not accessible, but I did a test and redis seemd fine.
Steps to reproduce the issue:
Describe the results you received:
The lldp service crashed, and test failed.
Describe the results you expected:
No service crashed.
Additional information you deem important (e.g. issue happens only occasionally):
syslog.zip
The text was updated successfully, but these errors were encountered: