2017-10-19 17:28 GMT+02:00 Ivan Kelly <iv...@apache.org>: > inline. > > > 1) Surefire trimStackTrace can we set to "false" ? > +1 > > > 2) Protobuf checkStaleness set to "true" ? > +1 > > > 3) Problem with maven compiler plugin > > even upgrading to latested and greatest version (3.7.0) it always > considers > > source files "changed" even while running single tests, this slows down > the > > build > What has changed? Are they actually building a dependency tree for imports? >
I have to dig into this, maybe debugging the plugin. For test classes it does not always recompile the full set of files > > 4) Enabling debug for tests > > If there any smarter way to enable debug in tests apart from changing and > > not comming log4j.properties ? > Why not just enable DEBUG by default, and exclude the overly noisy > stuff like zookeeper? > mmm, writing a log of debug will slow up tests and may hide "race conditions" by slowing down the execution of methods. writing to the logs introduces "implicit" synchronization > > -Ivan >