[crm] Ignore error messages for removing non-empty VLAN#2885
Merged
daall merged 1 commit intosonic-net:masterfrom Jan 29, 2021
Merged
[crm] Ignore error messages for removing non-empty VLAN#2885daall merged 1 commit intosonic-net:masterfrom
daall merged 1 commit intosonic-net:masterfrom
Conversation
Signed-off-by: Danny Allen <daall@microsoft.com>
neethajohn
approved these changes
Jan 29, 2021
Contributor
Author
|
/AzurePipeline 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
…atically (sonic-net#16110) src/sonic-utilities * 0f001c56 - (HEAD -> 202205, origin/202205) UT change: for db_migrator test do not check for RESTAPI cert values (sonic-net#2919) (4 hours ago) [Vaibhav Hemant Dixit] * 69d348d1 - [CLI][Show][BGP] Show BGP Change for no neighbor scenario (sonic-net#2885) (6 hours ago) [Dev Ojha] * 4c6af3c3 - [multi-asic] Refine [override config table] for corner cases (sonic-net#2918) (6 hours ago) [wenyiz2021] * bef3ffeb - [db_migrator] Set docker_routing_config_mode to the value obtained from minigraph parser (sonic-net#2890) (sonic-net#2922) (7 hours ago) [Vaibhav Hemant Dixit]
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.
Signed-off-by: Danny Allen daall@microsoft.com
Description of PR
Summary: [crm] Ignore error messages for removing non-empty VLAN
Fixes #2871
Type of change
Approach
What is the motivation for this PR?
We noticed in #2871 that even though the CRM test queues up VLAN updates in sequential order, the member removal can still happen after the VLAN removal. As expected, orchagent emits a failure log and retries the VLAN removal later, but this can cause issues in the test.
How did you do it?
Added a loganalyzer exception for VLAN removal errors.
How did you verify/test it?
Re-ran the test on a DUT in the lab. Noted the error message in the syslog, but the test was still able to pass.
Any platform specific information?
n/a
Supported testbed topology if it's a new test case?
n/a
Documentation
n/a