Tim Armstrong has uploaded a new change for review. http://gerrit.cloudera.org:8080/6819
Change subject: IMPALA-5245: fix ASAN buffer-allocator-test ...................................................................... IMPALA-5245: fix ASAN buffer-allocator-test * Use the allocator_may_return_null=1 ASAN option so that the allocation just fails instead of crashing the process. * Work around an bug in the implementation of the option where posix_memalign() does not return ENOMEM. I filed an upstream bug https://bugs.llvm.org/show_bug.cgi?id=32968. Change-Id: I2f295f841b8b6e7996d54bdf2dfc0a092dcb864c --- M be/src/runtime/bufferpool/buffer-allocator-test.cc M be/src/runtime/bufferpool/system-allocator.cc M bin/run-backend-tests.sh M bin/start-catalogd.sh M bin/start-impalad.sh M bin/start-statestored.sh 6 files changed, 9 insertions(+), 10 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/19/6819/1 -- To view, visit http://gerrit.cloudera.org:8080/6819 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2f295f841b8b6e7996d54bdf2dfc0a092dcb864c Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Tim Armstrong <[email protected]>
