-
Notifications
You must be signed in to change notification settings - Fork 712
Chassisd does not wait for the execution to complete for previous admin state change requests #3845
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
Open
rameshraghupathy
wants to merge
61
commits into
sonic-net:master
Choose a base branch
from
rameshraghupathy:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
df597bd
Fixed issue #22138
rameshraghupathy 1ac4199
Resolved SA errors
rameshraghupathy c111cfc
Adding coverage
rameshraghupathy 0df04c8
Adding coverage
rameshraghupathy f42edea
Adding coverage
rameshraghupathy 2b5b87f
Adding coverage
rameshraghupathy 051753c
Adding coverage
rameshraghupathy 32fad32
Adding coverage
rameshraghupathy fc9338c
Adding coverage
rameshraghupathy 7ef8186
Adding coverage
rameshraghupathy ed35477
Adding coverage
rameshraghupathy 7ee216d
Adding coverage
rameshraghupathy 5a27245
Adding coverage
rameshraghupathy 1d96263
Adding coverage
rameshraghupathy 0245039
Adding coverage
rameshraghupathy 628bdeb
Adding coverage
rameshraghupathy bb1f45c
Adding coverage
rameshraghupathy 8a03b9c
Adding coverage
rameshraghupathy 0bf4d12
Adding coverage
rameshraghupathy 9655381
Adding coverage
rameshraghupathy 9f5d102
Adding coverage
rameshraghupathy f137859
Adding coverage
rameshraghupathy be28cdf
Adding coverage
rameshraghupathy 094b751
Adding coverage
rameshraghupathy 86ec6b1
Adding coverage
rameshraghupathy f20a880
Adding coverage
rameshraghupathy 2e2c79e
Adding coverage
rameshraghupathy 3e8e5d5
Adding coverage
rameshraghupathy c980649
Adding coverage
rameshraghupathy a92d5e3
Adding debug log
rameshraghupathy fb6b52b
Adding debug to test
rameshraghupathy 5651ba8
Adding debug to test
rameshraghupathy fe3eedf
Adding debug to test
rameshraghupathy cb0e5d4
Adding debug to test
rameshraghupathy b7ee989
Adding debug to test
rameshraghupathy c3cbebe
Adding debug to test
rameshraghupathy 36f8216
Adding debug to test
rameshraghupathy 05d1d86
Adding debug to test
rameshraghupathy 788137c
Adding debug to test
rameshraghupathy 3b6410b
Adding debug to test
rameshraghupathy 4996292
Adding debug to test
rameshraghupathy 82cd145
Adding debug to test
rameshraghupathy e6a2de5
Adding debug to test
rameshraghupathy d86eb5b
Adding debug to test
rameshraghupathy 51ccd66
Adding debug to test
rameshraghupathy e749259
Adding debug to test
rameshraghupathy b0a1fde
Adding debug to test
rameshraghupathy d100fae
Adding debug to test
rameshraghupathy e908c12
Adding debug to test
rameshraghupathy 1dbe136
Adding debug to test
rameshraghupathy b7a31ba
Adding debug to test
rameshraghupathy 0fd638d
fixing overage
rameshraghupathy 916c585
Addressed a review comments
rameshraghupathy 579a55f
Fixed SA issues
rameshraghupathy 0ba6b90
Fixing UT
rameshraghupathy 250730f
Fixing UT
rameshraghupathy a2a1cd5
Fixing UT issues
rameshraghupathy 6988eda
Improving coverage
rameshraghupathy 27c0b10
Improving coverage
rameshraghupathy 6790820
Improving coverage
rameshraghupathy b981373
Improving coverage
rameshraghupathy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isnt the transition flag being set in chassisd? Do we need to set here as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gpunathilell Not necessarily, however any script executing back to back CLI calls may pose issues if I remove this. So, it is safe to keep it in two places. If you are particular and if it works for you I can remove it.