Re: Another unrelated test failure

2015-06-06 Thread Juan Hernández
On 06/05/2015 11:25 PM, Nir Soffer wrote:
> Hi infra,
> 
> Please look at this unrelated test failure:
> http://jenkins.ovirt.org/job/vdsm_container_master_system-tests-el7-x86_64_merged/28/console
> 
> 20:38:44 ERROR
> 20:38:44 
> 20:38:44 
> ==
> 20:38:44 ERROR: import_templates
> 20:38:44 
> --
> 20:38:44 Traceback (most recent call last):
> 20:38:44   File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in 
> runTest
> 20:38:44 self.test(*self.arg)
> 20:38:44   File "/usr/lib/python2.7/site-packages/ovirttestenv/testlib.py", 
> line 106, in wrapped_test
> 20:38:44 return test()
> 20:38:44   File "/usr/lib/python2.7/site-packages/ovirttestenv/testlib.py", 
> line 48, in wrapper
> 20:38:44 return func(get_test_prefix(), *args, **kwargs)
> 20:38:44   File "/usr/lib/python2.7/site-packages/ovirttestenv/testlib.py", 
> line 59, in wrapper
> 20:38:44 **kwargs
> 20:38:44   File "/usr/share/ovirttestenv/test_scenarios/bootstrap.py", line 
> 278, in import_templates
> 20:38:44 name=CLUSTER_NAME,
> 20:38:44   File 
> "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/brokers.py", line 
> 18676, in register
> 20:38:44 headers={"Correlation-Id":correlation_id}
> 20:38:44   File 
> "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py", line 
> 115, in request
> 20:38:44 persistent_auth=self.__persistent_auth
> 20:38:44   File 
> "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/connectionspool.py",
>  line 79, in do_request
> 20:38:44 persistent_auth)
> 20:38:44   File 
> "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/connectionspool.py",
>  line 155, in __do_request
> 20:38:44 raise errors.RequestError(response_code, response_reason, 
> response_body)
> 20:38:44 RequestError: 
> 20:38:44 status: 400
> 20:38:44 reason: Bad
> 20:38:44 detail: Internal Engine Error
> 
> Patch: https://gerrit.ovirt.org/41862
> 
> This failure is not related to vdsm and in particular to this patch.
> 
> Nir

Looks like this 3.6 Python SDK bug:

  [REST] HTTP Status 400 on DELETE call to
/datacenters/${id}/storagedomains/${id}
  https://bugzilla.redhat.com/1227655

The Python SDK is used by the testing framework, if I understand correctly.

-- 
Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
3ºD, 28016 Madrid, Spain
Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: Another unrelated test failure

2015-06-06 Thread Tolik Litvosky
On Sat, 2015-06-06 at 06:25 -0400, Eyal Edri wrote:
> 
> - Original Message -
> > From: "Tolik Litvosky" 
> > To: "Eyal Edri" 
> > Cc: "Barak Azulay" , infra@ovirt.org, 
> > dkuzn...@redhat.com
> > Sent: Saturday, June 6, 2015 1:23:29 PM
> > Subject: Re: Another unrelated test failure
> > 
> > On Sat, 2015-06-06 at 06:14 -0400, Eyal Edri wrote:
> > > 
> > > - Original Message -
> > > > From: "Tolik Litvosky" 
> > > > To: "Eyal Edri" 
> > > > Cc: "Barak Azulay" , infra@ovirt.org,
> > > > dkuzn...@redhat.com
> > > > Sent: Saturday, June 6, 2015 1:11:28 PM
> > > > Subject: Re: Another unrelated test failure
> > > > 
> > > > On Sat, 2015-06-06 at 06:01 -0400, Eyal Edri wrote:
> > > > > 
> > > > > - Original Message -
> > > > > > From: "Tolik Litovsky" 
> > > > > > To: dcaro...@redhat.com, nsof...@redhat.com
> > > > > > Cc: infra@ovirt.org, ee...@redhat.com, dkuzn...@redhat.com
> > > > > > Sent: Saturday, June 6, 2015 3:16:08 AM
> > > > > > Subject: RE: Another unrelated test failure
> > > > > > 
> > > > > > Actually this failure is VDSM related. Just not your patch.
> > > > > > It fails for two days already.
> > > > > 
> > > > > Tolik, is this job in production?
> > > > > if its still in testing, please rename it accordingly (suffix
> > > > > _testing),
> > > > > and disable emails for developers until it's stable.
> > > > It a production ,and already catching bugs :-).
> > > > Nevertheless its a new job and i give it a close and personal
> > > > monitoring.
> > > 
> > > thanks for the heads up,
> > > if this job is short enough maybe it can be run per patch
> > > (i.e even only when a patch has +Verified or +1 on code review),
> > > that way the author will have time to fix it before merge.
> > Not very short and it has only one slave servicing it.
> > Thats why i asked to bring the other slaves in.
> > But it does run on every patch
> 
> ok, starting to see the whole picture,
> as you saw, work is in progress for adding more servers,
> once there will be 3, will it be possible to run it automatically per 
> patch
> (+1 or +V) and not manually as it now?
it runs automatically per patch already
Its just new and people dont wait 1.5 hour for it to finish.
Mainly because they not aware of it.

