[
https://issues.apache.org/jira/browse/ARROW-17324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthew Topol resolved ARROW-17324.
-----------------------------------
Fix Version/s: 10.0.0
Resolution: Fixed
Issue resolved by pull request 13867
[https://github.com/apache/arrow/pull/13867]
> [Go][CI] Add new Go CI job with -asan
> -------------------------------------
>
> Key: ARROW-17324
> URL: https://issues.apache.org/jira/browse/ARROW-17324
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Continuous Integration, Go
> Reporter: Matthew Topol
> Assignee: Matthew Topol
> Priority: Major
> Labels: pull-request-available
> Fix For: 10.0.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> go1.18 added a "-asan" build option to leverage an equivalent to Address
> Sanitizer in C++. Currently we only build the Go code and run tests using
> go1.16 which does not have the "-asan" option.
> Since we want to maintain the backwards compatibility and not yet upgrade to
> go1.18, we should create a new job that runs the tests using go1.18 and the
> "-asan" option to perform additional safety checking.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)