]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
teuthlogy/task/exec: add ASAN options
authorMilind Changire <mchangir@redhat.com>
Sun, 16 Mar 2025 18:44:41 +0000 (00:14 +0530)
committerMilind Changire <mchangir@redhat.com>
Sat, 22 Mar 2025 04:33:10 +0000 (10:03 +0530)
Signed-off-by: Milind Changire <mchangir@redhat.com>
teuthology/task/exec.py

index b3548c332dda6b508de576b21ef40ba3e2c7477a..b1c4e9d0e2f7fbd764e5d51112a165ecae73a604 100644 (file)
@@ -66,6 +66,8 @@ def task(ctx, config):
             remote.run(
                 args=[
                     'sudo',
+                    'ASAN_OPTIONS=detect_leaks=0,detect_odr_violation=0',
+                    'LD_PRELOAD=/lib64/libasan.so.6',
                     'TESTDIR={tdir}'.format(tdir=testdir),
                     'bash',
                     '-c',