Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dash]: Wait for routing type config when adding VNET mapping #3312

Merged
merged 4 commits into from
Oct 11, 2024

Conversation

theasianpianist
Copy link
Contributor

What I did

  • Block adding VNET mapping until the routing type for that VNET mapping has been configured
  • Perform setup/teardown of DASH route group tests on a per-testcase basis instead of per-module.

Why I did it

  • When adding a VNET map, some SAI attributes are not set unless the routing type for that mapping has been configured. This means that the order in which orchagent processes APPL_DB updates has an impact on which SAI attributes are set. If the VNET map update is processed before the routing type config update, then these SAI attributes will not be set, which also causes flaky test performance.

How I verified it

Details if related

@theasianpianist theasianpianist requested review from prabhataravind, Pterosaur and prsunny and removed request for prsunny October 1, 2024 21:07
@prsunny prsunny merged commit 55fd3f1 into sonic-net:master Oct 11, 2024
17 checks passed
stepanblyschak pushed a commit to stepanblyschak/sonic-swss that referenced this pull request Nov 13, 2024
…net#3312)

What I did
Block adding VNET mapping until the routing type for that VNET mapping has been configured
Perform setup/teardown of DASH route group tests on a per-testcase basis instead of per-module.
divyachandralekha pushed a commit to divyachandralekha/sonic-swss that referenced this pull request Dec 12, 2024
…net#3312)

What I did
Block adding VNET mapping until the routing type for that VNET mapping has been configured
Perform setup/teardown of DASH route group tests on a per-testcase basis instead of per-module.
divyachandralekha pushed a commit to divyachandralekha/sonic-swss that referenced this pull request Dec 12, 2024
…net#3312)

What I did
Block adding VNET mapping until the routing type for that VNET mapping has been configured
Perform setup/teardown of DASH route group tests on a per-testcase basis instead of per-module.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants