Re: Unit test logs in Jenkins?

2015-04-02 Thread Steve Loughran
On 2 Apr 2015, at 06:31, Patrick Wendell pwend...@gmail.com wrote: Hey Marcelo, Great question. Right now, some of the more active developers have an account that allows them to log into this cluster to inspect logs (we copy the logs from each run to a node on that cluster). The

Re: Unit test logs in Jenkins?

2015-04-02 Thread shane knapp
i agree with all of this. but can we please break up the tests and make them shorter? :) On Thu, Apr 2, 2015 at 8:54 AM, Nicholas Chammas nicholas.cham...@gmail.com wrote: This is secondary to Marcelo’s question, but I wanted to comment on this: Its main limitation is more cultural than

Test all the things (Was: Unit test logs in Jenkins?)

2015-04-02 Thread Nicholas Chammas
(Renaming thread so as to un-hijack Marcelo's request.) Sure, we definitely want tests running faster. Part of testing all the things will be factoring out stuff from the various builds that can be run just once. We've also tried in the past (with little success) to parallelize test execution

Re: Unit test logs in Jenkins?

2015-04-02 Thread Marcelo Vanzin
On Thu, Apr 2, 2015 at 3:01 AM, Steve Loughran ste...@hortonworks.com wrote: That would be really helpful to debug build failures. The scalatest output isn't all that helpful. Potentially an issue with the test runner, rather than the tests themselves. Sorry, that was me over-generalizing.

Re: Unit test logs in Jenkins?

2015-04-01 Thread Patrick Wendell
all, Is there a way to access unit test logs in jenkins builds? e.g., core/target/unit-tests.log That would be really helpful to debug build failures. The scalatest output isn't all that helpful. If that's currently not available, would it be possible to add those logs as build artifacts