Skip to content
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

[Go][CI] Add new Go CI job with -asan #32600

Closed
asfimport opened this issue Aug 5, 2022 · 1 comment
Closed

[Go][CI] Add new Go CI job with -asan #32600

asfimport opened this issue Aug 5, 2022 · 1 comment

Comments

@asfimport
Copy link
Collaborator

asfimport commented Aug 5, 2022

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.

Reporter: Matthew Topol / @zeroshade
Assignee: Matthew Topol / @zeroshade

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-17324. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Matthew Topol / @zeroshade:
Issue resolved by pull request 13867
#13867

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants