Skip to content

[schema]: Add VLAN_MEMBER_TABLE and LAG_MEMBER_TABLE#84

Merged
stcheng merged 1 commit intosonic-net:masterfrom
stcheng:master
Mar 30, 2017
Merged

[schema]: Add VLAN_MEMBER_TABLE and LAG_MEMBER_TABLE#84
stcheng merged 1 commit intosonic-net:masterfrom
stcheng:master

Conversation

@stcheng
Copy link
Copy Markdown
Contributor

@stcheng stcheng commented Mar 30, 2017

Signed-off-by: Shuotian Cheng [email protected]

@stcheng
Copy link
Copy Markdown
Contributor Author

stcheng commented Mar 30, 2017

To address issue: sonic-net/sonic-swss#160

@qiluo-msft
Copy link
Copy Markdown
Contributor

:shipit:

@stcheng stcheng merged commit f40ccb5 into sonic-net:master Mar 30, 2017
prgeor pushed a commit to prgeor/sonic-swss-common that referenced this pull request Feb 27, 2025
Pterosaur pushed a commit to Pterosaur/sonic-swss-common that referenced this pull request Apr 13, 2025
* enhancements and fixes done in the YGOT package

* enhance ygot.TogNMINotifications() API to handle keyless lists. Encodes the whole list as a single ietf json blob

* populate the module name based on the Namespace name instead of Prefix name

---------

Co-authored-by: Sachin Holla <[email protected]>
qiluo-msft pushed a commit to qiluo-msft/sonic-swss-common that referenced this pull request Jul 18, 2025
### why
During investigating issue sonic-net#75, I created test case to verify zmq
behaviour in handling no connection and connection loss. It is found
that with the current swss-common zmq implementation with below
attributes, we don't need to handle reconnect explicitly.

- PUSH/PULL model
- ZMQ_IMMEDIATE = 0 (default)
- ZMQ_SNDHWM = 10000

### what this PR does

- add unit test for zmq late connect and reconnect for regression
- remove unneeded code for falling back to ProducerStateTable in test
environment since zmq client won't fail if zmq server is not connected.
- update test_utils/README.md with missing argument to start redis in
test environment
qiluo-msft added a commit that referenced this pull request Jul 19, 2025
This PR is a partial duplicate of sonic-net/sonic-dash-ha#84
Since crates/swss-common will be moved in this repo.

why
During investigating issue #75, I created test case to verify zmq behaviour in handling no connection and connection loss. It is found that with the current swss-common zmq implementation with below attributes, we don't need to handle reconnect explicitly.

PUSH/PULL model
ZMQ_IMMEDIATE = 0 (default)
ZMQ_SNDHWM = 10000
what this PR does
add unit test for zmq late connect and reconnect for regression
remove unneeded code for falling back to ProducerStateTable in test environment since zmq client won't fail if zmq server is not connected.
update test_utils/README.md with missing argument to start redis in test environment
wen587 pushed a commit to wen587/sonic-swss-common that referenced this pull request Aug 5, 2025
…-net#1052)

This PR is a partial duplicate of sonic-net/sonic-dash-ha#84
Since crates/swss-common will be moved in this repo.

why
During investigating issue sonic-net#75, I created test case to verify zmq behaviour in handling no connection and connection loss. It is found that with the current swss-common zmq implementation with below attributes, we don't need to handle reconnect explicitly.

PUSH/PULL model
ZMQ_IMMEDIATE = 0 (default)
ZMQ_SNDHWM = 10000
what this PR does
add unit test for zmq late connect and reconnect for regression
remove unneeded code for falling back to ProducerStateTable in test environment since zmq client won't fail if zmq server is not connected.
update test_utils/README.md with missing argument to start redis in test environment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants