tadeja commented on PR #49931: URL: https://github.com/apache/arrow/pull/49931#issuecomment-4390772072
I hope I'm in the right forest 🙃 🌳 @raulcd I ran with all pins disabled, just the MinIO bump. If you're OK leaving these 5 MINGW64 failures until #49462 is solved (#49272 symptoms), I'll drop the pin step entirely. Otherwise happy to restore or try a smaller pin subset. 1. MINGW64 5 tests fail https://github.com/apache/arrow/actions/runs/25442601074/job/74637722454?pr=49931#step:13:1301 - all symptoms of #49272 (right?) ``` The following tests FAILED: 41 - arrow-async-utility-test (Exit code 0xc0000374) arrow-tests unittest 44 - arrow-threading-utility-test (Timeout) arrow-tests unittest 62 - arrow-dataset-dataset-writer-test (Failed) arrow_dataset unittest 65 - arrow-dataset-file-test (Failed) arrow_dataset unittest 76 - arrow-s3fs-test (Timeout) arrow-tests filesystem unittest ``` [TestS3FS.GetFileInfoGeneratorStress](https://github.com/apache/arrow/actions/runs/25442601074/job/74637722454?pr=49931#step:13:965) is the only s3fs subtest that hits the thread pool. MinIO bump shifted its symptom from [MissingContentMD5](https://github.com/tadeja/arrow/actions/runs/25371378601/job/74395470382#step:12:1092) to [`_fut.Wait()` timeout](https://github.com/apache/arrow/actions/runs/25442601074/job/74637722454?pr=49931#step:13:1132) but didn't eliminate it. --- 2. CLANG64: 100% pass ( https://github.com/apache/arrow/actions/runs/25442601074/job/74637722360?pr=49931#step:13:300 ) ``` 98/98 Test #76: arrow-s3fs-test .............................. Passed 52.10 sec 100% tests passed, 0 tests failed out of 98 ``` [aws-sdk-cpp 1.11.801](https://github.com/apache/arrow/actions/runs/25442601074/job/74637722360?pr=49931#step:5:94) + [MinIO RELEASE.2025-01-20T14-49-07Z](https://github.com/apache/arrow/actions/runs/25442601074/job/74637722360?pr=49931#step:10:5) works fine. This is the [current PR change](https://github.com/apache/arrow/pull/49931/changes#diff-8f89d450462796eb6438476efc6d763038941cdc79d26b8b7b422b9bf8e4b49dR422) -- 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]
