-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-15096: [R] Sanitizer failures with duration type #11947
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@github-actions crossbow submit test-ubuntu-18.04-r-sanitizer test-ubuntu-18.04-r-sanitizer |
|
|
|
Revision: 9e38813 Submitted crossbow builds: ursacomputing/crossbow @ actions-1296
|
|
@github-actions crossbow submit test-fedora-r-clang-sanitizer Oops, I duplicated the first instead of adding this one second 🙃 |
|
Revision: 9e38813 Submitted crossbow builds: ursacomputing/crossbow @ actions-1297
|
|
Looking at the logs, it seems there's another issue as well: |
|
By the way, you can probably reproduce this locally using |
|
@github-actions crossbow submit test-ubuntu-18.04-r-sanitizer test-fedora-r-clang-sanitizer |
|
Revision: f494d89 Submitted crossbow builds: ursacomputing/crossbow @ actions-1299
|
pitrou
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for fixing this @paleolimbot .
|
Benchmark runs are scheduled for baseline = 0bfc641 and contender = 886a27b. 886a27b is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
This PR is an attempt to fix the sanitizer failure caused by ARROW-14941 (#11850). @jonkeane could you remind me how to submit a job to the sanitizer checker?