coryan commented on pull request #11375: URL: https://github.com/apache/arrow/pull/11375#issuecomment-942397629
> Hmm, `gcfs_test` is not hanging anymore but it's still taking a lot of time: > > ``` > [ RUN ] GcsFileSystem.FileSystemCompare > [ OK ] GcsFileSystem.FileSystemCompare (20025 ms) > ``` Ugh, that looks painful. On my workstation that particular test completes in milliseconds: ``` [ RUN ] GcsFileSystem.FileSystemCompare [ OK ] GcsFileSystem.FileSystemCompare (5 ms) ``` And the full test with with `archery docker run ubuntu-cpp` takes about 3 seconds: ``` 54/85 Test #49: arrow-gcsfs-test .......................... Passed 3.05 sec ``` Which is to say: this would probably take some more effort to troubleshoot. I will open a separate bug. -- 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]
