You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "westonpace (via GitHub)" <gi...@apache.org> on 2023/07/07 00:58:21 UTC

[GitHub] [arrow] westonpace commented on pull request #35440: GH-34213: [C++] Use recursive calls without a delimiter if the user is doing a recursive GetFileInfo

westonpace commented on PR #35440:
URL: https://github.com/apache/arrow/pull/35440#issuecomment-1624487941

   I added a stress test for GetFileInfoGenerator and DeleteDirContents.  It was very useful (detected two bugs, one in this PR and one that existed before) however it is pretty slow (doubles the runtime of s3fs_test on my system).  The main slow part is I need to create more than 1000 files so that the `kListObjectsMaxKeys` and `kMultipleDeleteMaxKeys` limits are applied.
   
   @pitrou , I'd be curious to know if you think this test is worth leaving in or if I should remove it back out.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org