[
https://issues.apache.org/jira/browse/CLOUDSTACK-10154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16266450#comment-16266450
]
ASF GitHub Bot commented on CLOUDSTACK-10154:
---------------------------------------------
rhtyd commented on a change in pull request #2335: CLOUDSTACK-10154: fixing
some smoketests failures
URL: https://github.com/apache/cloudstack/pull/2335#discussion_r153121054
##########
File path: test/integration/smoke/test_deploy_vm_root_resize.py
##########
@@ -155,6 +155,13 @@ def tearDownClass(cls):
Configurations.update(cls.api_client,
"vmware.root.disk.controller",
value=cls.defaultdiskcontroller)
+ StoragePool.update(cls.api_client, id=cls.storageID,
+ tags="")
+ cls.restartServer()
+
+ #Giving 30 seconds to management to warm-up,
+ #Experienced failures when trying to deploy a VM exactly when
management came up
+ time.sleep(30)
Review comment:
@borisstoyanov instead of a blind sleep, should we poll every few seconds
using wait_until and see if mgmt server's port 8080 is reachable -- see for
example, in travis we wait using this:
https://github.com/apache/cloudstack/blob/master/tools/travis/before_script.sh#L25
----------------------------------------------------------------
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:
[email protected]
> test failures in smoketest
> --------------------------
>
> Key: CLOUDSTACK-10154
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10154
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Boris Stoyanov
>
> The following tests are failing:
> test/integration/smoke/test_deploy_vm_root_resize.py
> test/integration/smoke/test_host_annotations.py
> test/integration/smoke/test_ssvm.py
> test/integration/smoke/test_volumes.py
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)