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


##########
hadoop-ozone/dist/src/main/smoketest/compatibility/write.robot:
##########
@@ -68,7 +68,7 @@ File Can Be Deleted
 FSO Bucket Can Be Created and Used
     Pass Execution If    '${CLIENT_VERSION}' < '${FSO_VERSION}'    Client does 
not support FSO
     Pass Execution If    '${CLUSTER_VERSION}' < '${FSO_VERSION}'   Cluster 
does not support FSO
-    Execute    ozone sh bucket create --layout FILE_SYSTEM_OPTIMIZED 
/vol1/fso-bucket-${CLIENT_VERSION}
+    Execute    ozone sh bucket create --layout fso 
/vol1/fso-bucket-${CLIENT_VERSION}

Review Comment:
   It will be run if both client and cluster are 1.4.0 or later:
   
   ```
       Pass Execution If    '${CLIENT_VERSION}' < '${FSO_VERSION}'    Client 
does not support FSO
       Pass Execution If    '${CLUSTER_VERSION}' < '${FSO_VERSION}'   Cluster 
does not support FSO
   ```
   
   So test covers eg. 1.4.0 client writing to 2.0.0 cluster, and 2.0.0 client 
writing to 1.4.0 cluster.  First one would fail with this.



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