Skip to content

Commit 6d8476e

Browse files
authored
Document debug case (#641)
* Document debug case
1 parent 1221edd commit 6d8476e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/devel.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,11 @@
2323
* Integration tests for commands.
2424
* If model object has builders, then fill it with data and compare by `equals()` with expected response
2525
from docker daemon. If failed, then some fields mappings are wrong.
26+
27+
### Debug
28+
* When there are unreproducible Travis errors:
29+
** Try locally run test 10-20 times in IDE against the same docker daemon version and same connection type (tcp or socket).
30+
** Limit `.travis.yml` to single run (to not consume their resources with matrix run).
31+
** Remove `travis-logback.xml` replacement (build can't output everything in every run because travis has log limitation).
32+
** Set single test in `pom.xml` `for maven-failsafe-plugin`
33+
** Make PR or if you are maintainer push to branch, catch log and fix.

0 commit comments

Comments
 (0)