Antoine Pitrou created ARROW-14589:
--------------------------------------
Summary: [CI][Go] CGo tests crash on Windows
Key: ARROW-14589
URL: https://issues.apache.org/jira/browse/ARROW-14589
Project: Apache Arrow
Issue Type: Bug
Components: Continuous Integration, Go
Reporter: Antoine Pitrou
They seem to crash quite consistently.
See e.g. https://github.com/apache/arrow/runs/4094939443?check_suite_focus=true
{code}
+ for d in $(go list ./... | grep -v vendor)
+ go test -tags assert,test,ccalloc github.com/apache/arrow/go/arrow
exit status 3221225785
FAIL github.com/apache/arrow/go/arrow 0.119s
FAIL
Error: Process completed with exit code 1.
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)