-
Notifications
You must be signed in to change notification settings - Fork 275
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
Add check ASIC vs DB state after comparison logic #393
Conversation
build fails? |
@kcudnik , can you take a look? |
yea, i send email about this, it's jenkins issue |
test this please |
Looks like your DB/SAI comparison is working! The only problem is that it surely triggers Broadcom SAI segment fault while comparing. Can you make it optional? I think the best way to trigger it might be reuse the syncd_request_shutdown program to send an event to check. What do you think? Alternative would be if you receive a signal then start checking. like USR1 :-) |
i would rather like to avoid using linux signals to make make something like this |
Includes changes: - Fix pre shutdown select (sonic-net/sonic-sairedis#397) - [.gitignore]: Add more files in .gitignore file (sonic-net/sonic-sairedis#396) - Add check ASIC vs DB state after comparison logic (sonic-net/sonic-sairedis#393) - Process only shutdown requests after pre shutdown (sonic-net/sonic-sairedis#395)
* Add check ASIC vs DB state after comparison logic * Add aspell exceptions * Add cmd flag to enable consistency check explicitly
* Add check ASIC vs DB state after comparison logic * Add aspell exceptions * Add cmd flag to enable consistency check explicitly
No description provided.