avarnon commented on PR #6869:
URL: https://github.com/apache/arrow-rs/pull/6869#issuecomment-2536817932

   > Could we get a test showing concurrent uploads not interfering with each 
other?
   
   @tustvold, I have added an integration test 
(`azure_parallel_put_multipart_test`) to `src/azure/mod.rs` which tries to 
interleave blocks from 2 separate streams. The test fails without the changes 
to `/home/avarnon/code/github/apache/arrow-rs/object_store/src/azure/client.rs` 
because the final assert in the test shows that the file contents are from the 
second stream instead of the first one.


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