[
https://issues.apache.org/jira/browse/ARROW-16669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563559#comment-17563559
]
Yuqi Gu edited comment on ARROW-16669 at 7/7/22 3:49 AM:
---------------------------------------------------------
Thanks, [~yibocai];
The test was passed after PARQUET_TEST_DATA was properly set :
{code:java}
linux@entos-altra-01:~/yuqi/arrow/go/parquet$ go test -race -tags assert
github.com/apache/arrow/go/v9/parquet/pqarrow
ok github.com/apache/arrow/go/v9/parquet/pqarrow 64.881s
{code}
In other CI routines, it seems the tests are also passed:
https://app.travis-ci.com/github/apache/arrow/jobs/575910309#L814
https://app.travis-ci.com/github/apache/arrow/jobs/575852913#L802
.....
From: https://app.travis-ci.com/github/apache/arrow/builds
was (Author: yqgu):
Thanks, [~yibocai];
The test was passed after PARQUET_TEST_DATA was properly set :
{code:java}
linux@entos-altra-01:~/yuqi/arrow/go/parquet$ go test -race -tags assert
github.com/apache/arrow/go/v9/parquet/pqarrow
ok github.com/apache/arrow/go/v9/parquet/pqarrow 64.881s
{code}
In other CI routine, it seems the tests are also passed:
https://app.travis-ci.com/github/apache/arrow/jobs/575910309#L814
https://app.travis-ci.com/github/apache/arrow/jobs/575852913#L802
> [CI][Go] Travis build fail on go test -race for
> github.com/apache/arrow/go/v9/parquet/pqarrow
> ---------------------------------------------------------------------------------------------
>
> Key: ARROW-16669
> URL: https://issues.apache.org/jira/browse/ARROW-16669
> Project: Apache Arrow
> Issue Type: Bug
> Components: Continuous Integration, Go
> Reporter: Raúl Cumplido
> Assignee: Yuqi Gu
> Priority: Major
> Fix For: 9.0.0
>
>
> Go builds for travis on ARM seem to be failing consistently with:
> {code:java}
> + for d in $(go list ./... | grep -v vendor)
> + go test -race -tags assert github.com/apache/arrow/go/v9/parquet/pqarrow
> signal: killed
> FAIL github.com/apache/arrow/go/v9/parquet/pqarrow 60.206s
> FAIL
> ERROR: 1
> Error: `docker-compose --file
> /home/travis/build/apache/arrow/docker-compose.yml run --rm --volume
> /home/travis/build/apache/arrow/build:/build debian-go` exited with a
> non-zero exit code 1, see the process log above.{code}
> See example of build failures:
> https://app.travis-ci.com/github/apache/arrow/jobs/571479526
--
This message was sent by Atlassian Jira
(v8.20.10#820010)