> 
> e.
> 
> > 
> > > 
> > > e.
> > > 
> > > > > 
> > > > > if it is in production then the owner of the job should alert 
> > > > > the
> > > > > author of the patch
> > > > > that broke the job 2 days ago, and require an immediate fix 
> > > > > or a
> > > > > revert of the patch.
> > > > Such mails was sent to Dan Ken. and he is handling this.
> > > > (it happened on thursday and we on weekend)
> > > > Also please mind that as a new job not all people are aware and
> > > > wait
> > > > for this job to give indication on their patches.
> > > > 
> > > > Barak , maybe some announcement needed ?
> > > > 
> > > > > 
> > > > > thanks,
> > > > > 
> > > > > e.
> > > > > > 
> > > > > > 
> > > > > > Tolik.
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > >  Original message 
> > > > > > From: David Caro 
> > > > > > Date: 06/06/2015 1:47 AM (GMT+02:00)
> > > > > > To: Nir Soffer 
> > > > > > Cc: infra ,Eyal Edri
> > > > > > ,tlito...@redhat.com,dkuzn...@redhat.com
> > > > > > Subject: Re: Another unrelated test failure
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > That job is in testing and it's not ready, tolik, dima and
> > > > > > barak
> > > > > > are the ones
> > > > > > handling that effort.
> > > > > > 
> > > > > > On 06/05, Nir Soffer wrote:
> > > > > > > Hi infra,
> > > > > > > 
> > > > > > > Please look at this unre

Re: Another unrelated test failure

2015-06-06 Thread Eyal Edri


- Original Message -
> From: "Tolik Litvosky" 
> To: "Eyal Edri" 
> Cc: "Barak Azulay" , infra@ovirt.org, dkuzn...@redhat.com
> Sent: Saturday, June 6, 2015 1:23:29 PM
> Subject: Re: Another unrelated test failure
> 
> On Sat, 2015-06-06 at 06:14 -0400, Eyal Edri wrote:
> > 
> > - Original Message -
> > > From: "Tolik Litvosky" 
> > > To: "Eyal Edri" 
> > > Cc: "Barak Azulay" , infra@ovirt.org,
> > > dkuzn...@redhat.com
> > > Sent: Saturday, June 6, 2015 1:11:28 PM
> > > Subject: Re: Another unrelated test failure
> > > 
> > > On Sat, 2015-06-06 at 06:01 -0400, Eyal Edri wrote:
> > > > 
> > > > - Original Message -
> > > > > From: "Tolik Litovsky" 
> > > > > To: dcaro...@redhat.com, nsof...@redhat.com
> > > > > Cc: infra@ovirt.org, ee...@redhat.com, dkuzn...@redhat.com
> > > > > Sent: Saturday, June 6, 2015 3:16:08 AM
> > > > > Subject: RE: Another unrelated test failure
> > > > > 
> > > > > Actually this failure is VDSM related. Just not your patch.
> > > > > It fails for two days already.
> > > > 
> > > > Tolik, is this job in production?
> > > > if its still in testing, please rename it accordingly (suffix
> > > > _testing),
> > > > and disable emails for developers until it's stable.
> > > It a production ,and already catching bugs :-).
> > > Nevertheless its a new job and i give it a close and personal
> > > monitoring.
> > 
> > thanks for the heads up,
> > if this job is short enough maybe it can be run per patch
> > (i.e even only when a patch has +Verified or +1 on code review),
> > that way the author will have time to fix it before merge.
> Not very short and it has only one slave servicing it.
> Thats why i asked to bring the other slaves in.
> But it does run on every patch

