This is an automated email from the ASF dual-hosted git repository.

sammichen pushed a commit to branch ozone-0.6.0
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git

commit 813a4c4e004dd22e32357d451028b5c547ea9a97
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu Jul 16 03:40:50 2020 +0200

    HDDS-3958. Intermittent failure in Recon acceptance test due to mixed 
stdout and stderr (#1200)
    
    (cherry picked from commit d3e54fb6293a44ea9f2ffdfa2a534d3b643ab567)
---
 .../dist/src/main/smoketest/recon/recon-api.robot        | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/hadoop-ozone/dist/src/main/smoketest/recon/recon-api.robot 
b/hadoop-ozone/dist/src/main/smoketest/recon/recon-api.robot
index 7073849..ada2dd8 100644
--- a/hadoop-ozone/dist/src/main/smoketest/recon/recon-api.robot
+++ b/hadoop-ozone/dist/src/main/smoketest/recon/recon-api.robot
@@ -28,10 +28,10 @@ ${API_ENDPOINT_URL}   http://recon:9888/api/v1
 *** Keywords ***
 Check if Recon picks up container from OM
     Run Keyword if      '${SECURITY_ENABLED}' == 'true'     Kinit HTTP user
-    ${result} =         Execute                             curl --negotiate 
-u : -v ${API_ENDPOINT_URL}/containers
+    ${result} =         Execute                             curl --negotiate 
-u : -LSs ${API_ENDPOINT_URL}/containers
                         Should contain      ${result}       \"ContainerID\":1
 
-    ${result} =         Execute                             curl --negotiate 
-u : -v ${API_ENDPOINT_URL}/utilization/fileCount
+    ${result} =         Execute                             curl --negotiate 
-u : -LSs ${API_ENDPOINT_URL}/utilization/fileCount
                         Should contain      ${result}       
\"fileSize\":2048,\"count\":10
 
 *** Test Cases ***
@@ -43,13 +43,13 @@ Check if Recon picks up OM data
     Wait Until Keyword Succeeds     90sec      10sec        Check if Recon 
picks up container from OM
 
 Check if Recon picks up DN heartbeats
-    ${result} =         Execute                             curl --negotiate 
-u : -v ${API_ENDPOINT_URL}/datanodes
+    ${result} =         Execute                             curl --negotiate 
-u : -LSs ${API_ENDPOINT_URL}/datanodes
                         Should contain      ${result}       datanodes
                         Should contain      ${result}       datanode_1
                         Should contain      ${result}       datanode_2
                         Should contain      ${result}       datanode_3
 
-    ${result} =         Execute                             curl --negotiate 
-u : -v ${API_ENDPOINT_URL}/pipelines
+    ${result} =         Execute                             curl --negotiate 
-u : -LSs ${API_ENDPOINT_URL}/pipelines
                         Should contain      ${result}       pipelines
                         Should contain      ${result}       RATIS
                         Should contain      ${result}       OPEN
@@ -57,15 +57,15 @@ Check if Recon picks up DN heartbeats
                         Should contain      ${result}       datanode_2
                         Should contain      ${result}       datanode_3
 
-    ${result} =         Execute                             curl --negotiate 
-u : -v ${API_ENDPOINT_URL}/clusterState
+    ${result} =         Execute                             curl --negotiate 
-u : -LSs ${API_ENDPOINT_URL}/clusterState
                         Should contain      ${result}       
\"totalDatanodes\":3
                         Should contain      ${result}       
\"healthyDatanodes\":3
                         Should contain      ${result}       \"pipelines\":4
 
-    ${result} =         Execute                             curl --negotiate 
-u : -v ${API_ENDPOINT_URL}/containers/1/replicaHistory
+    ${result} =         Execute                             curl --negotiate 
-u : -LSs ${API_ENDPOINT_URL}/containers/1/replicaHistory
                         Should contain      ${result}       \"containerId\":1
 
 Check if Recon Web UI is up
     Run Keyword if      '${SECURITY_ENABLED}' == 'true'     Kinit HTTP user
-    ${result} =         Execute                             curl --negotiate 
-u : -v ${ENDPOINT_URL}
-                        Should contain      ${result}       Ozone Recon
\ No newline at end of file
+    ${result} =         Execute                             curl --negotiate 
-u : -LSs ${ENDPOINT_URL}
+                        Should contain      ${result}       Ozone Recon


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

Reply via email to