>From Ritik Raj <[email protected]>: Ritik Raj has submitted this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19368 )
Change subject: [NO ISSUE]: Add comments for finding abode mockS3 files ...................................................................... [NO ISSUE]: Add comments for finding abode mockS3 files Change-Id: I3d3707d4a985cce805751db8126532c8ba658534 Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19368 Reviewed-by: Murtadha Hubail <[email protected]> Reviewed-by: Ritik Raj <[email protected]> Tested-by: Ritik Raj <[email protected]> --- M asterixdb/asterix-app/src/test/java/org/apache/asterix/api/common/LocalCloudUtilAdobeMock.java 1 file changed, 17 insertions(+), 0 deletions(-) Approvals: Murtadha Hubail: Looks good to me, approved Ritik Raj: Looks good to me, but someone else must approve; Verified Anon. E. Moose #1000171: diff --git a/asterixdb/asterix-app/src/test/java/org/apache/asterix/api/common/LocalCloudUtilAdobeMock.java b/asterixdb/asterix-app/src/test/java/org/apache/asterix/api/common/LocalCloudUtilAdobeMock.java index 30d4c3c..95cdb1c 100644 --- a/asterixdb/asterix-app/src/test/java/org/apache/asterix/api/common/LocalCloudUtilAdobeMock.java +++ b/asterixdb/asterix-app/src/test/java/org/apache/asterix/api/common/LocalCloudUtilAdobeMock.java @@ -36,6 +36,10 @@ import software.amazon.awssdk.services.s3.S3ClientBuilder; import software.amazon.awssdk.services.s3.model.CreateBucketRequest; +// With adobe mock, the s3 objects will be found in /tmp or /var folder +// Search for line "Successfully created {} as root folder" in the info log file +// or else just call the aws cli on localhost:8001 +// eg: aws s3 ls --endpoint http://localhost:8001 public class LocalCloudUtilAdobeMock { private static final Logger LOGGER = LogManager.getLogger(); -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19368 To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Change-Id: I3d3707d4a985cce805751db8126532c8ba658534 Gerrit-Change-Number: 19368 Gerrit-PatchSet: 2 Gerrit-Owner: Ritik Raj <[email protected]> Gerrit-Reviewer: Anon. E. Moose #1000171 Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Murtadha Hubail <[email protected]> Gerrit-Reviewer: Ritik Raj <[email protected]> Gerrit-MessageType: merged
