tustvold commented on code in PR #6869:
URL: https://github.com/apache/arrow-rs/pull/6869#discussion_r1882905599
##########
object_store/src/integration.rs:
##########
@@ -1165,9 +1165,14 @@ pub async fn multipart_race_condition(storage: &dyn
ObjectStore) {
.unwrap();
multipart_upload_1.complete().await.unwrap();
- let err = multipart_upload_2.complete().await.unwrap_err();
- assert!(matches!(err, crate::Error::Generic { .. }), "{err}");
+ if last_writer_wins {
Review Comment:
I suspect this should also yield a different final result
--
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]