[
https://issues.apache.org/jira/browse/ARROW-14589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17438822#comment-17438822
]
Matthew Topol commented on ARROW-14589:
---------------------------------------
I haven't been able to replicate this locally, my only guess is that for some
reason the usage of
{code}
echo "$(cygpath --windows ${MINGW_PREFIX}/bin)" >> $GITHUB_PATH
{code}
isn't working correctly and it's not putting the directory on the PATH
properly? i'll see if i can toy around with the action a bit to confirm.
> [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
> Priority: Major
>
> 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)