TangSiyang2001 commented on code in PR #40110:
URL: https://github.com/apache/arrow/pull/40110#discussion_r1497600409
##########
cpp/src/arrow/filesystem/s3fs_test.cc:
##########
@@ -1272,6 +1272,30 @@ TEST_F(TestS3FS, FileSystemFromUri) {
AssertFileInfo(fs.get(), path, FileType::File, 8);
}
+TEST_F(TestS3FS, ConcurrentFSInit) {
Review Comment:
Yes, I notice that S3 subsystem actually is set up when S3Environment is
set up. I'll make a python test case instead.
--
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]