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


##########
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:
   `read.robot` relies on the content created by `write.robot` by design, 
because we need to cross-check between versions.  E.g. running a 2.0.0 cluster 
write data with both 1.4.0 and 2.0.0 clients, then verify that they can read 
content written by the other.  This cannot be done in a single self-contained 
robot test, since that is run in a specific container with a specific Ozone 
version.
   
   `upgrade` test is somewhat similar (write with one version, upgrade, write 
with new version, read both with new version).



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