ahmarsuhail commented on PR #7592:
URL: https://github.com/apache/hadoop/pull/7592#issuecomment-2790011599

   @steveloughran this change will skip the 
`ITestS3AContractAnalyticsStreamVectoredRead` if encryption is `sse-kms`, 
`sse-c` or `cse-kms`.
   
   The tests were failing because for these encryption methods, the eTag is not 
the md5 of the object content. Because AAL caches the HEAD, the eTag being used 
on the GET was from a previous creation of the file used for the vectoredIo 
tests `vectored_file.txt`.  
   
   if you run these tests with no encryption set, it passes, as then the eTag 
is the md5, and so is always the same. More details in the JIRA ticket. 


-- 
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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to