From: Milind Changire Date: Mon, 17 Mar 2025 05:32:41 +0000 (+0530) Subject: teuthology/task/background_exec: add ASAN options X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7c94900551dfbf07a497723bf4c87f5be22db703;p=teuthology.git teuthology/task/background_exec: add ASAN options Signed-off-by: Milind Changire --- diff --git a/teuthology/task/background_exec.py b/teuthology/task/background_exec.py index 897b52531..a4c1ea9e3 100644 --- a/teuthology/task/background_exec.py +++ b/teuthology/task/background_exec.py @@ -56,6 +56,8 @@ def task(ctx, config): tasks[remote.name] = remote.run( args=[ 'sudo', + 'ASAN_OPTIONS=detect_leaks=0,detect_odr_violation=0', + 'LD_PRELOAD=/lib64/libasan.so.6', 'TESTDIR=%s' % testdir, 'daemon-helper', 'kill', '--kill-group', 'bash', '-c', cmd,