Commit 61ed693
authored
Fix error in conformance test script (#26)
## Problem
Some random process could be running on `8003`.
Before:
- We would not run the `mock_devrev_server.py` on `8003` if a process
was already running on `8003`.
- But if what as running on `8003` wasn't mock server, this would be
problematic as reported by @gasperzgonec
After:
- If traffic is running on `8003`, stop it and start
`mock_devrev_server.py`
The same for port `8004` and `rate_limiting_proxy.py`.1 parent a3e61b2 commit 61ed693
1 file changed
+18
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
173 | 175 | | |
| 176 | + | |
174 | 177 | | |
175 | 178 | | |
176 | 179 | | |
177 | 180 | | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
183 | 189 | | |
| 190 | + | |
184 | 191 | | |
185 | 192 | | |
186 | 193 | | |
| |||
0 commit comments