ok, starting to see the whole picture,
as you saw, work is in progress for adding more servers,
once there will be 3, will it be possible to run it automatically per patch
(+1 or +V) and not manually as it now?

e.

> 
> > 
> > e.
> > 
> > > > 
> > > > if it is in production then the owner of the job should alert the
> > > > author of the patch
> > > > that broke the job 2 days ago, and require an immediate fix or a
> > > > revert of the patch.
> > > Such mails was sent to Dan Ken. and he is handling this.
> > > (it happened on thursday and we on weekend)
> > > Also please mind that as a new job not all people are aware and
> > > wait
> > > for this job to give indication on their patches.
> > > 
> > > Barak , maybe some announcement needed ?
> > > 
> > > > 
> > > > thanks,
> > > > 
> > > > e.
> > > > > 
> > > > > 
> > > > > Tolik.
> > > > > 
> > > > > 
> > > > > 
> > > > >  Original message 
> > > > > From: David Caro 
> > > > > Date: 06/06/2015 1:47 AM (GMT+02:00)
> > > > > To: Nir Soffer 
> > > > > Cc: infra ,Eyal Edri
> > > > > ,tlito...@redhat.com,dkuzn...@redhat.com
> > > > > Subject: Re: Another unrelated test failure
> > > > > 
> > > > > 
> > > > > 
> > > > > That job is in testing and it's not ready, tolik, dima and
> > > > > barak
> > > > > are the ones
> > > > > handling that effort.
> > > > > 
> > > > > On 06/05, Nir Soffer wrote:
> > > > > > Hi infra,
> > > > > > 
> > > > > > Please look at this unrelated test failure:
> > > > > > http://jenkins.ovirt.org/job/vdsm_container_master_system
> > > > > > -tests
> > > > > > -el7-x86_64_merged/28/console
> > > > > > 
> > > > > > 20:38:44 ERROR
> > > > > > 20:38:44
> > > > > > 20:38:44
> > > > > > =
> > > > > > 
> > > > > > =
> > > > > > 20:38:44 ERROR: import_templates
> > > > > > 20:38:44
> > > > > > -
> > > > > > 
> > 

Re: Another unrelated test failure

2015-06-06 Thread Tolik Litvosky
On Sat, 2015-06-06 at 06:14 -0400, Eyal Edri wrote:
> 
> - Original Message -
> > From: "Tolik Litvosky" 
> > To: "Eyal Edri" 
> > Cc: "Barak Azulay" , infra@ovirt.org, 
> > dkuzn...@redhat.com
> > Sent: Saturday, June 6, 2015 1:11:28 PM
> > Subject: Re: Another unrelated test failure
> > 
> > On Sat, 2015-06-06 at 06:01 -0400, Eyal Edri wrote:
> > > 
> > > - Original Message -
> > > > From: "Tolik Litovsky" 
> > > > To: dcaro...@redhat.com, nsof...@redhat.com
> > > > Cc: infra@ovirt.org, ee...@redhat.com, dkuzn...@redhat.com
> > > > Sent: Saturday, June 6, 2015 3:16:08 AM
> > > > Subject: RE: Another unrelated test failure
> > > > 
> > > > Actually this failure is VDSM related. Just not your patch.
> > > > It fails for two days already.
> > > 
> > > Tolik, is this job in production?
> > > if its still in testing, please rename it accordingly (suffix
> > > _testing),
> > > and disable emails for developers until it's stable.
> > It a production ,and already catching bugs :-).
> > Nevertheless its a new job and i give it a close and personal
> > monitoring.
> 
> thanks for the heads up,
> if this job is short enough maybe it can be run per patch
> (i.e even only when a patch has +Verified or +1 on code review),
> that way the author will have time to fix it before merge.
Not very short and it has only one slave servicing it.
Thats why i asked to bring the other slaves in.
But it does run on every patch 

