You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "nithya (JIRA)" <ji...@apache.org> on 2018/09/19 21:19:00 UTC

[jira] [Updated] (IMPALA-7582) Generate junit style symptoms for issues during cluster startup (minicluster and impala)

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

nithya updated IMPALA-7582:
---------------------------
    Summary: Generate junit style symptoms for issues during cluster startup (minicluster and impala)  (was: Generate symptoms for issues during cluster startup (minicluster and impala))

> Generate junit style symptoms for issues during cluster startup (minicluster and impala)
> ----------------------------------------------------------------------------------------
>
>                 Key: IMPALA-7582
>                 URL: https://issues.apache.org/jira/browse/IMPALA-7582
>             Project: IMPALA
>          Issue Type: Task
>          Components: Infrastructure
>            Reporter: nithya
>            Assignee: nithya
>            Priority: Major
>
> Generate symptoms for steps in cluster startup (see testdata/bin/run-all.sh)
> As a sub-task for https://issues.apache.org/jira/browse/IMPALA-7399, run-all.sh script will be updated to generate junit type output that can be used to produce test reports. These reports can then be used to triage any failures/errors that happened during "Starting mini cluster" via run-all.sh script
>  
> {noformat}
> <?xml version="1.0" ?>
> <testsuites errors="1" failures="0" tests="1" time="0.0">
>     <testsuite disabled="0" errors="1" failures="0" file="None" log="None" name="generate_junitxml.Run_sentry_service.run_sentry" skipped="0" tests="1" time="0" timestamp="2018-09-17 18:06:34+00:00" url="None">
>         <testcase classname="generate_junitxml.Run_sentry_service" name="run_sentry">
>             <error message="Error running sentry service" type="error"/>
>             <system-out> <Error message during Sentry startup>
>             </system-out>
>         </testcase>
>     </testsuite>
> </testsuites>{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org