ivanzlenko commented on code in PR #7350:
URL: https://github.com/apache/ozone/pull/7350#discussion_r1812761519


##########
hadoop-ozone/dist/src/main/smoketest/compatibility/read.robot:
##########
@@ -37,4 +37,12 @@ Dir Can Be Listed Using Shell
 File Can Be Get
     Execute    ozone fs -get o3fs://bucket1.vol1/dir-${SUFFIX}/file-${SUFFIX} 
/tmp/
     Execute    diff -q ${TESTFILE} /tmp/file-${SUFFIX}
-    [teardown]    Execute    rm /tmp/file-${SUFFIX}
+    [teardown]    Execute    rm -f /tmp/file-${SUFFIX}
+
+FSO Bucket Can Be Read

Review Comment:
   It doesn't feel right that we are using this approach with relying on test 
results from another test here. I know it is the same for a common bucket, but 
could it be avoided for a new test? 



-- 
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]

Reply via email to