> 
> e.
> 
> > > 
> > > if it is in production then the owner of the job should alert the
> > > author of the patch
> > > that broke the job 2 days ago, and require an immediate fix or a
> > > revert of the patch.
> > Such mails was sent to Dan Ken. and he is handling this.
> > (it happened on thursday and we on weekend)
> > Also please mind that as a new job not all people are aware and 
> > wait
> > for this job to give indication on their patches.
> > 
> > Barak , maybe some announcement needed ?
> > 
> > > 
> > > thanks,
> > > 
> > > e.
> > > > 
> > > > 
> > > > Tolik.
> > > > 
> > > > 
> > > > 
> > > >  Original message 
> > > > From: David Caro 
> > > > Date: 06/06/2015 1:47 AM (GMT+02:00)
> > > > To: Nir Soffer 
> > > > Cc: infra ,Eyal Edri
> > > > ,tlito...@redhat.com,dkuzn...@redhat.com
> > > > Subject: Re: Another unrelated test failure
> > > > 
> > > > 
> > > > 
> > > > That job is in testing and it's not ready, tolik, dima and 
> > > > barak
> > > > are the ones
> > > > handling that effort.
> > > > 
> > > > On 06/05, Nir Soffer wrote:
> > > > > Hi infra,
> > > > > 
> > > > > Please look at this unrelated test failure:
> > > > > http://jenkins.ovirt.org/job/vdsm_container_master_system
> > > > > -tests
> > > > > -el7-x86_64_merged/28/console
> > > > > 
> > > > > 20:38:44 ERROR
> > > > > 20:38:44
> > > > > 20:38:44
> > > > > =
> > > > > 
> > > > > =
> > > > > 20:38:44 ERROR: import_templates
> > > > > 20:38:44
> > > > > -
> > > > > 
> > > > > -
> > > > > 20:38:44 Traceback (most recent call last):
> > > > > 20:38:44 File "/usr/lib/python2.7/site
> > > > > -packages/nose/case.py",
> > > > > line 197, in
> > > > > runTest
> > > > > 20:38:44 self.test(*self.arg)
> > > > > 20:38:44 File "/usr/lib/python2.7/site
> > > > > -packages/ovirttestenv/testlib.py",
> > > > > line 106, in wrapped_test
> > > > > 20:38:44 return test()
> > > > > 20:38:44 File "/usr/lib/python2.7/site
> > > > > -packages/ovirttestenv/testlib.py",
> > > > > line 48, in wrapper
> > > > > 20:38:44 return func(get_test_prefix(), *args, **kwargs)
> > > > > 20:38:44 File "/usr/lib/python2.7/site
> > > > > -packages/ovirttestenv/testlib.py",

Re: Another unrelated test failure

2015-06-06 Thread Eyal Edri


- Original Message -
> From: "Tolik Litvosky" 
> To: "Eyal Edri" 
> Cc: "Barak Azulay" , infra@ovirt.org, dkuzn...@redhat.com
> Sent: Saturday, June 6, 2015 1:11:28 PM
> Subject: Re: Another unrelated test failure
> 
> On Sat, 2015-06-06 at 06:01 -0400, Eyal Edri wrote:
> > 
> > - Original Message -
> > > From: "Tolik Litovsky" 
> > > To: dcaro...@redhat.com, nsof...@redhat.com
> > > Cc: infra@ovirt.org, ee...@redhat.com, dkuzn...@redhat.com
> > > Sent: Saturday, June 6, 2015 3:16:08 AM
> > > Subject: RE: Another unrelated test failure
> > > 
> > > Actually this failure is VDSM related. Just not your patch.
> > > It fails for two days already.
> > 
> > Tolik, is this job in production?
> > if its still in testing, please rename it accordingly (suffix
> > _testing),
> > and disable emails for developers until it's stable.
> It a production ,and already catching bugs :-).
> Nevertheless its a new job and i give it a close and personal
> monitoring.

thanks for the heads up,
if this job is short enough maybe it can be run per patch
(i.e even only when a patch has +Verified or +1 on code review),
that way the author will have time to fix it before merge.

e.

