You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[integ-test-framework] Avoid test hanging when data.counter is not decreased
data.counter is not decreased sometimes when the test fail drastically. And the test will hang with the following message:
```
fixture_utils - Waiting for all processes to release shared fixture vpc_stacks_shared, currently in use by 2 processes ({'gw23: 33792'})
```
This commit uses the min of data.counter and data.currently_using_processes to solve the issue
0 commit comments