avijayanhwx commented on a change in pull request #633: HDDS-3123. Create REST
API to serve Pipeline information and integrate with UI in Recon
URL: https://github.com/apache/hadoop-ozone/pull/633#discussion_r387952626
##########
File path: hadoop-ozone/dist/src/main/smoketest/recon/recon-api.robot
##########
@@ -34,6 +34,13 @@ Recon REST API
Should contain ${result}
ozone_datanode_1.ozone_default
Should contain ${result}
ozone_datanode_2.ozone_default
Should contain ${result}
ozone_datanode_3.ozone_default
+ ${result} = Execute curl --negotiate
-u : -v ${API_ENDPOINT_URL}/pipelines
+ Should contain ${result} pipelines
+ Should contain ${result} RATIS
+ Should contain ${result} OPEN
Review comment:
Can we make sure this is not flaky? Since the pipelines are created by SCM,
onto Datanodes and then reaches Recon through heartbeats, there will be a lag
between Recon container starting up, and having the pipelines available. (Same
may be true for Datanodes test above 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.
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]