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

[dhcp_relay] test_dhcp_relay_stress.py failed in PR check test #16450

Open
yaqiangz opened this issue Jan 10, 2025 · 0 comments
Open

[dhcp_relay] test_dhcp_relay_stress.py failed in PR check test #16450

yaqiangz opened this issue Jan 10, 2025 · 0 comments

Comments

@yaqiangz
Copy link
Contributor

Issue Description

It mostly failed due to below 2 error log in log analyzer

E               tests.common.plugins.loganalyzer.loganalyzer.LogAnalyzerError: match: 1
E               expected_match: 0
E               expected_missing_match: 0
E               
E               Match Messages:
E               2025 Jan  9 08:38:04.584685 vlab-01 ERR monit[700]: 'container_checker' status failed (3) -- Failed to get image 'docker-sonic-telemetry'. Error: '404 Client Error for http+docker://localhost/v1.43/images/docker-sonic-telemetry/json: Not Found ("No such image: docker-sonic-telemetry:latest")'#012Expected containers not running: dhcp_relay
E               Failed: Processes "['analyze_logs--<MultiAsicSonicHost vlab-01>']" failed with exit code "1"
E               Exception:
E               match: 1
E               expected_match: 0
E               expected_missing_match: 0
E               
E               Match Messages:
E               2025 Jan  9 06:53:05.248097 vlab-01 ERR kernel: [ 1492.046166] e1000 0000:02:02.0 eth0: Reset adapter
E               
E               Traceback:
E               Traceback (most recent call last):
E                 File "/var/src/sonic-mgmt/tests/common/helpers/parallel.py", line 35, in run
E                   Process.run(self)
E                 File "/usr/lib/python3.8/multiprocessing/process.py", line 108, in run
E                   self._target(*self._args, **self._kwargs)
E                 File "/var/src/sonic-mgmt/tests/common/helpers/parallel.py", line 245, in wrapper
E                   target(*args, **kwargs)
E                 File "/var/src/sonic-mgmt/tests/common/plugins/loganalyzer/__init__.py", line 45, in analyze_logs
E                   dut_analyzer.analyze(markers[node.hostname], fail_test, store_la_logs=store_la_logs)
E                 File "/var/src/sonic-mgmt/tests/common/plugins/loganalyzer/loganalyzer.py", line 409, in analyze
E                   self._verify_log(analyzer_summary)
E                 File "/var/src/sonic-mgmt/tests/common/plugins/loganalyzer/loganalyzer.py", line 140, in _verify_log
E                   raise LogAnalyzerError(result_str)
E               tests.common.plugins.loganalyzer.loganalyzer.LogAnalyzerError: match: 1
E               expected_match: 0
E               expected_missing_match: 0
E               
E               Match Messages:
E               2025 Jan  9 06:53:05.248097 vlab-01 ERR kernel: [ 1492.046166] e1000 0000:02:02.0 eth0: Reset adapter

Results you see

Test failed due to log analyzer

Results you expected to see

Test pass

Is it platform specific

generic

Relevant log output

No response

Output of show version

No response

Attach files (if any)

No response

wangxin pushed a commit that referenced this issue Jan 13, 2025
What is the motivation for this PR?
Skip test_dhcp_relay_restart_with_stress in vs due to flaky issue #16450

How did you do it?
Skip in condition mark

How did you verify/test it?
Run test
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