> > 
> > if it is in production then the owner of the job should alert the
> > author of the patch
> > that broke the job 2 days ago, and require an immediate fix or a
> > revert of the patch.
> Such mails was sent to Dan Ken. and he is handling this.
> (it happened on thursday and we on weekend)
> Also please mind that as a new job not all people are aware and wait
> for this job to give indication on their patches.
> 
> Barak , maybe some announcement needed ?
> 
> > 
> > thanks,
> > 
> > e.
> > > 
> > > 
> > > Tolik.
> > > 
> > > 
> > > 
> > >  Original message 
> > > From: David Caro 
> > > Date: 06/06/2015 1:47 AM (GMT+02:00)
> > > To: Nir Soffer 
> > > Cc: infra ,Eyal Edri
> > > ,tlito...@redhat.com,dkuzn...@redhat.com
> > > Subject: Re: Another unrelated test failure
> > > 
> > > 
> > > 
> > > That job is in testing and it's not ready, tolik, dima and barak
> > > are the ones
> > > handling that effort.
> > > 
> > > On 06/05, Nir Soffer wrote:
> > > > Hi infra,
> > > > 
> > > > Please look at this unrelated test failure:
> > > > http://jenkins.ovirt.org/job/vdsm_container_master_system-tests
> > > > -el7-x86_64_merged/28/console
> > > > 
> > > > 20:38:44 ERROR
> > > > 20:38:44
> > > > 20:38:44
> > > > =
> > > > =
> > > > 20:38:44 ERROR: import_templates
> > > > 20:38:44
> > > > -
> > > > -
> > > > 20:38:44 Traceback (most recent call last):
> > > > 20:38:44 File "/usr/lib/python2.7/site-packages/nose/case.py",
> > > > line 197, in
> > > > runTest
> > > > 20:38:44 self.test(*self.arg)
> > > > 20:38:44 File "/usr/lib/python2.7/site
> > > > -packages/ovirttestenv/testlib.py",
> > > > line 106, in wrapped_test
> > > > 20:38:44 return test()
> > > > 20:38:44 File "/usr/lib/python2.7/site
> > > > -packages/ovirttestenv/testlib.py",
> > > > line 48, in wrapper
> > > > 20:38:44 return func(get_test_prefix(), *args, **kwargs)
> > > > 20:38:44 File "/usr/lib/python2.7/site
> > > > -packages/ovirttestenv/testlib.py",
> > > > line 59, in wrapper
> > > > 20:38:44 **kwargs
> > > > 20:38:44 File
> > > > "/usr/share/ovirttestenv/test_scenarios/bootstrap.py", line
> > > > 278, in import_templates
> > > > 20:38:44 name=CLUSTER_NAME,
> > > > 20:38:44 File
> > > > "/usr/lib/python2.7/site
> > > > -packages/ovirtsdk/infrastructure/brokers.py",
> > > > line 18676, in register
> > > > 20:38:44 headers={"Correlation-Id":correlation_id}
> > > > 20:38:44 File
> > > > "/usr/lib/python2.7/site
> > > > -packages/ovirtsdk/infrastructure/proxy.py", line
> > > > 115, in request
> > > > 20:38:44 persistent_auth=self.__persistent_aut

Re: Another unrelated test failure

2015-06-06 Thread Tolik Litvosky
On Sat, 2015-06-06 at 06:01 -0400, Eyal Edri wrote:
> 
> - Original Message -
> > From: "Tolik Litovsky" 
> > To: dcaro...@redhat.com, nsof...@redhat.com
> > Cc: infra@ovirt.org, ee...@redhat.com, dkuzn...@redhat.com
> > Sent: Saturday, June 6, 2015 3:16:08 AM
> > Subject: RE: Another unrelated test failure
> > 
> > Actually this failure is VDSM related. Just not your patch.
> > It fails for two days already.
> 
> Tolik, is this job in production?
> if its still in testing, please rename it accordingly (suffix 
> _testing),
> and disable emails for developers until it's stable.
It a production ,and already catching bugs :-).
Nevertheless its a new job and i give it a close and personal
monitoring.
> 
> if it is in production then the owner of the job should alert the 
> author of the patch
> that broke the job 2 days ago, and require an immediate fix or a 
> revert of the patch.
Such mails was sent to Dan Ken. and he is handling this. 
(it happened on thursday and we on weekend)
Also please mind that as a new job not all people are aware and wait
for this job to give indication on their patches.

Barak , maybe some announcement needed ? 

