Bryce Mecum
Bryce Mecum
@github-actions crossbow submit -g cpp
I'll let CI and the crossbow jobs run then merge if all looks good.
Thanks @pitrou for the review. I rebased from apache/main, accepted your three changes as-is, and added one extra change I caught while dealing with conflicts on rebase, 4bd0339e596d410bd5ad3a73f06d9294c7a87e7f. In https://github.com/apache/arrow/commit/4c8eff2ec8bae76364fcb28ffac574c1df262705...
Parquet tests were failing all over on CI and due to needing to bump submodules so I pushed 4ebe53bd21fd1f28ce6babebf6802488283c692c so we could see CI.
Thanks all. The submodule change to help CI pass has been reverted in this PR. I'm merging this now.
Thanks @rkrug, I was able to reproduce the error with the data you provided. I'll have a look soon and report back.
When running this test locally on my non-AMD64 Mac, I actually get three failures: ``` [ RUN ] TestS3FS.CreateDir /Users/bryce/src/apache/arrow/cpp/src/arrow/filesystem/s3fs_test.cc:934: Failure Failed Expected 'fs_->CreateDir("bucket/somefile")' to fail with IOError, but got...
I reverted my minio and mc binaries to the ones we pin for the tests and the above failures go away so I don't think that's what's going on. Though...
I haven't been able to reproduce locally (without modifying anything) but I have been able to reproduce once on CI with a stripped-down workflow in this run https://github.com/amoeba/arrow/actions/runs/8194916281/job/22416431654 so I'm...
I'm having success reproducing the timeout by SSH'ing into GHA so this has now turned into me figuring out how to get useful information out of the hanging test with...