Discussion:
how to keep logs from successful junit tests
Ted Yu
2014-03-16 16:39:59 UTC
Permalink
Hi,
On Jenkins, for sub-tests in a junit test class, logs from failed tests are kept.
However, logs from successful tests are truncated.

In one scenario, remnants from a successful sub-test cause some other sub-tests to fail.

How do I get complete log from the successful sub-test ?

Here is link to the failed test:
https://builds.apache.org/job/HBase-TRUNK/5018/testReport/org.apache.hadoop.hbase.util/TestHBaseFsck/testHbckThreadpooling/


NoHdfsTable, created by another test, caused the above test to fail.

Thanks

Loading...