[jira] [Commented] (CASSANDRA-9528) Improve log output from unit tests

2015-07-22 Thread Ariel Weisberg (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-9528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14637216#comment-14637216
 ] 

Ariel Weisberg commented on CASSANDRA-9528:
---

[~snazy] is there something for this that needs to be done? Seems like the 
output is being collected for most jobs.

> 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.x
>
>
> * 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)


[jira] [Commented] (CASSANDRA-9528) Improve log output from unit tests

2015-06-24 Thread Ariel Weisberg (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-9528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14600197#comment-14600197
 ] 

Ariel Weisberg commented on CASSANDRA-9528:
---

Pushed a new branch since this was already merged.
https://github.com/apache/cassandra/compare/trunk...aweisberg:C-9528-2

> 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)


[jira] [Commented] (CASSANDRA-9528) Improve log output from unit tests

2015-06-24 Thread Ariel Weisberg (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-9528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14600180#comment-14600180
 ] 

Ariel Weisberg commented on CASSANDRA-9528:
---

I fixed it in the logback config. I updated the rolling to the logs directory, 
but not the uncompressed pre-rolling output.

> 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)


[jira] [Commented] (CASSANDRA-9528) Improve log output from unit tests

2015-06-24 Thread Robert Stupp (JIRA)

[ 
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)


[jira] [Commented] (CASSANDRA-9528) Improve log output from unit tests

2015-06-24 Thread Ariel Weisberg (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-9528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14599519#comment-14599519
 ] 

Ariel Weisberg commented on CASSANDRA-9528:
---

There is no pattern so I don't get why only the tar.gz are picked up.
{noformat}
${JENKINS_HOME}/automaton/bin/ctool run ${BUILD_TAG} 0 "cd 
cassandra/build/test/ ; tar czf ${BUILD_TAG}_logs.tar.gz logs/" || true
{noformat}

> 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)


[jira] [Commented] (CASSANDRA-9528) Improve log output from unit tests

2015-06-15 Thread Ariel Weisberg (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-9528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14586655#comment-14586655
 ] 

Ariel Weisberg commented on CASSANDRA-9528:
---

This is ready for review. It doesn't depend on 9463 which we aren't going to do 
anything additional for.

> 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
>
> * 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)