sonic-net / sonic-mgmt

Configuration management examples for SONiC
Other
200 stars 725 forks source link

[Need new test] Race condition for the static route expiry. #6306

Open StormLiangMS opened 2 years ago

StormLiangMS commented 2 years ago

Description Below is a new feature which to support static route aging in bgpcfgd process, which will introduce multi thread. https://github.com/sonic-net/sonic-buildimage/pull/11743 Need to add new test cases to check below:

  1. race condition between the main thread new aging thread.
  2. performance side effect when enable this new aging thread.
  3. scale test.

Steps to reproduce the issue: 1. 4. 5.

Describe the results you received:

Describe the results you expected:

Additional information you deem important:

**Output of `show version`:**

```
(paste your output here)
```

**Attach debug file `sudo generate_dump`:**

```
(paste your output here)
```
prsunny commented 2 months ago

We are not prioritizing this testgap as the feature PR was closed and done in a different way. Need to revisit how this can be done