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

[Bug]: test_pfcwd_wb.py async storm always fails in KVM T0 testbed #16233

Open
xwjiang-ms opened this issue Dec 26, 2024 · 3 comments
Open

[Bug]: test_pfcwd_wb.py async storm always fails in KVM T0 testbed #16233

xwjiang-ms opened this issue Dec 26, 2024 · 3 comments
Labels

Comments

@xwjiang-ms
Copy link
Contributor

Issue Description

test_pfcwd_wb.py async storm always fails in KVM T0 testbed with config reload failed.

Results you see

config reload failed with error message:

2024 Dec 23 03:03:10.477773 vlab-01 ERR monit[12306]: Unix socket /var/run/monit.sock connection error -- No such file or directory

Results you expected to see

No error in config reload

Is it platform specific

generic

Relevant log output

No response

Output of show version

No response

Attach files (if any)

No response

@bingwang-ms
Copy link
Collaborator

bingwang-ms commented Jan 8, 2025

The error below is caused by a known regression, which has been fixed by PR sonic-net/sonic-utilities#3698. Can you check if the issue has been addressed?

2024 Dec 23 03:03:10.477773 vlab-01 ERR monit[12306]: Unix socket /var/run/monit.sock connection error -- No such file or directory

@yxieca yxieca added the Triaged label Jan 8, 2025
@yxieca
Copy link
Collaborator

yxieca commented Jan 8, 2025

@xwjiang-ms can you check according to Bing's update?

@xwjiang-ms
Copy link
Contributor Author

The socket connection error seems got resolved, but it still fails for:

08:55:34 __init__.pytest_runtest_call             L0040 ERROR  | Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/_pytest/python.py", line 1788, in runtest
    self.ihook.pytest_pyfunc_call(pyfuncitem=self)
  File "/usr/local/lib/python3.8/dist-packages/pluggy/_hooks.py", line 513, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "/usr/local/lib/python3.8/dist-packages/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "/usr/local/lib/python3.8/dist-packages/pluggy/_callers.py", line 139, in _multicall
    raise exception.with_traceback(exception.__traceback__)
  File "/usr/local/lib/python3.8/dist-packages/pluggy/_callers.py", line 103, in _multicall
    res = hook_impl.function(*args)
  File "/usr/local/lib/python3.8/dist-packages/_pytest/python.py", line 194, in pytest_pyfunc_call
    result = testfunction(**testargs)
  File "/var/src/sonic-mgmt/tests/pfcwd/test_pfcwd_warm_reboot.py", line 635, in test_pfcwd_wb
    self.pfcwd_wb_helper(fake_storm, TESTCASE_INFO[testcase_action]['test_sequence'], setup_pfc_test,
  File "/var/src/sonic-mgmt/tests/pfcwd/test_pfcwd_warm_reboot.py", line 530, in pfcwd_wb_helper
    reboot(self.dut, localhost, reboot_type="warm", wait_warmboot_finalizer=True)
  File "/var/src/sonic-mgmt/tests/common/reboot.py", line 319, in reboot
    raise Exception('warmboot-finalizer service timeout on DUT {}'.format(hostname))
Exception: warmboot-finalizer service timeout on DUT vlab-01

I'm not sure if below error message is related to warmboot-finalizer inactive, @vaibhavhd @saiarcot895 could you help to check?

2025 Jan  9 08:55:29.809246 vlab-01 ERR swss#supervisor-proc-exit-listener: Process 'orchagent' is not running in namespace 'host' (4.0 minutes).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants