hsato03 commented on PR #7226:
URL: https://github.com/apache/cloudstack/pull/7226#issuecomment-3046391353
@DaanHoogland I think the test error is not related to the PR. Could you run
the tests again, please?
```py
ERROR: test_01_prepare_and_cancel_maintenance
(tests.smoke.test_ms_maintenance_and_safe_shutdown.TestMSMaintenanceAndSafeShutdown)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/marvin/tests/smoke/test_ms_maintenance_and_safe_shutdown.py", line
138, in test_01_prepare_and_cancel_maintenance
self.apiclient.cancelMaintenance(cancel_maintenance_cmd)
File
"/usr/local/lib/python3.6/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
line 1936, in cancelMaintenance
response = self.connection.marvinRequest(command,
response_type=response, method=method)
File
"/usr/local/lib/python3.6/site-packages/marvin/cloudstackConnection.py", line
381, in marvinRequest
raise e
File
"/usr/local/lib/python3.6/site-packages/marvin/cloudstackConnection.py", line
376, in marvinRequest
raise self.__lastError
File
"/usr/local/lib/python3.6/site-packages/marvin/cloudstackConnection.py", line
310, in __parseAndGetResponse
response_cls)
File "/usr/local/lib/python3.6/site-packages/marvin/jsonHelper.py", line
155, in getResultObj
raise cloudstackException.CloudstackAPIException(respname, errMsg)
marvin.cloudstackException.CloudstackAPIException: Execute cmd:
cancelmaintenance failed, due to: errorCode: 530, errorText:Management server
is not in the right state to cancel maintenance
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]