crepererum commented on code in PR #683:
URL:
https://github.com/apache/arrow-rs-object-store/pull/683#discussion_r3044101263
##########
src/memory.rs:
##########
@@ -611,6 +611,43 @@ mod tests {
assert_eq!(&*read_data, data);
}
+ #[tokio::test]
Review Comment:
could we make this a generic test in
https://github.com/apache/arrow-rs-object-store/blob/main/src/integration.rs ?
I think this behavior should be tested for all implementations.
--
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]