pentschev commented on PR #38375:
URL: https://github.com/apache/arrow/pull/38375#issuecomment-1772651098

   The failed test is a C++ test:
   
   ```c++
   [ RUN      ] TestS3FS.GetFileInfoGeneratorStress
   API: DeleteMultipleObjects(bucket=stress, multiObject=true, 
numberOfObjects=1000)
   Time: 12:20:20 UTC 10/20/2023
   DeploymentID: 8b5b1ae6-66cf-4ead-a4fd-3ef2b430d16c
   RequestID: 178FD01F921FEEC8
   RemoteHost: 127.0.0.1
   Host: 127.0.0.8:51944
   UserAgent: aws-sdk-cpp/1.11.68 Windows/10.0.17763.4252 AMD64 MSVC/1929
   Error: remove 
C:\Users\appveyor\AppData\Local\Temp\1\s3fs-test-30c6atjk/.minio.sys/buckets/stress/1/230/fs.json:
 The process cannot access the file because it is being used by another 
process. (*fs.PathError)
          6: internal\logger\logger.go:278:logger.LogIf()
          5: cmd\fs-v1-helpers.go:430:cmd.fsDeleteFile()
          4: cmd\fs-v1.go:1210:cmd.(*FSObjects).DeleteObject()
          3: cmd\fs-v1.go:1142:cmd.(*FSObjects).DeleteObjects()
          2: 
cmd\bucket-handlers.go:592:cmd.objectAPIHandlers.DeleteMultipleObjectsHandler()
          1: net\http\server.go:2047:http.HandlerFunc.ServeHTTP()
   API: DeleteMultipleObjects(bucket=stress, multiObject=true, 
numberOfObjects=1000)
   Time: 12:20:21 UTC 10/20/2023
   DeploymentID: 8b5b1ae6-66cf-4ead-a4fd-3ef2b430d16c
   RequestID: 178FD01F921FEEC8
   RemoteHost: 127.0.0.1
   Host: 127.0.0.8:51944
   UserAgent: aws-sdk-cpp/1.11.68 Windows/10.0.17763.4252 AMD64 MSVC/1929
   Error: remove 
C:\Users\appveyor\AppData\Local\Temp\1\s3fs-test-30c6atjk/.minio.sys/buckets/stress/1/230/fs.json:
 The process cannot access the file because it is being used by another 
process. (*fs.PathError)
          5: internal\logger\logger.go:278:logger.LogIf()
          4: cmd\api-errors.go:2123:cmd.toAPIErrorCode()
          3: cmd\api-errors.go:2148:cmd.toAPIError()
          2: 
cmd\bucket-handlers.go:620:cmd.objectAPIHandlers.DeleteMultipleObjectsHandler()
          1: net\http\server.go:2047:http.HandlerFunc.ServeHTTP()
   [FATAL] 2023-10-20 12:19:08.379 WinHttpSyncHttpClient [2536] Failed setting 
secure crypto protocols with error code: 87
   [FATAL] 2023-10-20 12:19:08.950 WinHttpSyncHttpClient [2536] Failed setting 
secure crypto protocols with error code: 87
   C:/projects/arrow/cpp/src/arrow/filesystem/s3fs_test.cc(865): error: Failed
   'fs_->DeleteDirContents("stress")' failed with IOError: Got the following 1 
errors when deleting objects in S3 bucket 'stress':
   - key '1/230': We encountered an internal error, please try again.: 
cause(remove 
C:\Users\appveyor\AppData\Local\Temp\1\s3fs-test-30c6atjk/.minio.sys/buckets/stress/1/230/fs.json:
 The process cannot access the file because it is being used by another 
process.)
   [  FAILED  ] TestS3FS.GetFileInfoGeneratorStress (72879 ms)
   ```
   
   This PR is not touching any C++ code, is there any Python code being 
executed during C++ testing or is it purely a coincidence that the failing test 
is also an S3 test?


-- 
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]

Reply via email to