adoroszlai commented on a change in pull request #136: HDDS-2454. Improve OM HA 
robot tests.
URL: https://github.com/apache/hadoop-ozone/pull/136#discussion_r344484601
 
 

 ##########
 File path: hadoop-ozone/dist/src/main/smoketest/omha/testOMHA.robot
 ##########
 @@ -99,12 +103,14 @@ Get Ratis Logs
     [arguments]             ${OM_HOST}
                             Set Global Variable     ${HOST}                 
${OM_HOST}
                             Open Connection And Log In
-    ${gorupId} =            Execute Command         ls ${RATIS_DIR} | grep -v 
'snapshot'
+    ${rc}   ${groupId} =    Execute Command         ls ${RATIS_DIR} | grep -v 
'snapshot'
 
 Review comment:
   ```suggestion
       ${groupId}   ${rc} =    Execute Command         ls ${RATIS_DIR} | grep 
-v 'snapshot'    return_rc=True
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to