[
https://issues.apache.org/jira/browse/CASSANDRA-9528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14599703#comment-14599703
]
Robert Stupp commented on CASSANDRA-9528:
-----------------------------------------
utest logs go to {{build/test/output}} - not {{build/test/logs}}.
Changing the command to {{tar czf $\{BUILD_TAG\}_logs.tar.gz logs/ output/}}
should work.
{code}
build/test/logs/:
total 4264
-rw-r--r-- 1 snazy staff 1046321 24 Jun 18:34
TEST-org.apache.cassandra.cql3.UFTest.log.1.gz
-rw-r--r-- 1 snazy staff 1130828 24 Jun 18:34
TEST-org.apache.cassandra.cql3.UFTest.log.2.gz
build/test/output/:
total 19256
-rw-r--r-- 1 snazy staff 8637820 24 Jun 18:34
TEST-org.apache.cassandra.cql3.UFTest.log
-rw-r--r-- 1 snazy staff 1220045 24 Jun 18:34
TEST-org.apache.cassandra.cql3.UFTest.xml
{code}
> Improve log output from unit tests
> ----------------------------------
>
> Key: CASSANDRA-9528
> URL: https://issues.apache.org/jira/browse/CASSANDRA-9528
> Project: Cassandra
> Issue Type: Test
> Reporter: Ariel Weisberg
> Assignee: Ariel Weisberg
> Fix For: 3.0 beta 1
>
>
> * Single log output file per suite
> * stdout/stderr to the same log file with proper interleaving
> * Don't interleave interactive output from unit tests run concurrently to the
> console. Print everything about the test once the test has completed.
> * Fetch and compress log files as part of artifacts collected by cassci
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)