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

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

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

IMPALA-10121: Generate JUnitXML for TSAN messages

This adds logic in bin/jenkins/finalize.sh to check the ERROR
log for TSAN messages (i.e. WARNING: ThreadSanitizer: ...)
and generate a JUnitXML with the message. This happens when
TSAN aborts Impala.

Testing:
 - Ran TSAN build (which is currently failing)

Change-Id: I44ea33a78482499decae0ec4c7c44513094b2f44
Reviewed-on: http://gerrit.cloudera.org:8080/16397
Reviewed-by: Tim Armstrong <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> bin/jenkins/finalize.sh should generate JUnitXML for TSAN failures
> ------------------------------------------------------------------
>
>                 Key: IMPALA-10121
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10121
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Infrastructure
>    Affects Versions: Impala 4.0
>            Reporter: Joe McDonnell
>            Assignee: Joe McDonnell
>            Priority: Major
>
> There is code in bin/jenkins/finalize.sh to generate JUnitXML for 
> AddressSanitizer errors that crash Impala. We should add equivalent logic for 
> ThreadSanitizer messages. It looks like the message would go to the ERROR log 
> and look like:
> {noformat}
> ==================
> WARNING: ThreadSanitizer: data race (pid=6436)
>   Read of size 1 at 0x7b480017aaa8 by thread T320 (mutexes: write 
> M861448892003377216, write M862574791910219632, write M623321199144890016, 
> write M1054540811927503496):
> ... stacks, etc ...
> =================={noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to