amoeba commented on issue #37692:
URL: https://github.com/apache/arrow/issues/37692#issuecomment-2369933905
@pitrou in case it's helpful, I ran the test suite from a recent C++ build
with minio `RELEASE.2024-09-09T16-59-28Z` on macOS aarch64 and got a few
failures. Here's one as an example:
```
[ RUN ] TestS3FS.GetFileInfoSelectorRecursive
/Users/bryce/src/apache/arrow/cpp/src/arrow/filesystem/s3fs_test.cc:826:
Failure
Failed
'_error_or_value66.status()' failed with IOError: When listing objects under
key '' in bucket 'empty-bucket': AWS Error UNKNOWN (HTTP status 429) during
ListObjectsV2 operation: Unable to parse ExceptionName: TooManyRequests
Message: Please reduce your request rate
```
Key part there being "Please reduce your request rate".
I then set `export MINIO_API_REQUESTS_MAX=1600` and then only got two
failures which should be easily resolved. It looks like some behavior changed
in minio:
```
[ RUN ] TestS3FS.CreateDir
/Users/bryce/src/apache/arrow/cpp/src/arrow/filesystem/s3fs_test.cc:1011:
Failure
Failed
Expected 'fs_->CreateDir("bucket/somefile")' to fail with IOError, but got OK
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]