-
Notifications
You must be signed in to change notification settings - Fork 727
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
Skip error messages for errors during SAI discovery #10396
Skip error messages for errors during SAI discovery #10396
Conversation
@roy-sror which case is failed due to these error log? I suggest don't put the real error log into |
@ZhaohuiS - the error messages are discussed in sonic-net/sonic-buildimage#7895 and could happen on any boot. This is why |
Hi @roy-sror, issue sonic-net/sonic-buildimage#7895 is a quite old issue. Why didn't we see the same error log in other branch, like 202205? |
@roy-sror I don't know which case has these kinds of error log. bgp fib suppress? If there are some specific cases hit these error log during log analyzer, we can ignore these error log in script level or case level, please take the following one for reference. |
@roy-sror Can you please check and address the comments? |
@bingwang-ms , @ZhaohuiS - Based on sonic-net/sonic-buildimage#7895, this might happen during any test that involves a reboot or configuration reload. To prevent having to add a skip statement for every test that involves a reload, I suggest keeping this globally skipped. |
The pre-commit check detected issues in the files touched by this pull request. Detailed pre-commit check results: To run the pre-commit checks locally, you can follow below steps:
|
1 similar comment
The pre-commit check detected issues in the files touched by this pull request. Detailed pre-commit check results: To run the pre-commit checks locally, you can follow below steps:
|
@roy-sror Can you please address the pre_test static analysis failure? |
The pre-commit check detected issues in the files touched by this pull request. Detailed pre-commit check results: To run the pre-commit checks locally, you can follow below steps:
|
/azpw run |
1 similar comment
/azpw run |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azpw run |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
@wangxin , @bingwang-ms - the checker failures are unrelated to the change and it is already failing for the 3rd time on a different issue. Is there a known stability issue of the tests/checkers? Can we merge this change? |
I'm not aware of any known blocker in sonic-mgmt PR checker. Just retriggered the testing. |
MFST ADO: 25581299 |
@roy-sror PR conflicts with 202305 branch |
@roy-sror Can you please create another PR for 202305? Thanks! |
@bingwang-ms new PR added for 202305 branch: #11334 |
Summary: Skip err msg for the known issue : sonic-net/sonic-buildimage#7895 sonic-net/sonic-sairedis#582 This is a PR to fix the chery-pick conflict for the : #10396
This PR was merged before 202311 branch was created from master branch. No need to cherry-pick for 202311 branch. |
Skip error messages related to the following issue:
sonic-net/sonic-buildimage#7895
Summary:
Fixes # #10272
Type of change
Back port request
Approach
What is the motivation for this PR?
How did you do it?
How did you verify/test it?
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation