Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/devel.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,11 @@
* Integration tests for commands.
* If model object has builders, then fill it with data and compare by `equals()` with expected response
from docker daemon. If failed, then some fields mappings are wrong.

### Debug
* When there are unreproducible Travis errors:
** Try locally run test 10-20 times in IDE against the same docker daemon version and same connection type (tcp or socket).
** Limit `.travis.yml` to single run (to not consume their resources with matrix run).
** Remove `travis-logback.xml` replacement (build can't output everything in every run because travis has log limitation).
** Set single test in `pom.xml` `for maven-failsafe-plugin`
** Make PR or if you are maintainer push to branch, catch log and fix.