Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3769D18CBF for ; Thu, 1 Oct 2015 09:50:27 +0000 (UTC) Received: (qmail 9627 invoked by uid 500); 1 Oct 2015 09:50:27 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 9584 invoked by uid 500); 1 Oct 2015 09:50:27 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 9574 invoked by uid 500); 1 Oct 2015 09:50:26 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 9571 invoked by uid 99); 1 Oct 2015 09:50:26 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Oct 2015 09:50:26 +0000 Date: Thu, 1 Oct 2015 09:50:26 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-8924) [Blocker] test duplicated in test_scale_vm.py MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-8924?page=3Dcom.atla= ssian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId= =3D14939593#comment-14939593 ]=20 ASF GitHub Bot commented on CLOUDSTACK-8924: -------------------------------------------- Github user borisroman commented on the pull request: https://github.com/apache/cloudstack/pull/900#issuecomment-144680800 =20 [root@cs1 smoke]# nosetests --with-marvin --marvin-config=3D/data/share= d/marvin/mct-zone1-xen1-basic.cfg -s -a tags=3Dbasic,required_hardware=3Dfa= lse test_scale_vm =20 =3D=3D=3D=3D Marvin Init Started =3D=3D=3D=3D =20 =3D=3D=3D Marvin Parse Config Successful =3D=3D=3D =20 =3D=3D=3D Marvin Setting TestData Successful=3D=3D=3D =20 =3D=3D=3D=3D Log Folder Path: /tmp//MarvinLogs//Oct_01_2015_11_34_15_WW= BMZ3. All logs will be available here =3D=3D=3D=3D =20 =3D=3D=3D Marvin Init Logging Successful=3D=3D=3D =20 =3D=3D=3D=3D Marvin Init Successful =3D=3D=3D=3D =3D=3D=3D TestName: test_01_scale_vm | Status : SUCCESS =3D=3D=3D =20 =3D=3D=3Dfinal results are now copied to: /tmp//MarvinLogs//NIMUQD=3D= =3D=3D =20 :+1: LGTM > [Blocker] test duplicated in test_scale_vm.py > --------------------------------------------- > > Key: CLOUDSTACK-8924 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-892= 4 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the defa= ult.)=20 > Affects Versions: 4.6.0 > Reporter: Raja Pullela > Priority: Blocker > Fix For: 4.6.0 > > > This is a blocker because BVTs for XS and Simulator are failing. > Simulator zone - it is failing because > This is a genuine failure - because the setup didn't have Dynamic Scaling= enabled as part of global settings. Once it is enabled the tests ran fine= . > XS basic/Advzone - it is failing because > the methods=20 > test_01_scale_vm(self): > test_02_scale_vm_without_hypervisor_specifics(self): > are essentially same with the exception of tags - > first one - test_01_scale_vm - had a "required_hardware=3Dtrue" > second - test_02_scale_vm_without_hypervisor_specific had a "required_har= dware=3Dfalse" > essentially we can get this test run on both Simulator and XenServer by m= odifying the "required_hardware=3Dfalse".=20 > and test_02_scale_vm_without_hypervisor_specifc - can be deleted. > The reason for failure on the XS is due to the following - "Not upgrading= vm VM[User|i-23-28-VM] since it already has the requested service offering= " > Following are the logs: > Test scale virtual machine ... =3D=3D=3D TestName: test_01_scale_vm | Sta= tus : SUCCESS =3D=3D=3D > ok > test_02_scale_vm_without_hypervisor_specifics (integration.smoke.test_sca= le_vm.TestScaleVm) ... =3D=3D=3D TestName: test_02_scale_vm_without_hypervi= sor_specifics | Status : EXCEPTION =3D=3D=3D > ERROR > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > ERROR: test_02_scale_vm_without_hypervisor_specifics (integration.smoke.t= est_scale_vm.TestScaleVm) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/root/cloudstack/test/integration/smoke/test_scale_vm.py", line 2= 34, in test_02_scale_vm_without_hypervisor_specifics > self.apiclient.scaleVirtualMachine(cmd) > File "/usr/local/lib/python2.7/dist-packages/marvin/cloudstackAPI/cloud= stackAPIClient.py", line 797, in scaleVirtualMachine > response =3D self.connection.marvinRequest(command, response_type=3Dr= esponse, method=3Dmethod) > File "/usr/local/lib/python2.7/dist-packages/marvin/cloudstackConnectio= n.py", line 379, in marvinRequest > raise e > Exception: Job failed: {jobprocstatus : 0, created : u'2015-09-30T01:16:4= 5+0000', cmd : u'org.apache.cloudstack.api.command.admin.vm.ScaleVMCmdByAdm= in', userid : u'd46c0476-670a-11e5-8245-96e5a2a4ae9a', jobstatus : 2, jobid= : u'ad32dee5-da3c-42c3-bdc3-35928b47697f', jobresultcode : 530, jobresultt= ype : u'object', jobresult : {errorcode : 431, errortext : u'Not upgrading = vm VM[User|i-23-28-VM] since it already has the requested service offering = (BigInstance)'}, accountid : u'd46bf47c-670a-11e5-8245-96e5a2a4ae9a'} > -------------------- >> begin captured stdout << --------------------- > =3D=3D=3D TestName: test_02_scale_vm_without_hypervisor_specifics | Statu= s : EXCEPTION =3D=3D=3D > --------------------- >> end captured stdout << ---------------------- > -------------------- >> begin captured logging << -------------------- > test_02_scale_vm_without_hypervisor_specifics (integration.smoke.test_sca= le_vm.TestScaleVm): DEBUG: ::::::::::::STARTED : TC: test_02_scale_vm_witho= ut_hypervisor_specifics ::::::::::: > test_02_scale_vm_without_hypervisor_specifics (integration.smoke.test_sca= le_vm.TestScaleVm): DEBUG: Payload: {'isdynamicallyscalable': 'true', 'apiK= ey': u'FI3p7aHiRMfWK_oV_T9_i8uY-YegVuIR3mvV7pS3w7s_2-krRV-GMGXoBoVm0454fiZt= 6FgwOH86gEPenLox0w', 'response': 'json', 'command': 'updateVirtualMachine',= 'signature': '4dANF6uDGtaOk6jIDb901ES+Oq8=3D', 'id': u'38c1ced0-693f-4e31-= b976-9f4161ac57bb'} > test_02_scale_vm_without_hypervisor_specifics (integration.smoke.test_sca= le_vm.TestScaleVm): DEBUG: =3D=3D=3D=3D=3D=3D=3D=3DSending GET Cmd : update= VirtualMachine=3D=3D=3D=3D=3D=3D=3D > urllib3.connectionpool: INFO: Starting new HTTP connection (1): 10.220.13= 5.73 > urllib3.connectionpool: DEBUG: "GET /client/api?isdynamicallyscalable=3Dt= rue&apiKey=3DFI3p7aHiRMfWK_oV_T9_i8uY-YegVuIR3mvV7pS3w7s_2-krRV-GMGXoBoVm04= 54fiZt6FgwOH86gEPenLox0w&response=3Djson&command=3DupdateVirtualMachine&sig= nature=3D4dANF6uDGtaOk6jIDb901ES%2BOq8%3D&id=3D38c1ced0-693f-4e31-b976-9f41= 61ac57bb HTTP/1.1" 200 1703 > test_02_scale_vm_without_hypervisor_specifics (integration.smoke.test_sca= le_vm.TestScaleVm): DEBUG: Response : {domain : u'ROOT', domainid : u'a6d8f= c3a-670a-11e5-8245-96e5a2a4ae9a', haenable : False, templatename : u'CentOS= 5.6(64-bit) no GUI (XenServer)', securitygroup : [{egressrule : [], accoun= t : u'test-a-TestScaleVm-D0XS7G', name : u'basic_sec_grp-9HYGF7', virtualma= chineids : [], tags : [], ingressrule : [], id : u'544c2c1e-5487-4ed2-8a5a-= 716477c915c8'}], zoneid : u'ca2f3c87-c0ed-44c5-99ad-911287e8ef1d', cpunumbe= r : 1, ostypeid : 142, passwordenabled : False, instancename : u'i-23-28-VM= ', id : u'38c1ced0-693f-4e31-b976-9f4161ac57bb', hostname : u'bear', displa= yvm : True, state : u'Running', guestosid : u'a6ecb7ca-670a-11e5-8245-96e5a= 2a4ae9a', cpuspeed : 100, serviceofferingid : u'5bd4c9d3-9ebb-4cae-8b2f-af4= 34b951b40', zonename : u'XenRT-Zone-0', username : u'test-a-TestScaleVm-D0X= S7G', isdynamicallyscalable : True, displayname : u'testserver', tags : [],= nic : [{networkid : u'0b0d6645-db6c-43e4-a37d-3e538eec313b', macaddress : = u'06:b3:ca:00:00:18', type : u'Shared', broadcasturi : u'vlan://untagged', = traffictype : u'Guest', netmask : u'255.255.224.0', ipaddress : u'10.219.19= 7.191', id : u'09105737-3ba0-4010-a854-93c8e2ceaf65', secondaryip : [], net= workname : u'guestNetworkForBasicZone', gateway : u'10.219.192.1', isdefaul= t : True}], memory : 512, templateid : u'a6dd7c74-670a-11e5-8245-96e5a2a4ae= 9a', affinitygroup : [], account : u'test-a-TestScaleVm-D0XS7G', hostid : u= 'a7876350-8351-4573-8f7e-dd13be87b0e0', name : u'VM-38c1ced0-693f-4e31-b976= -9f4161ac57bb', created : u'2015-09-30T01:16:29+0000', hypervisor : u'XenSe= rver', userid : u'30234acc-9495-4b95-8d7b-74257fb6f0fa', rootdevicetype : u= 'ROOT', rootdeviceid : 0, serviceofferingname : u'BigInstance', templatedis= playtext : u'CentOS 5.6(64-bit) no GUI (XenServer)'} > test_02_scale_vm_without_hypervisor_specifics (integration.smoke.test_sca= le_vm.TestScaleVm): DEBUG: Scaling VM-ID: 38c1ced0-693f-4e31-b976-9f4161ac5= 7bb to service offering: 5bd4c9d3-9ebb-4cae-8b2f-af434b951b40 and state Run= ning > test_02_scale_vm_without_hypervisor_specifics (integration.smoke.test_sca= le_vm.TestScaleVm): DEBUG: Payload: {'apiKey': u'FI3p7aHiRMfWK_oV_T9_i8uY-Y= egVuIR3mvV7pS3w7s_2-krRV-GMGXoBoVm0454fiZt6FgwOH86gEPenLox0w', 'response': = 'json', 'command': 'scaleVirtualMachine', 'signature': 'gWVLy4f9yEbyFlw1Rdq= Z42IPHV0=3D', 'id': u'38c1ced0-693f-4e31-b976-9f4161ac57bb', 'serviceofferi= ngid': u'5bd4c9d3-9ebb-4cae-8b2f-af434b951b40'} > test_02_scale_vm_without_hypervisor_specifics (integration.smoke.test_sca= le_vm.TestScaleVm): DEBUG: =3D=3D=3D=3D=3D=3D=3D=3DSending GET Cmd : scaleV= irtualMachine=3D=3D=3D=3D=3D=3D=3D > urllib3.connectionpool: INFO: Starting new HTTP connection (1): 10.220.13= 5.73 > urllib3.connectionpool: DEBUG: "GET /client/api?apiKey=3DFI3p7aHiRMfWK_oV= _T9_i8uY-YegVuIR3mvV7pS3w7s_2-krRV-GMGXoBoVm0454fiZt6FgwOH86gEPenLox0w&serv= iceofferingid=3D5bd4c9d3-9ebb-4cae-8b2f-af434b951b40&command=3DscaleVirtual= Machine&signature=3DgWVLy4f9yEbyFlw1RdqZ42IPHV0%3D&response=3Djson&id=3D38c= 1ced0-693f-4e31-b976-9f4161ac57bb HTTP/1.1" 200 80 > test_02_scale_vm_without_hypervisor_specifics (integration.smoke.test_sca= le_vm.TestScaleVm): DEBUG: =3D=3D=3D Jobid: ad32dee5-da3c-42c3-bdc3-35928b4= 7697f Started =3D=3D=3D > test_02_scale_vm_without_hypervisor_specifics (integration.smoke.test_sca= le_vm.TestScaleVm): DEBUG: Payload: {'signature': 'o8y/6mVqO/C5dgJ5wuVYavnC= JhU=3D', 'apiKey': u'FI3p7aHiRMfWK_oV_T9_i8uY-YegVuIR3mvV7pS3w7s_2-krRV-GMG= XoBoVm0454fiZt6FgwOH86gEPenLox0w', 'command': 'queryAsyncJobResult', 'respo= nse': 'json', 'jobid': u'ad32dee5-da3c-42c3-bdc3-35928b47697f'} > test_02_scale_vm_without_hypervisor_specifics (integration.smoke.test_sca= le_vm.TestScaleVm): DEBUG: =3D=3D=3D=3D=3D=3D=3D=3DSending GET Cmd : queryA= syncJobResult=3D=3D=3D=3D=3D=3D=3D > urllib3.connectionpool: INFO: Starting new HTTP connection (1): 10.220.13= 5.73 > urllib3.connectionpool: DEBUG: "GET /client/api?jobid=3Dad32dee5-da3c-42c= 3-bdc3-35928b47697f&apiKey=3DFI3p7aHiRMfWK_oV_T9_i8uY-YegVuIR3mvV7pS3w7s_2-= krRV-GMGXoBoVm0454fiZt6FgwOH86gEPenLox0w&command=3DqueryAsyncJobResult&resp= onse=3Djson&signature=3Do8y%2F6mVqO%2FC5dgJ5wuVYavnCJhU%3D HTTP/1.1" 200 33= 5 > test_02_scale_vm_without_hypervisor_specifics (integration.smoke.test_sca= le_vm.TestScaleVm): DEBUG: Response : {jobprocstatus : 0, created : u'2015-= 09-30T01:16:45+0000', cmd : u'org.apache.cloudstack.api.command.admin.vm.Sc= aleVMCmdByAdmin', userid : u'd46c0476-670a-11e5-8245-96e5a2a4ae9a', jobstat= us : 0, jobid : u'ad32dee5-da3c-42c3-bdc3-35928b47697f', jobresultcode : 0,= accountid : u'd46bf47c-670a-11e5-8245-96e5a2a4ae9a'} > test_02_scale_vm_without_hypervisor_specifics (integration.smoke.test_sca= le_vm.TestScaleVm): DEBUG: =3D=3D=3D JobId:ad32dee5-da3c-42c3-bdc3-35928b47= 697f is Still Processing, Will TimeOut in:3595 =3D=3D=3D=3D > test_02_scale_vm_without_hypervisor_specifics (integration.smoke.test_sca= le_vm.TestScaleVm): DEBUG: Payload: {'signature': 'o8y/6mVqO/C5dgJ5wuVYavnC= JhU=3D', 'apiKey': u'FI3p7aHiRMfWK_oV_T9_i8uY-YegVuIR3mvV7pS3w7s_2-krRV-GMG= XoBoVm0454fiZt6FgwOH86gEPenLox0w', 'command': 'queryAsyncJobResult', 'respo= nse': 'json', 'jobid': u'ad32dee5-da3c-42c3-bdc3-35928b47697f'} > test_02_scale_vm_without_hypervisor_specifics (integration.smoke.test_sca= le_vm.TestScaleVm): DEBUG: =3D=3D=3D=3D=3D=3D=3D=3DSending GET Cmd : queryA= syncJobResult=3D=3D=3D=3D=3D=3D=3D > urllib3.connectionpool: INFO: Starting new HTTP connection (1): 10.220.13= 5.73 > urllib3.connectionpool: DEBUG: "GET /client/api?jobid=3Dad32dee5-da3c-42c= 3-bdc3-35928b47697f&apiKey=3DFI3p7aHiRMfWK_oV_T9_i8uY-YegVuIR3mvV7pS3w7s_2-= krRV-GMGXoBoVm0454fiZt6FgwOH86gEPenLox0w&command=3DqueryAsyncJobResult&resp= onse=3Djson&signature=3Do8y%2F6mVqO%2FC5dgJ5wuVYavnCJhU%3D HTTP/1.1" 200 50= 9 > test_02_scale_vm_without_hypervisor_specifics (integration.smoke.test_sca= le_vm.TestScaleVm): DEBUG: Response : {jobprocstatus : 0, created : u'2015-= 09-30T01:16:45+0000', cmd : u'org.apache.cloudstack.api.command.admin.vm.Sc= aleVMCmdByAdmin', userid : u'd46c0476-670a-11e5-8245-96e5a2a4ae9a', jobstat= us : 2, jobid : u'ad32dee5-da3c-42c3-bdc3-35928b47697f', jobresultcode : 53= 0, jobresulttype : u'object', jobresult : {errorcode : 431, errortext : u'N= ot upgrading vm VM[User|i-23-28-VM] since it already has the requested serv= ice offering (BigInstance)'}, accountid : u'd46bf47c-670a-11e5-8245-96e5a2a= 4ae9a'} > test_02_scale_vm_without_hypervisor_specifics (integration.smoke.test_sca= le_vm.TestScaleVm): ERROR: =3D=3D=3D=3D __poll: Exception Occurred :Job fai= led: {jobprocstatus : 0, created : u'2015-09-30T01:16:45+0000', cmd : u'org= .apache.cloudstack.api.command.admin.vm.ScaleVMCmdByAdmin', userid : u'd46c= 0476-670a-11e5-8245-96e5a2a4ae9a', jobstatus : 2, jobid : u'ad32dee5-da3c-4= 2c3-bdc3-35928b47697f', jobresultcode : 530, jobresulttype : u'object', job= result : {errorcode : 431, errortext : u'Not upgrading vm VM[User|i-23-28-V= M] since it already has the requested service offering (BigInstance)'}, acc= ountid : u'd46bf47c-670a-11e5-8245-96e5a2a4ae9a'} =3D=3D=3D=3D > Traceback (most recent call last): > File "/usr/local/lib/python2.7/dist-packages/marvin/cloudstackConnectio= n.py", line 105, in __poll > % async_response) > Exception: Job failed: {jobprocstatus : 0, created : u'2015-09-30T01:16:4= 5+0000', cmd : u'org.apache.cloudstack.api.command.admin.vm.ScaleVMCmdByAdm= in', userid : u'd46c0476-670a-11e5-8245-96e5a2a4ae9a', jobstatus : 2, jobid= : u'ad32dee5-da3c-42c3-bdc3-35928b47697f', jobresultcode : 530, jobresultt= ype : u'object', jobresult : {errorcode : 431, errortext : u'Not upgrading = vm VM[User|i-23-28-VM] since it already has the requested service offering = (BigInstance)'}, accountid : u'd46bf47c-670a-11e5-8245-96e5a2a4ae9a'} > test_02_scale_vm_without_hypervisor_specifics (integration.smoke.test_sca= le_vm.TestScaleVm): DEBUG: Response : FAILED > test_02_scale_vm_without_hypervisor_specifics (integration.smoke.test_sca= le_vm.TestScaleVm): ERROR: marvinRequest : CmdName: Excepti= on: ['Traceback (most recent call last):\n', ' File "/usr/local/lib/python= 2.7/dist-packages/marvin/cloudstackConnection.py", line 374, in marvinReque= st\n raise self.__lastError\n', "Exception: Job failed: {jobprocstatus := 0, created : u'2015-09-30T01:16:45+0000', cmd : u'org.apache.cloudstack.ap= i.command.admin.vm.ScaleVMCmdByAdmin', userid : u'd46c0476-670a-11e5-8245-9= 6e5a2a4ae9a', jobstatus : 2, jobid : u'ad32dee5-da3c-42c3-bdc3-35928b47697f= ', jobresultcode : 530, jobresulttype : u'object', jobresult : {errorcode := 431, errortext : u'Not upgrading vm VM[User|i-23-28-VM] since it already h= as the requested service offering (BigInstance)'}, accountid : u'd46bf47c-6= 70a-11e5-8245-96e5a2a4ae9a'}\n"] > Traceback (most recent call last): > File "/usr/local/lib/python2.7/dist-packages/marvin/cloudstackConnectio= n.py", line 374, in marvinRequest > raise self.__lastError > Exception: Job failed: {jobprocstatus : 0, created : u'2015-09-30T01:16:4= 5+0000', cmd : u'org.apache.cloudstack.api.command.admin.vm.ScaleVMCmdByAdm= in', userid : u'd46c0476-670a-11e5-8245-96e5a2a4ae9a', jobstatus : 2, jobid= : u'ad32dee5-da3c-42c3-bdc3-35928b47697f', jobresultcode : 530, jobresultt= ype : u'object', jobresult : {errorcode : 431, errortext : u'Not upgrading = vm VM[User|i-23-28-VM] since it already has the requested service offering = (BigInstance)'}, accountid : u'd46bf47c-670a-11e5-8245-96e5a2a4ae9a'} > test_02_scale_vm_without_hypervisor_specifics (integration.smoke.test_sca= le_vm.TestScaleVm): CRITICAL: EXCEPTION: test_02_scale_vm_without_hyperviso= r_specifics: ['Traceback (most recent call last):\n', ' File "/usr/lib/pyt= hon2.7/unittest/case.py", line 329, in run\n testMethod()\n', ' File "/= root/cloudstack/test/integration/smoke/test_scale_vm.py", line 234, in test= _02_scale_vm_without_hypervisor_specifics\n self.apiclient.scaleVirtualM= achine(cmd)\n', ' File "/usr/local/lib/python2.7/dist-packages/marvin/clou= dstackAPI/cloudstackAPIClient.py", line 797, in scaleVirtualMachine\n re= sponse =3D self.connection.marvinRequest(command, response_type=3Dresponse,= method=3Dmethod)\n', ' File "/usr/local/lib/python2.7/dist-packages/marvi= n/cloudstackConnection.py", line 379, in marvinRequest\n raise e\n', "Ex= ception: Job failed: {jobprocstatus : 0, created : u'2015-09-30T01:16:45+00= 00', cmd : u'org.apache.cloudstack.api.command.admin.vm.ScaleVMCmdByAdmin',= userid : u'd46c0476-670a-11e5-8245-96e5a2a4ae9a', jobstatus : 2, jobid : u= 'ad32dee5-da3c-42c3-bdc3-35928b47697f', jobresultcode : 530, jobresulttype = : u'object', jobresult : {errorcode : 431, errortext : u'Not upgrading vm V= M[User|i-23-28-VM] since it already has the requested service offering (Big= Instance)'}, accountid : u'd46bf47c-670a-11e5-8245-96e5a2a4ae9a'}\n"] > --------------------- >> end captured logging << --------------------- > ---------------------------------------------------------------------- > XML: /root/marvinko64sWgn/results.xml > ---------------------------------------------------------------------- > Ran 2 tests in 33.462s > FAILED (errors=3D1) -- This message was sent by Atlassian JIRA (v6.3.4#6332)