[ 
https://issues.apache.org/jira/browse/ARROW-16801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17552760#comment-17552760
 ] 

Raúl Cumplido commented on ARROW-16801:
---------------------------------------

I have tried pinning an old version of minio as seen on this testing PR 
([https://github.com/apache/arrow/pull/13362]) but is not working.

It seems the only available version at brew is the latest one:
{code:java}
% brew info minio
minio: stable 20220508235031 (bottled), HEAD
High Performance, Kubernetes Native Object Storage
https://min.io
/opt/homebrew/Cellar/minio/20210722052332 (7 files, 91.8MB) *
  Poured from bottle on 2021-07-26 at 11:06:45
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/minio.rb
License: AGPL-3.0-or-later
==> Dependencies
Build: go ✘
==> Options
--HEAD
        Install HEAD version
==> Caveats
To restart minio after an upgrade:
  brew services restart minio
Or, if you don't want/need a background service you can just run:
  /opt/homebrew/opt/minio/bin/minio server --config-dir=/opt/homebrew/etc/minio 
--address=:9000 /opt/homebrew/var/minio
==> Analytics
install: 1,535 (30 days), 5,097 (90 days), 19,136 (365 days)
install-on-request: 1,534 (30 days), 5,097 (90 days), 19,109 (365 days)
build-error: 0 (30 days)
% brew search minio
==> Formulae
minio ✔              minio-mc             minicom              minipro          
    minica               minbif               mint

==> Casks
min                                                                       
miniwol {code}
[~kou] do you know if there is a way of accessing a previous formula on brew?

> [CI][C++] Error in arrow-s3fs-test on AMD64 MacOS 10.15 C++ job
> ---------------------------------------------------------------
>
>                 Key: ARROW-16801
>                 URL: https://issues.apache.org/jira/browse/ARROW-16801
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++, Continuous Integration
>            Reporter: Anthony Louis Gotlib Ferreira
>            Priority: Major
>
> Since some days ago, all C++ PR's are failing in _arrow-s3fs-test_ for the 
> *AMD64 MacOS 10.15 C++* job.
> The error message is big, but one example is below:
> {code:java}
> [       OK ] TestS3FS.GetFileInfoGenerator (55 ms)
> 234[ RUN      ] TestS3FS.CreateDir
> 235/Users/runner/work/arrow/arrow/cpp/src/arrow/filesystem/s3fs_test.cc:798: 
> Failure
> 236Failed
> 237Expected 'fs_->CreateDir("bucket/somefile")' to fail with IOError, but got 
> OK
> 238* Closing connection 0
> 239* Closing connection 0
> 240[  FAILED  ] TestS3FS.CreateDir (113 ms)
> 241[ RUN      ] TestS3FS.DeleteFile
> 242* Closing connection 0 {code}
> Here is a PR where that test failed: 
> [https://github.com/apache/arrow/runs/6816324194?check_suite_focus=true]



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to