> 
> thanks,
> 
> e.
> > 
> > 
> > Tolik.
> > 
> > 
> > 
> >  Original message 
> > From: David Caro 
> > Date: 06/06/2015 1:47 AM (GMT+02:00)
> > To: Nir Soffer 
> > Cc: infra ,Eyal Edri
> > ,tlito...@redhat.com,dkuzn...@redhat.com
> > Subject: Re: Another unrelated test failure
> > 
> > 
> > 
> > That job is in testing and it's not ready, tolik, dima and barak 
> > are the ones
> > handling that effort.
> > 
> > On 06/05, Nir Soffer wrote:
> > > Hi infra,
> > > 
> > > Please look at this unrelated test failure:
> > > http://jenkins.ovirt.org/job/vdsm_container_master_system-tests
> > > -el7-x86_64_merged/28/console
> > > 
> > > 20:38:44 ERROR
> > > 20:38:44
> > > 20:38:44
> > > =
> > > =
> > > 20:38:44 ERROR: import_templates
> > > 20:38:44
> > > -
> > > -
> > > 20:38:44 Traceback (most recent call last):
> > > 20:38:44 File "/usr/lib/python2.7/site-packages/nose/case.py", 
> > > line 197, in
> > > runTest
> > > 20:38:44 self.test(*self.arg)
> > > 20:38:44 File "/usr/lib/python2.7/site
> > > -packages/ovirttestenv/testlib.py",
> > > line 106, in wrapped_test
> > > 20:38:44 return test()
> > > 20:38:44 File "/usr/lib/python2.7/site
> > > -packages/ovirttestenv/testlib.py",
> > > line 48, in wrapper
> > > 20:38:44 return func(get_test_prefix(), *args, **kwargs)
> > > 20:38:44 File "/usr/lib/python2.7/site
> > > -packages/ovirttestenv/testlib.py",
> > > line 59, in wrapper
> > > 20:38:44 **kwargs
> > > 20:38:44 File 
> > > "/usr/share/ovirttestenv/test_scenarios/bootstrap.py", line
> > > 278, in import_templates
> > > 20:38:44 name=CLUSTER_NAME,
> > > 20:38:44 File
> > > "/usr/lib/python2.7/site
> > > -packages/ovirtsdk/infrastructure/brokers.py",
> > > line 18676, in register
> > > 20:38:44 headers={"Correlation-Id":correlation_id}
> > > 20:38:44 File
> > > "/usr/lib/python2.7/site
> > > -packages/ovirtsdk/infrastructure/proxy.py", line
> > > 115, in request
> > > 20:38:44 persistent_auth=self.__persistent_auth
> > > 20:38:44 File
> > > "/usr/lib/python2.7/site
> > > -packages/ovirtsdk/infrastructure/connectionspool.py",
> > > line 79, in do_request
> > > 20:38:44 persistent_auth)
> > > 20:38:44 File
> > > "/usr/lib/python2.7/site
> > > -packages/ovirtsdk/infrastructure/connectionspool.py",
> > > line 155, in __do_request
> > > 20:38:44 raise errors.RequestError(response_code, 
> > > response_reason,
> > > response_body)
> > > 20:38:44 RequestError:
> > > 20:38:44 status: 400
> > > 20:38:44 reason: Bad
> > > 20:38:44 detail: Internal Engine Error
> > > 
> > > Patch: https://gerrit.ovirt.org/41862
> > > 
> > > This failure is not related to vdsm and in particular to this 
> > > patch.
> > > 
> > > Nir
> > 
> > --
> > David Caro
> > 
> > Red Hat S.L.
> > Continuous Integration Engineer - EMEA ENG Virtualization R&D
> > 
> > Tel.: +420 532 294 605
> > Email: dc...@redhat.com
> > Web: www.redhat.com
> > RHT Global #: 82-62605
> > 
-- 
Best regards
Tolik Litovsky
RHEV-H Team
Red Hat

Red Hat: trustworthy, transformative technology. Powered by the
community.
Connect at redhat.com


20150606093257_ODP:_patch__https:__gerrit.ovirt.org___c_40345_
Description: application/mbox
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: Another unrelated test failure

2015-06-06 Thread Eyal Edri


- Original Message -
> From: "Tolik Litovsky" 
> To: dcaro...@redhat.com, nsof...@redhat.com
> Cc: infra@ovirt.org, ee...@redhat.com, dkuzn...@redhat.com
> Sent: Saturday, June 6, 2015 3:16:08 AM
> Subject: RE: Another unrelated test failure
> 
> Actually this failure is VDSM related. Just not your patch.
> It fails for two days already.

