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


##########
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:
   @adoroszlai maybe I'm wrong but it looks like we are consuming here the 
result of test from write.robot. 
   If it is not I'm confused why have teardown in one case and not in the 
other. 
   More or less want just to clarify things. 



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