zanmato1984 commented on code in PR #45207:
URL: https://github.com/apache/arrow/pull/45207#discussion_r1908101346


##########
cpp/CMakePresets.json:
##########
@@ -527,16 +554,45 @@
       "displayName": "Benchmarking build with everything enabled",
       "cacheVariables": {}
     },
+    {
+      "name": "ninja-debug-asan",
+      "inherits": [
+        "ninja-debug",
+        "sanitizer-asan"
+      ],
+      "displayName": "Debug ASAN build with tests and more optional 
components",
+      "cacheVariables": {}
+    },
+    {
+      "name": "ninja-debug-tsan",
+      "inherits": [
+        "ninja-debug",
+        "sanitizer-tsan"
+      ],
+      "displayName": "Debug TSAN build with tests and more optional 
components",
+      "cacheVariables": {}
+    },
+    {
+      "name": "ninja-debug-ubsan",
+      "inherits": [
+        "ninja-debug",
+        "sanitizer-ubsan"
+      ],
+      "displayName": "Debug UBSAN build with tests and more optional 
components",
+      "cacheVariables": {}
+    },
     {
       "name": "fuzzing",
-      "inherits": "base",
+      "inherits": [
+        "base",
+        "sanitizer-asan",

Review Comment:
   I think this might improve the chance to reveal issues that are hidden by 
jemalloc/mimalloc being enabled before.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to