Commit 22a737f
committed
[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 issue1 parent b51e673 commit 22a737f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments