ripplehang commented on code in PR #43601:
URL: https://github.com/apache/arrow/pull/43601#discussion_r1793501173
##########
cpp/src/arrow/filesystem/s3fs_test.cc:
##########
@@ -1590,5 +1640,21 @@ TEST(S3GlobalOptions, DefaultsLogLevel) {
}
}
+TEST(CalculateSSECustomerKeyMD5, Sanity) {
Review Comment:
I found in this test file, there is only one test case that is standlone
test case rather than the Test Fixture, that's the last test case in this file,
TEST(S3GlobalOptions, DefaultsLogLevel), I think my case for the
CalculateSSECustomerKeyMD5 is quite similar so i just put the case together
here.
--
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]