JyotinderSingh commented on a change in pull request #2730:
URL: https://github.com/apache/ozone/pull/2730#discussion_r738370064
##########
File path: hadoop-ozone/dist/src/main/smoketest/mapreduce.robot
##########
@@ -24,7 +24,7 @@ Test Timeout 4 minute
*** Variables ***
${SCHEME} o3fs
${volume} volume1
-${bucket} bucket1
+${bucket} mrbucket1
Review comment:
Yes, the reason for this change was a little involved.
`createbucketenv.robot` creates a bucket in `OBJECT_STORE` layout (default
since no args passed)
Now during test run`createmrenv.robot` does not end up creating it’s own
bucket since it finds them already created by `createbucketenv.robot` - but it
uses OFS and needs file system semantics, which are only present in
`FILE_SYSTEM_OPTIMIZED` buckets.
I changed the bucket name here so that it doesn't find a bucket with the
same name already created by `createbucketenv.robot` and creates its own
buckets in FSO layout.
Does the reasoning make sense?
--
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]