We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1221edd commit 6d8476eCopy full SHA for 6d8476e
1 file changed
docs/devel.adoc
@@ -23,3 +23,11 @@
23
* Integration tests for commands.
24
* If model object has builders, then fill it with data and compare by `equals()` with expected response
25
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