You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Colin Patrick McCabe (JIRA)" <ji...@apache.org> on 2016/01/26 22:53:39 UTC

[jira] [Commented] (YETUS-293) Yetus should save .stderr and .stdout files generated by the maven-cmakebuilder plugin

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

Colin Patrick McCabe commented on YETUS-293:
--------------------------------------------

{code}
cmccabe@mirabilis:~/hadoop2> mvn test -Pnative -Dtest=allNative
...
cmccabe@mirabilis:~/hadoop2> find -name '*.stdout' -o -name '*.stderr'
./hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/target/native-results/test-container-executor.stderr
./hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/target/native-results/test-container-executor.stdout
./hadoop-common-project/hadoop-common/target/native-results/test_bulk_crc32.stdout
./hadoop-common-project/hadoop-common/target/native-results/erasure_code_test.stderr
./hadoop-common-project/hadoop-common/target/native-results/test_bulk_crc32.stderr
./hadoop-common-project/hadoop-common/target/native-results/erasure_code_test.stdout
{code}

> Yetus should save .stderr and .stdout files generated by the maven-cmakebuilder plugin
> --------------------------------------------------------------------------------------
>
>                 Key: YETUS-293
>                 URL: https://issues.apache.org/jira/browse/YETUS-293
>             Project: Yetus
>          Issue Type: New Feature
>            Reporter: Colin Patrick McCabe
>            Assignee: Sean Busbey
>
> Yetus should save .stderr and .stdout files generated by the maven-cmakebuilder plugin.  These files contain the output of native unit tests which were run, and can be helpful in debugging native unit test failures.  This is similar to log4j files from Java tests.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)