Skip to content

Commit c01d93f

Browse files
authoredJan 6, 2023
documenting the local docker testplan / testground pool overlap issue
documenting the local docker testplan / testground pool overlap issue
2 parents 68a6f03 + 18834a9 commit c01d93f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
 

‎debugging-test-plans.md

+18
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,24 @@ When using the local runners, with a relatively small number of plan instances i
212212

213213
For more information about this, see [Analyzing the results](analyzing-the-results/README.md).
214214

215+
## Debugging testground problems
216+
217+
### **local:docker**
218+
219+
> Help! When starting a testplan (e.g. using `testground run single`) I get an error such a the following:
220+
>
221+
> ```
222+
> Pool overlaps with other one on this address space
223+
> ```
224+
225+
Solution: Most likely you have a conflicting (docker) network from a previous run of one of your testground runs:
226+
227+
1. You can find any related testground plan network on your (docker) system using the command `docker network ls`;
228+
2. In that output you should see some networks whom have your testplan or testcase referenced in its name;
229+
3. Copy the linked network ids so you can remove them using the `docker network rm <id>` cmd.
230+
231+
Once you completed these steps you should be able to run your testground plan without seeing the error above.
232+
215233
## Accessing profile data
216234
217235
All Go test plans have profiling enabled by default.

0 commit comments

Comments
 (0)