You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Bill Havanki (JIRA)" <ji...@apache.org> on 2014/02/20 22:59:21 UTC

[jira] [Resolved] (ACCUMULO-2380) Update functional test MR job to indicate failed tests

     [ https://issues.apache.org/jira/browse/ACCUMULO-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bill Havanki resolved ACCUMULO-2380.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5.1
                   1.4.5

Committed to 1.4.5-SNAPSHOT and 1.5.1-SNAPSHOT. During commit I noticed an update to {{RunTests}} in 1.5 to explicitly use UTF-8 for encoding functional test output, probably added from Findbugs runs, so I added it as well.

> Update functional test MR job to indicate failed tests
> ------------------------------------------------------
>
>                 Key: ACCUMULO-2380
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2380
>             Project: Accumulo
>          Issue Type: Sub-task
>          Components: test
>    Affects Versions: 1.4.4, 1.5.0
>            Reporter: Bill Havanki
>            Assignee: Bill Havanki
>              Labels: mapreduce, test
>             Fix For: 1.4.5, 1.5.1
>
>
> The MR job that runs functional tests, {{RunTests}}, does not report back on which tests passed and failed. The mapper that runs each functional test merely outputs the text from standard output, and the reducer is just an identity reducer. As noted in a comment:
> {code}
>     // don't do anything with the results (yet) a summary would be nice
> {code}
> Update the job to produce results that allow a tester to ascertain the pass/fail status of each test. For example:
> * which tests passed and which failed
> * a count of pass and fail
> * which hosts ran which tests, for drilling down
> While this only applies to 1.4/1.5, it's worth checking if 1.6 has a similar capability and the nature of its reporting.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)