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

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

Commit 1e63722f8da7cd94a6937891832e51eae834c956 in impala's branch 
refs/heads/master from Qifan Chen
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=1e63722 ]

IMPALA-10124 admission-controller-test fails with no such file or
directory error

This work addresses a failure by disabling undefined behavior sanitizer
testing for AdmissionControllerTest.TopNQueryCheck test. In the test,
std::regex_match() is used to verify the appearance of certain strings
and can produce a core with very long stack trace failling in
std::vector::operator[]().

Testing:
1. Ran the test in both regular and disabling undefined behavior
   sanitizer check modes. No core was seen.

Change-Id: I16d6cff8fad8d0e93a24ec3fefa9cc1f8c471aad
Reviewed-on: http://gerrit.cloudera.org:8080/16404
Reviewed-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>


> admission-controller-test fails with no such file or directory error
> --------------------------------------------------------------------
>
>                 Key: IMPALA-10124
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10124
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Yongzhi Chen
>            Assignee: Qifan Chen
>            Priority: Major
>
> In master-core-ubsan, the admission-controller-test fails :
> 03:12:04 
> /data/jenkins/workspace/impala-asf-master-core-ubsan/repos/Impala/be/build/debug//scheduling/admission-controller-test:
>  line 10: 29380 Segmentation fault      (core dumped) 
> ${IMPALA_HOME}/bin/run-jvm-binary.sh 
> ${IMPALA_HOME}/be/build/latest/service/unifiedbetests 
> --gtest_filter=${GTEST_FILTER} 
> --gtest_output=xml:${IMPALA_BE_TEST_LOGS_DIR}/${TEST_EXEC_NAME}.xml 
> -log_filename="${TEST_EXEC_NAME}" "$@"
> 03:12:04 Traceback (most recent call last):
> 03:12:04   File 
> "/data/jenkins/workspace/impala-asf-master-core-ubsan/repos/Impala/bin/junitxml_prune_notrun.py",
>  line 71, in <module>
> 03:12:04     if __name__ == "__main__": main()
> 03:12:04   File 
> "/data/jenkins/workspace/impala-asf-master-core-ubsan/repos/Impala/bin/junitxml_prune_notrun.py",
>  line 68, in main
> 03:12:04     junitxml_prune_notrun(options.filename)
> 03:12:04   File 
> "/data/jenkins/workspace/impala-asf-master-core-ubsan/repos/Impala/bin/junitxml_prune_notrun.py",
>  line 31, in junitxml_prune_notrun
> 03:12:04     root = tree.parse(junitxml_filename)
> 03:12:04   File "/usr/lib64/python2.7/xml/etree/ElementTree.py", line 647, in 
> parse
> 03:12:04     source = open(source, "rb")
> 03:12:04 IOError: [Errno 2] No such file or directory: 
> '/data/jenkins/workspace/impala-asf-master-core-ubsan/repos/Impala/logs/be_tests/admission-controller-test.xml'
> ...
> 03:18:30 The following tests FAILED:
> 03:18:30       57 - admission-controller-test (Failed)
> 03:18:30 Errors while running CTest
> 03:18:30 make: *** [test] Error 8
> 03:18:30 ERROR in 
> /data/jenkins/workspace/impala-asf-master-core-ubsan/repos/Impala/bin/run-backend-tests.sh
>  at line 43: "${MAKE_CMD:-make}" test ARGS="${BE_TEST_ARGS}"



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

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

Reply via email to