bhalchandrap commented on a change in pull request #3736:
URL: https://github.com/apache/hadoop/pull/3736#discussion_r778456947
##########
File path:
hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/s3guard/TestObjectChangeDetectionAttributes.java
##########
@@ -234,6 +234,7 @@ private void assertContent(String file, Path path, byte[]
content,
s3Object.setObjectMetadata(metadata);
s3Object.setObjectContent(new ByteArrayInputStream(content));
when(s3.getObject(argThat(correctGetObjectRequest(file, eTag, versionId))))
+ // when(s3.getObject(any()))
Review comment:
oops. sorry all changes in this file were for local testing and left
there accidentally. reverted all of them.
--
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]