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/19 17:24:23 UTC

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

Bill Havanki created ACCUMULO-2380:
--------------------------------------

             Summary: 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.5.0, 1.4.4
            Reporter: Bill Havanki
            Assignee: Bill Havanki


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)