[action] [PR:20095] [dualotr] Fix disruptions after config reload#20222
Open
mssonicbld wants to merge 1 commit intosonic-net:202411from
Open
[action] [PR:20095] [dualotr] Fix disruptions after config reload#20222mssonicbld wants to merge 1 commit intosonic-net:202411from
mssonicbld wants to merge 1 commit intosonic-net:202411from
Conversation
The device could be unstable after config reload, which results in possible packet drop and test failure. Let's wait for more time after config reload. And decrease the I/O verification time to 60s to reduce the test runtime. Signed-off-by: Longxiang Lyu <[email protected]>
11 tasks
Collaborator
Author
|
Original PR: #20095 |
Collaborator
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
Author
|
/azp run Azure.sonic-mgmt |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
Author
|
/azp run Azure.sonic-mgmt |
|
Azure Pipelines will not run the associated pipelines, because the pull request was updated after the run command was issued. Review the pull request again and issue a new run command. |
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…omatically (sonic-net#20222) src/sonic-swss-common * 3d9f52b - (HEAD -> 202311, origin/202311) Account for control character as part of zmq_read_part (sonic-net#906) (sonic-net#910) (6 hours ago) [mssonicbld]
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The device could be unstable after config reload, which results in possible packet drop and test failure.
Let's wait for more time after config reload.
And decrease the I/O verification time to 60s to reduce the test runtime.
Description of PR
Summary:
Fixes # (issue)
Type of change
Back port request
Approach
What is the motivation for this PR?
The device could be unstable after config reload, which results in
possible packet drop and test failure.
Let's wait for more time after config reload.
And decrease the I/O verification time to 60s to reduce the test runtime.
Signed-off-by: Longxiang Lyu <[email protected]
How did you do it?
Reload with
safe_reloadandwait_for_bgpto allow the DUT to recover.How did you verify/test it?
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation