jonkeane commented on code in PR #46124:
URL: https://github.com/apache/arrow/pull/46124#discussion_r2044397729
##########
dev/tasks/tasks.yml:
##########
@@ -1087,13 +1087,25 @@ tasks:
image: ubuntu-r-sanitizer
timeout: 120
- test-r-clang-sanitizer:
+ test-r-clang-asan:
ci: github
template: docker-tests/github.linux.yml
params:
env:
R_PRUNE_DEPS: TRUE
- image: r-clang-sanitizer
+ image: r-clang-asan
+
+ test-r-clang-ubsan:
+ ci: github
+ template: docker-tests/github.linux.yml
+ params:
+ env:
+ R_PRUNE_DEPS: TRUE
+ image: r-clang-ubsan
+
+ test-r-m1-san:
+ ci: github
+ template: r/github.macos.m1san.yml
Review Comment:
... *and* the macos-based sanitizer job that actually caught this (the
linux-based on is and has been clean — I even tried in this thread to see if
it's because we were skipping the tests that had issues there and nope, that
santizer doesn't complain about this issue!)
--
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]