Skip to content
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

DVS runtime error #737

Open
christ7622 opened this issue Jan 13, 2023 · 0 comments
Open

DVS runtime error #737

christ7622 opened this issue Jan 13, 2023 · 0 comments

Comments

@christ7622
Copy link

christ7622 commented Jan 13, 2023

When I used the following command to run a DVS test for branch 202205, I got a lot of Python exceptions.
sudo pytest -sv --imgname docker-sonic-vs-202205 --html=report.html --self-contained-html

The exceptions all look like:

test_drop_counters.py::TestDropCounters::test_deviceCapabilitiesTablePopulated remove extra link dummy
remove extra link Vlan100@Bridge
Exception ignored in: <bound method ApplDbValidator.__del__ of <conftest.ApplDbValidator object at 0x7f5e29cd1278>>
Traceback (most recent call last):
  File "/home/autotest/wayne/202205/tests/conftest.py", line 165, in __del__
    neighbors = self.get_keys(self.NEIGH_TABLE)
  File "/home/autotest/wayne/202205/tests/dvslib/dvs_database.py", line 115, in get_keys
    table = swsscommon.Table(self.db_connection, table_name)
  File "/usr/lib/python3/dist-packages/swsscommon/swsscommon.py", line 2515, in __init__
    this = _swsscommon.new_Table(*args)
RuntimeError: Unable to connect to redis (unix-socket): Cannot assign requested address
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant