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

Fix default route race condition UT (#258) #268

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

lolyu
Copy link
Contributor

@lolyu lolyu commented Aug 23, 2024

Description of PR

Summary:
Fixes # (issue)

Type of change

  • Bug fix
  • New feature
  • Doc/Design
  • Unit test

Approach
What is the motivation for this PR?
Fix the UT failure introduced by #254.
The failure is due to that, the wait time for the two default route handlers to finish is 10ms, which is not sufficient on some build image agents which has limited CPU resource.

Signed-off-by: Longxiang Lyu lolv@microsoft.com

Work item tracking
Microsoft ADO (number only): 28471183
How did you do it?
Let's increase the wait time to 8s.

How did you verify/test it?
UT passed.

Any platform specific information?
Documentation

Signed-off-by: Longxiang Lyu <lolv@microsoft.com>
@lolyu lolyu merged commit d25788c into sonic-net:202405 Aug 23, 2024
9 checks passed
@lolyu lolyu mentioned this pull request Aug 27, 2024
4 tasks
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.

2 participants