tustvold commented on code in PR #3234:
URL: https://github.com/apache/arrow-rs/pull/3234#discussion_r1037095665
##########
object_store/src/lib.rs:
##########
@@ -769,7 +769,7 @@ mod tests {
assert_eq!(bytes_expected, bytes_written);
// Can overwrite some storage
- let data = get_vec_of_bytes(5_000, 5);
+ let data = get_vec_of_bytes(1_123_000, 5);
Review Comment:
This test doesn't seem to "work" in that it passes even when it should fail.
Investigating
--
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]