Github user swill commented on the pull request:
https://github.com/apache/cloudstack/pull/1540#issuecomment-219415201
Looks like travis is complaining. Not sure why...
```
======================================================================
ERROR: test suite for <class
'integration.component.test_acl_listsnapshot.TestSnapshotList'>
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/travis/.local/lib/python2.7/site-packages/nose/suite.py",
line 228, in run
self.tearDown()
File "/home/travis/.local/lib/python2.7/site-packages/nose/suite.py",
line 351, in tearDown
self.teardownContext(ancestor)
File "/home/travis/.local/lib/python2.7/site-packages/nose/suite.py",
line 367, in teardownContext
try_run(context, names)
File "/home/travis/.local/lib/python2.7/site-packages/nose/util.py", line
471, in try_run
return func()
File
"/home/travis/build/apache/cloudstack/test/integration/component/test_acl_listsnapshot.py",
line 374, in tearDownClass
cls.domain_2.delete(cls.apiclient,cleanup="true")
File
"/home/travis/.local/lib/python2.7/site-packages/marvin/lib/base.py", line 78,
in delete
apiclient.deleteDomain(cmd)
File
"/home/travis/.local/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
line 703, in deleteDomain
response = self.connection.marvinRequest(command,
response_type=response, method=method)
File
"/home/travis/.local/lib/python2.7/site-packages/marvin/cloudstackConnection.py",
line 379, in marvinRequest
raise e
Exception: Job failed: {jobprocstatus : 0, created :
u'2016-05-14T06:35:33+0000', cmd :
u'org.apache.cloudstack.api.command.admin.domain.DeleteDomainCmd', userid :
u'7ff2d4e4-199b-11e6-bc3d-42010a80001f', jobstatus : 2, jobid :
u'f9286556-a479-47e2-847c-5ab9b384af6a', jobresultcode : 530, jobresulttype :
u'object', jobresult : {errorcode : 530, errortext : u'Failed to clean up
domain resources and sub domains, delete failed on domain D2-ZIJ741 (id:
15).'}, accountid : u'7ff2b764-199b-11e6-bc3d-42010a80001f'}
```
I don't think it is related to this since it is only a UI change, but I am
not sure what to do about this... Do I just make a judgement call and force
merge some of these?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---