steveloughran commented on code in PR #7369:
URL: https://github.com/apache/hadoop/pull/7369#discussion_r1958775706
##########
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azure/ITestBlobDataValidation.java:
##########
@@ -65,21 +65,21 @@ public void tearDown() throws Exception {
* Test that by default we don't store the blob-level MD5.
*/
@Test
- public void testBlobMd5StoreOffByDefault() throws Exception {
+ public void testBlobMd5StoreOffByDefault(TestInfo testInfo) throws Exception
{
Review Comment:
we shoudn't need to do this. instead just capture once in setup and store
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]