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

ASF subversion and git services commented on IMPALA-8303:
---------------------------------------------------------

Commit 79ce6b47f7ccf725c4d55cfb2d2988b7c602d0ea in impala's branch 
refs/heads/master from Joe McDonnell
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=79ce6b4 ]

IMPALA-8303: Generate JUnitXML for ASAN failures

This modifies bin/jenkins/finalize.sh to detect ASAN error messages.
ASAN messages appear in the ERROR logs for impalad and in
logs/be_tests/LastTest.log for backend tests. This checks both
locations for "ERROR: AddressSanitizer:" messages.

Testing:
 - Ran a Jenkins job with a known backend ASAN problem
 - Ran finalize.sh on logs from an impalad ASAN crash

Change-Id: I5434703a02617d62dc0ed401b8cc1bf7a198a84d
Reviewed-on: http://gerrit.cloudera.org:8080/12733
Reviewed-by: David Knupp <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> Generate JUnitXML symptom for ASAN failures
> -------------------------------------------
>
>                 Key: IMPALA-8303
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8303
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Infrastructure
>    Affects Versions: Impala 3.3.0
>            Reporter: Joe McDonnell
>            Assignee: Joe McDonnell
>            Priority: Major
>
> Address Sanitizer detects invalid memory operations and crashes the process. 
> It writes a detailed message to stderr that is very useful for diagnosing the 
> problem. In Impala tests, an ASAN crash of an impalad currently shows up as 
> random tests failing. The finalize script should detect the ASAN output and 
> generate a JUnitXML with the message's contents.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to