You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2020/03/09 22:34:34 UTC

[GitHub] [hadoop-ozone] vivekratnavel commented on a change in pull request #648: HDDS-3117. Recon throws InterruptedException while getting new snapshot from OM.

vivekratnavel commented on a change in pull request #648: HDDS-3117. Recon throws InterruptedException while getting new snapshot from OM.
URL: https://github.com/apache/hadoop-ozone/pull/648#discussion_r389998595
 
 

 ##########
 File path: hadoop-ozone/dist/src/main/smoketest/recon/recon-api.robot
 ##########
 @@ -25,16 +25,26 @@ ${ENDPOINT_URL}       http://recon:9888
 ${API_ENDPOINT_URL}   http://recon:9888/api/v1
 
 *** Test Cases ***
-Recon REST API
+Recon OM APIs
+    Run Keyword if      '${SECURITY_ENABLED}' == 'true'     Kinit test user     testuser     testuser.keytab
+                        Execute                             ozone freon rk --numOfVolumes 1 --numOfBuckets 1 --numOfKeys 10 --keySize 1025
+                        Sleep               90s
 
 Review comment:
   We could use `Wait Until Keyword Succeeds` - https://github.com/apache/hadoop-ozone/blob/master/hadoop-ozone/dist/src/main/smoketest/basic/basic.robot#L35

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org