[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-10253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16337584#comment-16337584
 ] 

ASF GitHub Bot commented on CLOUDSTACK-10253:
---------------------------------------------

rhtyd commented on issue #2428: CLOUDSTACK-10253: JSON response for 
SuccessResponse as boolean instead of string
URL: https://github.com/apache/cloudstack/pull/2428#issuecomment-360132886
 
 
   @marcaurele if you scroll down to the test results, every test jobs has this 
result table. You want to search for error/exception/failed test cases. From 
the failing job
   https://travis-ci.org/apache/cloudstack/jobs/332676208
   
   I see these failed tests:
   
+-----------------------------+---------+--------+-----------------------------+
   | test_ha_configure_enabledis | Failure | 1.302  | test_hostha_simulator     
  |
   | able_across_clusterzones    |         |        |                           
  |
   
+-----------------------------+---------+--------+-----------------------------+
   | test_ha_disable_feature_inv | Success | 2.325  | test_hostha_simulator     
  |
   | alid                        |         |        |                           
  |
   
+-----------------------------+---------+--------+-----------------------------+
   | test_ha_enable_feature_inva | Success | 3.277  | test_hostha_simulator     
  |
   | lid                         |         |        |                           
  |
   
+-----------------------------+---------+--------+-----------------------------+
   | test_ha_list_providers      | Success | 2.232  | test_hostha_simulator     
  |
   
+-----------------------------+---------+--------+-----------------------------+
   | test_ha_multiple_mgmt_serve | Failure | 0.155  | test_hostha_simulator     
  |
   | r_ownership                 |         |        |                           
  |
   
+-----------------------------+---------+--------+-----------------------------+
   | test_ha_verify_fsm_availabl | Failure | 0.185  | test_hostha_simulator     
  |
   | e                           |         |        |                           
  |
   
+-----------------------------+---------+--------+-----------------------------+
   | test_ha_verify_fsm_degraded | Failure | 2.172  | test_hostha_simulator     
  |
   
+-----------------------------+---------+--------+-----------------------------+
   | test_ha_verify_fsm_fenced   | Failure | 2.130  | test_hostha_simulator     
  |
   
+-----------------------------+---------+--------+-----------------------------+
   | test_ha_verify_fsm_recoveri | Failure | 1.127  | test_hostha_simulator     
  |
   | ng                          |         |        |                           
  |
   
   As a committer, you can actually log into Travis and re-kick them. I'll 
rekick them just in case they were intermittent failures.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> JSON response returns boolean as string
> ---------------------------------------
>
>                 Key: CLOUDSTACK-10253
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10253
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>          Components: API
>            Reporter: Marc-Aurèle Brothier
>            Assignee: Marc-Aurèle Brothier
>            Priority: Minor
>
> On the SuccessResponse for async call, the boolean value is returned as a 
> quoted boolean string:
> {noformat}
> {"success": "true"}{noformat}
> instead of a JSON boolean:
> {noformat}
> {"success": true{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to