Tolik, is this job in production?
if its still in testing, please rename it accordingly (suffix _testing),
and disable emails for developers until it's stable.

if it is in production then the owner of the job should alert the author of the 
patch
that broke the job 2 days ago, and require an immediate fix or a revert of the 
patch.

thanks,

e.
> 
> 
> Tolik.
> 
> 
> 
>  Original message 
> From: David Caro 
> Date: 06/06/2015 1:47 AM (GMT+02:00)
> To: Nir Soffer 
> Cc: infra ,Eyal Edri
> ,tlito...@redhat.com,dkuzn...@redhat.com
> Subject: Re: Another unrelated test failure
> 
> 
> 
> That job is in testing and it's not ready, tolik, dima and barak are the ones
> handling that effort.
> 
> On 06/05, Nir Soffer wrote:
> > Hi infra,
> > 
> > Please look at this unrelated test failure:
> > http://jenkins.ovirt.org/job/vdsm_container_master_system-tests-el7-x86_64_merged/28/console
> > 
> > 20:38:44 ERROR
> > 20:38:44
> > 20:38:44
> > ==
> > 20:38:44 ERROR: import_templates
> > 20:38:44
> > --
> > 20:38:44 Traceback (most recent call last):
> > 20:38:44 File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in
> > runTest
> > 20:38:44 self.test(*self.arg)
> > 20:38:44 File "/usr/lib/python2.7/site-packages/ovirttestenv/testlib.py",
> > line 106, in wrapped_test
> > 20:38:44 return test()
> > 20:38:44 File "/usr/lib/python2.7/site-packages/ovirttestenv/testlib.py",
> > line 48, in wrapper
> > 20:38:44 return func(get_test_prefix(), *args, **kwargs)
> > 20:38:44 File "/usr/lib/python2.7/site-packages/ovirttestenv/testlib.py",
> > line 59, in wrapper
> > 20:38:44 **kwargs
> > 20:38:44 File "/usr/share/ovirttestenv/test_scenarios/bootstrap.py", line
> > 278, in import_templates
> > 20:38:44 name=CLUSTER_NAME,
> > 20:38:44 File
> > "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/brokers.py",
> > line 18676, in register
> > 20:38:44 headers={"Correlation-Id":correlation_id}
> > 20:38:44 File
> > "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py", line
> > 115, in request
> > 20:38:44 persistent_auth=self.__persistent_auth
> > 20:38:44 File
> > "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/connectionspool.py",
> > line 79, in do_request
> > 20:38:44 persistent_auth)
> > 20:38:44 File
> > "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/connectionspool.py",
> > line 155, in __do_request
> > 20:38:44 raise errors.RequestError(response_code, response_reason,
> > response_body)
> > 20:38:44 RequestError:
> > 20:38:44 status: 400
> > 20:38:44 reason: Bad
> > 20:38:44 detail: Internal Engine Error
> > 
> > Patch: https://gerrit.ovirt.org/41862
> > 
> > This failure is not related to vdsm and in particular to this patch.
> > 
> > Nir
> 
> --
> David Caro
> 
> Red Hat S.L.
> Continuous Integration Engineer - EMEA ENG Virtualization R&D
> 
> Tel.: +420 532 294 605
> Email: dc...@redhat.com
> Web: www.redhat.com
> RHT Global #: 82-62605
> 
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


RE: Another unrelated test failure

