[request parser] Add unit tests for request parser to parse multiple values#1766
Merged
shi-su merged 1 commit intosonic-net:masterfrom Jun 14, 2021
Merged
[request parser] Add unit tests for request parser to parse multiple values#1766shi-su merged 1 commit intosonic-net:masterfrom
shi-su merged 1 commit intosonic-net:masterfrom
Conversation
prsunny
approved these changes
Jun 3, 2021
Contributor
Author
|
/Azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
|
/Azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
4 tasks
raphaelt-nvidia
pushed a commit
to raphaelt-nvidia/sonic-swss
that referenced
this pull request
Oct 5, 2021
sonic-net#1766) What I did Add unit tests for request parser to parse multiple values. Why I did it Add unit tests for the feature added in PR sonic-net#1758. How I verified it Run unit tests locally and confirm the tests pass with the given conditions and constraints.
EdenGri
pushed a commit
to EdenGri/sonic-swss
that referenced
this pull request
Feb 28, 2022
…sonic-net#1766) When systemd services finished, the systemd status could running or degraded. Therefore, compare system status with starting directly. Here is what is happening on kvm switch. Some services cannot be started. Then, the system state is in degraded state. ``` admin@ARISTA01T1:~$ systemctl is-system-running starting admin@ARISTA01T1:~$ systemctl is-system-running degraded ``` Signed-off-by: Guohan Lu <[email protected]>
Janetxxx
pushed a commit
to Janetxxx/sonic-swss
that referenced
this pull request
Nov 10, 2025
sonic-net#1766) What I did Add unit tests for request parser to parse multiple values. Why I did it Add unit tests for the feature added in PR sonic-net#1758. How I verified it Run unit tests locally and confirm the tests pass with the given conditions and constraints.
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.
What I did
Add unit tests for request parser to parse multiple values.
Why I did it
Add unit tests for the feature added in PR #1758.
How I verified it
Run unit tests locally and confirm the tests passes with the given conditions and constraints.
Details if related