Qifan Chen has uploaded a new patch set (#2). ( http://gerrit.cloudera.org:8080/16404 )
Change subject: IMPALA-10124 admission-controller-test fails with no such file or directory error ...................................................................... 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 --- M be/src/scheduling/admission-controller-test.cc 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/04/16404/2 -- To view, visit http://gerrit.cloudera.org:8080/16404 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I16d6cff8fad8d0e93a24ec3fefa9cc1f8c471aad Gerrit-Change-Number: 16404 Gerrit-PatchSet: 2 Gerrit-Owner: Qifan Chen <qc...@cloudera.com> Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com> Gerrit-Reviewer: Qifan Chen <qc...@cloudera.com> Gerrit-Reviewer: Sahil Takiar <stak...@cloudera.com>