2015-06-05 Thread Tolik Litovsky
Actually this failure is VDSM related.  Just not your patch.It fails for two days already.Tolik. Original message From: David Caro  Date: 06/06/2015  1:47 AM  (GMT+02:00) To: Nir Soffer  Cc: infra ,Eyal Edri ,tlito...@redhat.com,dkuzn...@redhat.com Subject: Re: Another unrelated test failure  That job is in testing and it's not ready, tolik, dima and barak are the oneshandling that effort.On 06/05, Nir Soffer wrote:> Hi infra,> > Please look at this unrelated test failure:> http://jenkins.ovirt.org/job/vdsm_container_master_system-tests-el7-x86_64_merged/28/console> > 20:38:44 ERROR> 20:38:44 > 20:38:44 ==> 20:38:44 ERROR: import_templates> 20:38:44 --> 20:38:44 Traceback (most recent call last):> 20:38:44   File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest> 20:38:44 self.test(*self.arg)> 20:38:44   File "/usr/lib/python2.7/site-packages/ovirttestenv/testlib.py", line 106, in wrapped_test> 20:38:44 return test()> 20:38:44   File "/usr/lib/python2.7/site-packages/ovirttestenv/testlib.py", line 48, in wrapper> 20:38:44 return func(get_test_prefix(), *args, **kwargs)> 20:38:44   File "/usr/lib/python2.7/site-packages/ovirttestenv/testlib.py", line 59, in wrapper> 20:38:44 **kwargs> 20:38:44   File "/usr/share/ovirttestenv/test_scenarios/bootstrap.py", line 278, in import_templates> 20:38:44 name=CLUSTER_NAME,> 20:38:44   File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/brokers.py", line 18676, in register> 20:38:44 headers={"Correlation-Id":correlation_id}> 20:38:44   File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py", line 115, in request> 20:38:44 persistent_auth=self.__persistent_auth> 20:38:44   File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/connectionspool.py", line 79, in do_request> 20:38:44 persistent_auth)> 20:38:44   File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/connectionspool.py", line 155, in __do_request> 20:38:44 raise errors.RequestError(response_code, response_reason, response_body)> 20:38:44 RequestError: > 20:38:44 status: 400> 20:38:44 reason: Bad> 20:38:44 detail: Internal Engine Error> > Patch: https://gerrit.ovirt.org/41862> > This failure is not related to vdsm and in particular to this patch.> > Nir-- David CaroRed Hat S.L.Continuous Integration Engineer - EMEA ENG Virtualization R&DTel.: +420 532 294 605Email: dc...@redhat.comWeb: www.redhat.comRHT Global #: 82-62605


smime.p7s
Description: S/MIME Cryptographic Signature
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: Another unrelated test failure

2015-06-05 Thread David Caro

That job is in testing and it's not ready, tolik, dima and barak are the ones
handling that effort.

On 06/05, Nir Soffer wrote:
> Hi infra,
> 
> Please look at this unrelated test failure:
> http://jenkins.ovirt.org/job/vdsm_container_master_system-tests-el7-x86_64_merged/28/console
> 
> 20:38:44 ERROR
> 20:38:44 
> 20:38:44 
> ==
> 20:38:44 ERROR: import_templates
> 20:38:44 
> --
> 20:38:44 Traceback (most recent call last):
> 20:38:44   File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in 
> runTest
> 20:38:44 self.test(*self.arg)
> 20:38:44   File "/usr/lib/python2.7/site-packages/ovirttestenv/testlib.py", 
> line 106, in wrapped_test
> 20:38:44 return test()
> 20:38:44   File "/usr/lib/python2.7/site-packages/ovirttestenv/testlib.py", 
> line 48, in wrapper
> 20:38:44 return func(get_test_prefix(), *args, **kwargs)
> 20:38:44   File "/usr/lib/python2.7/site-packages/ovirttestenv/testlib.py", 
> line 59, in wrapper
> 20:38:44 **kwargs
> 20:38:44   File "/usr/share/ovirttestenv/test_scenarios/bootstrap.py", line 
> 278, in import_templates
> 20:38:44 name=CLUSTER_NAME,
> 20:38:44   File 
> "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/brokers.py", line 
> 18676, in register
> 20:38:44 headers={"Correlation-Id":correlation_id}
> 20:38:44   File 
> "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py", line 
> 115, in request
> 20:38:44 persistent_auth=self.__persistent_auth
> 20:38:44   File 
> "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/connectionspool.py",
>  line 79, in do_request
> 20:38:44 persistent_auth)
> 20:38:44   File 
> "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/connectionspool.py",
>  line 155, in __do_request
> 20:38:44 raise errors.RequestError(response_code, response_reason, 
> response_body)
> 20:38:44 RequestError: 
> 20:38:44 status: 400
> 20:38:44 reason: Bad
> 20:38:44 detail: Internal Engine Error
> 
> Patch: https://gerrit.ovirt.org/41862
> 
> This failure is not related to vdsm and in particular to this patch.
> 
> Nir

-- 
David Caro

Red Hat S.L.
Continuous Integration Engineer - EMEA ENG Virtualization R&D

Tel.: +420 532 294 605
Email: dc...@redhat.com
Web: www.redhat.com
RHT Global #: 82-62605


pgpSnaDRzyaqO.pgp
Description: PGP signature
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra