DaanHoogland commented on PR #7226: URL: https://github.com/apache/cloudstack/pull/7226#issuecomment-3047816214
> @DaanHoogland I think the test error is not related to the PR. Could you run the tests again, please? > > ```python > 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 > ``` I am running it again, but the root cause may well be in the test itself, or the order in which tests are executed. I agree it does not look like related to your changes. -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org