]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
teuthology/task/background_exec: add ASAN options
authorMilind Changire <mchangir@redhat.com>
Mon, 17 Mar 2025 05:32:41 +0000 (11:02 +0530)
committerMilind Changire <mchangir@redhat.com>
Sat, 22 Mar 2025 04:33:11 +0000 (10:03 +0530)
Signed-off-by: Milind Changire <mchangir@redhat.com>
teuthology/task/background_exec.py

index 897b525312d8aae55753703edc13a7902af31257..a4c1ea9e38bdda3f35e828f52eb9ee072bfa6e19 100644 (file)
@@ -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,