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: add concurrent run for config_reload pc_test_lag #15721

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

auspham
Copy link
Contributor

@auspham auspham commented Nov 25, 2024

Description of PR

Currently, pc/test_lag_2 is having timeout in teardown with the default timeout of 300 seconds.

Since by default the thread_count = 2, which means at maximum, only 2 available thread can be used to run config_reload in DUT. Which means only 2 DUT are config_reload at a time.

This will be slow and exceed 300 seconds.

Summary:
Fixes # (issue)

Type of change

  • Bug fix
  • Testbed and Framework(new/improvement)
  • Test case(new/improvement)

Back port request

  • 202012
  • 202205
  • 202305
  • 202311
  • 202405

Approach

What is the motivation for this PR?

How did you do it?

we should specify the thread_count to be the same number of duthost so that they're all config_reload in concurrent.

How did you verify/test it?

Any platform specific information?

Supported testbed topology if it's a new test case?

Documentation

@auspham auspham force-pushed the austinpham/30112211-investigate-resolve-pc-test-lag-2 branch from 128216a to 014dffe Compare November 25, 2024 03:20
@auspham auspham marked this pull request as draft November 25, 2024 06:24
@auspham auspham force-pushed the austinpham/30112211-investigate-resolve-pc-test-lag-2 branch from 014dffe to ac178dd Compare November 25, 2024 06:31
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.

1 participant