Joe McDonnell created IMPALA-10121:
--------------------------------------
Summary: 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
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]