File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments