avarnon commented on code in PR #6869:
URL: https://github.com/apache/arrow-rs/pull/6869#discussion_r1882904331
##########
object_store/src/integration.rs:
##########
@@ -1109,3 +1111,67 @@ async fn delete_fixtures(storage: &DynObjectStore) {
.await
.unwrap();
}
+
+/// Tests a race condition where 2 threads are performing multipart writes to
the same path
+pub async fn multipart_race_condition(storage: &dyn ObjectStore) {
Review Comment:
Pushed
--
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]