[action] [PR:20232] Update expect_regex in test_duplicate_route to support bulk update mode#20329
Merged
mssonicbld merged 1 commit intosonic-net:202505from Aug 20, 2025
Merged
Conversation
…ort bulk update mode (sonic-net#20232) The sonic-sairedis change from sonic-net/sonic-sairedis#1613 modified the behavior of BULK operations which resulted in the log spew looking different before and after on API failures. This impacts test_duplicate_route.py. As this test is failing with the above sonic-sairedis change included, sonic-buildimage PRs that bump up the submodule reference fail pipeline checks. The fix is to update the regexes so that the test can continue to pass with and without this sonic-sairedis change. Summary: Fixes # 20231
11 tasks
Collaborator
Author
|
Original PR: #20232 |
Collaborator
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
Why I did it Upgrade xgs SAI version to 10.1.42.0-1 with the following fixes. 10.1.42.0-1: [AN/LT] enable Microsoft AN/LT behavior Work item tracking Microsoft ADO (number only): 29578512 How I did it Update xgs SAI version to 10.1.42.0-1 in sai.mk file. Signed-off-by: zitingguo-ms <zitingguo@microsoft.com>
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.
Description of PR
The sonic-sairedis change from sonic-net/sonic-sairedis#1613 modified the behavior of BULK operations which resulted in the log spew looking different before and after on API failures. This impacts test_duplicate_route.py. As this test is failing with the above sonic-sairedis change included, sonic-buildimage PRs that bump up the submodule reference fail pipeline checks.
The fix is to update the regexes so that the test can continue to pass with and without this sonic-sairedis change.
Summary:
Fixes # 20231
Type of change
Back port request
Approach
What is the motivation for this PR?
The sonic-sairedis change from sonic-net/sonic-sairedis#1613 modified the behavior of BULK operations which resulted in the log spew looking different before and after. This impacts test_duplicate_route.py. As this test is failing with the above sonic-sairedis change included, sonic-buildimage PRs that bump up the submodule reference fail pipeline checks.
How did you do it?
Some of the message format has slightly changed even though the meaning itself remains the same. Where I could I modified the regex so that the check will pass with both versions of sairedis. For the new ones, I have included them in ignoreRegex. In future, we could move them to the expected list.
How did you verify/test it?
I validated the changes by running test_duplicate_route.py with the new image.
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation