From b2cc63847e2f309ad1f3dba5353c6c368c1fc358 Mon Sep 17 00:00:00 2001 From: Ye Jianquan Date: Fri, 13 May 2022 05:21:40 +0800 Subject: [PATCH] [lognalyzer] ignore ERR syncd#syncd: :- updateSupportedBufferPoolCounters: BUFFER_POOL_WATERMARK_STA (#5642) ignore error: updateSupportedBufferPoolCounters.*BUFFER_POOL_WATERMARK_STAT_COUNTER.*counter SAI_BUFFER_POOL_STAT_XOFF_ROOM_WATERMARK_BYTES is not supported on buffer pool.*SAI_STATUS_INVALID_PARAMETER. --- .../test/files/tools/loganalyzer/loganalyzer_common_ignore.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/roles/test/files/tools/loganalyzer/loganalyzer_common_ignore.txt b/ansible/roles/test/files/tools/loganalyzer/loganalyzer_common_ignore.txt index 606bbeb04b3..5ae198e9fa8 100644 --- a/ansible/roles/test/files/tools/loganalyzer/loganalyzer_common_ignore.txt +++ b/ansible/roles/test/files/tools/loganalyzer/loganalyzer_common_ignore.txt @@ -132,3 +132,6 @@ r, ".* INFO systemd.*Finished Kernel crash dump capture service.*" # https://dev.azure.com/msazure/One/_workitems/edit/14233575 r, ".* INFO systemd.*Starting Kernel crash dump capture service.*" + +# https://dev.azure.com/msazure/One/_workitems/edit/14233609 +r, ".*ERR syncd[0-9]*#syncd.*updateSupportedBufferPoolCounters.*BUFFER_POOL_WATERMARK_STAT_COUNTER.*counter SAI_BUFFER_POOL_STAT_XOFF_ROOM_WATERMARK_BYTES is not supported on buffer pool.*SAI_STATUS_INVALID_PARAMETER.*"