Skip to content

Commit 6c224cf

Browse files
dhanasekar-aristaytzur1
authored andcommitted
LogAnalyzer: Ignore a non-functional error thrown from Linkmgrd (sonic-net#19099)
What is the motivation for this PR? Loganalyzer was not aware of this newly introduced error message and was failing many of the tests. How did you do it? Added a regex pattern to ignore these errors. How did you verify/test it? By running sonic-mgmt tests. Signed-off-by: Yael Tzur <ytzur@nvidia.com>
1 parent d2f70f1 commit 6c224cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ansible/roles/test/files/tools/loganalyzer/loganalyzer_common_ignore.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ r, ".* ERR monit.*Expected containers not running: telemetry.*"
3131
r, ".* sonic systemd.* kdump-tools.service - Kernel crash dump capture service.*"
3232
r, ".* ERR swss#orchagent: :- getPort: Failed to get cached bridge port ID.*"
3333
r, ".* ERR syncd#syncd: .* SAI_API_PORT:brcm_sai_get_port_attribute:\d+ Error -2 processing port attribute ID: 17.*"
34+
r, ".* ERR mux#linkmgrd: MuxManager\.cpp:.*Unsupported link failure detection type for : software.*"
3435

3536
# Errors for config reload on broadcom platform on 202405
3637
r, ".* ERR syncd\d*#syncd.*_attribute_enum_values_capability.*count.*greater than capability-count 0.*"

0 commit comments

Comments
 (0)