You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/09/30 16:14:53 UTC

[GitHub] [cloudstack-cloudmonkey] Pearl1594 opened a new pull request #103: Prevent incorrect timeout value from being set

Pearl1594 opened a new pull request #103:
URL: https://github.com/apache/cloudstack-cloudmonkey/pull/103


   Fixes #100 / https://github.com/apache/cloudstack-cloudmonkey/issues/102
   
   ```
   (test) 🐱 > set timeout 
   Error caught while setting timeout: strconv.Atoi: parsing "": invalid syntax
   (test) 🐱 > 
   (test) 🐱 > create project name=dummy1 displaytext=dummy1
   {
     "project": {
       "cpuavailable": "40",
       "cpulimit": "40",
       "cputotal": 0,
       "created": "2021-09-30T16:13:24+0000",
       "displaytext": "dummy1",
     }
   }
   
   (test) 🐱 > set timeout test
   Error caught while setting timeout: strconv.Atoi: parsing "test": invalid syntax
   (test) 🐱 > 
   (test) 🐱 > create project name=dummy2 displaytext=dummy2
   {
     "project": {
       "cpuavailable": "40",
       "cpulimit": "40",
       "cputotal": 0,
       "created": "2021-09-30T16:14:07+0000",
       "displaytext": "dummy2",
       "domain": "ROOT",
   ...
     }
   }
   ```


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-cloudmonkey] rhtyd merged pull request #103: Prevent incorrect timeout value from being set

Posted by GitBox <gi...@apache.org>.
rhtyd merged pull request #103:
URL: https://github.com/apache/cloudstack-cloudmonkey/pull/103


   


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org