Re: [CQ]: 88046, 11 (ovirt-hosted-engine-setup) failed "ovirt-master" system tests

2018-03-02 Thread Dafna Ron
its not failing any more. this was a one time failure that happens every
once in a while when the network is loaded.



On Thu, Mar 1, 2018 at 9:17 AM, Eyal Edri  wrote:

>
>
> On Tue, Feb 27, 2018 at 2:31 PM, Dafna Ron  wrote:
>
>> I left the test so that I can understand why this happens :) I suspected
>> it was latency but wanted to see if indeed it is.
>> the failure is a storage behaviour and they do not have a way to query
>> tasks statuses before re-trying the same action.
>> I can disable the test until the bug is fixed, however, I am not sure if
>> that would happen and the question is if the test provides more benefits
>> running and failing in case there is latency (which can actually help debug
>> other issues) or is the noise of this failing every month or so is worse?
>>
>
> Let's monitor it next week and if it continues to fail, we'll disable it.
> But in any case, we need to make sure that the bug is prioritized and
> targeted for a fix during the next oVirt milestone.
>
>
>>
>>
>>
>> On Tue, Feb 27, 2018 at 12:13 PM, Eyal Edri  wrote:
>>
>>>
>>>
>>> On Tue, Feb 27, 2018 at 2:08 PM, Dafna Ron  wrote:
>>>
 this happens randomly when there is a delay of some sorts in the OST
 run.

>>>
>>> We have to understand why it happens and if we can't, the test should be
>>> disabled, we can't allow known issues to be failing every once in a while.
>>> If there is an effort to debug it and understand root cause then it
>>> might be worth to let it fail a few more times, otherwise I suggest to see
>>> how we can disable it until the bug will be fixed.
>>>
>>>
 I did not skip since its not failing often.


 On Tue, Feb 27, 2018 at 11:40 AM, Eyal Edri  wrote:

>
>
> On Tue, Feb 27, 2018 at 1:32 PM, Dafna Ron  wrote:
>
>> it is a bug in the test suite which is reported on OST bugzilla.
>>
>
>
> Is it possible to disable the test until we get a fix for it?
>
>
>>
>>
>>
>> On Tue, Feb 27, 2018 at 10:52 AM, Sandro Bonazzola <
>> sbona...@redhat.com> wrote:
>>
>>>
>>>
>>> 2018-02-26 13:39 GMT+01:00 oVirt Jenkins :
>>>
 Change 88046,11 (ovirt-hosted-engine-setup) is probably the reason
 behind
 recent system test failures in the "ovirt-master" change queue and
 needs to be
 fixed.

>>>
>>> I don't think so. Failure is:
>>>
>>> Error: Fault reason is "Operation Failed". Fault detail is "[Cannot 
>>> deactivate Storage while there are running tasks on this Storage.
>>> -Please wait until tasks will finish and try again.]". HTTP response 
>>> code is 409.
>>>
>>>
>>> in 007_sd_reattach.deactivate_storage_domain (from nosetests)
>>>
>>> and sounds like a bug in the test suite not waiting for running task
>>> completion before deactivating the storage.
>>>
>>>
>>>

 This change had been removed from the testing queue. Artifacts
 build from this
 change will not be released until it is fixed.

 For further details about the change see:
 https://gerrit.ovirt.org/#/c/88046/11

 For failed test results see:
 http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/5866/
 ___
 Infra mailing list
 Infra@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/infra

>>>
>>>
>>>
>>> --
>>>
>>> SANDRO BONAZZOLA
>>>
>>> ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R
>>>
>>> Red Hat EMEA 
>>> 
>>> TRIED. TESTED. TRUSTED. 
>>>
>>>
>>> ___
>>> Infra mailing list
>>> Infra@ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/infra
>>>
>>>
>>
>> ___
>> Infra mailing list
>> Infra@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/infra
>>
>>
>
>
> --
>
> Eyal edri
>
>
> MANAGER
>
> RHV DevOps
>
> EMEA VIRTUALIZATION R
>
>
> Red Hat EMEA 
>  TRIED. TESTED. TRUSTED.
> 
> phone: +972-9-7692018 <+972%209-769-2018>
> irc: eedri (on #tlv #rhev-dev #rhev-integ)
>


>>>
>>>
>>> --
>>>
>>> Eyal edri
>>>
>>>
>>> MANAGER
>>>
>>> RHV DevOps
>>>
>>> EMEA VIRTUALIZATION R
>>>
>>>
>>> Red Hat EMEA 
>>>  TRIED. TESTED. TRUSTED.
>>> 
>>> phone: +972-9-7692018 <+972%209-769-2018>
>>> irc: eedri (on #tlv #rhev-dev #rhev-integ)

Re: [CQ]: 88046, 11 (ovirt-hosted-engine-setup) failed "ovirt-master" system tests

2018-03-01 Thread Eyal Edri
On Tue, Feb 27, 2018 at 2:31 PM, Dafna Ron  wrote:

> I left the test so that I can understand why this happens :) I suspected
> it was latency but wanted to see if indeed it is.
> the failure is a storage behaviour and they do not have a way to query
> tasks statuses before re-trying the same action.
> I can disable the test until the bug is fixed, however, I am not sure if
> that would happen and the question is if the test provides more benefits
> running and failing in case there is latency (which can actually help debug
> other issues) or is the noise of this failing every month or so is worse?
>

Let's monitor it next week and if it continues to fail, we'll disable it.
But in any case, we need to make sure that the bug is prioritized and
targeted for a fix during the next oVirt milestone.


>
>
>
> On Tue, Feb 27, 2018 at 12:13 PM, Eyal Edri  wrote:
>
>>
>>
>> On Tue, Feb 27, 2018 at 2:08 PM, Dafna Ron  wrote:
>>
>>> this happens randomly when there is a delay of some sorts in the OST
>>> run.
>>>
>>
>> We have to understand why it happens and if we can't, the test should be
>> disabled, we can't allow known issues to be failing every once in a while.
>> If there is an effort to debug it and understand root cause then it might
>> be worth to let it fail a few more times, otherwise I suggest to see how we
>> can disable it until the bug will be fixed.
>>
>>
>>> I did not skip since its not failing often.
>>>
>>>
>>> On Tue, Feb 27, 2018 at 11:40 AM, Eyal Edri  wrote:
>>>


 On Tue, Feb 27, 2018 at 1:32 PM, Dafna Ron  wrote:

> it is a bug in the test suite which is reported on OST bugzilla.
>


 Is it possible to disable the test until we get a fix for it?


>
>
>
> On Tue, Feb 27, 2018 at 10:52 AM, Sandro Bonazzola <
> sbona...@redhat.com> wrote:
>
>>
>>
>> 2018-02-26 13:39 GMT+01:00 oVirt Jenkins :
>>
>>> Change 88046,11 (ovirt-hosted-engine-setup) is probably the reason
>>> behind
>>> recent system test failures in the "ovirt-master" change queue and
>>> needs to be
>>> fixed.
>>>
>>
>> I don't think so. Failure is:
>>
>> Error: Fault reason is "Operation Failed". Fault detail is "[Cannot 
>> deactivate Storage while there are running tasks on this Storage.
>> -Please wait until tasks will finish and try again.]". HTTP response 
>> code is 409.
>>
>>
>> in 007_sd_reattach.deactivate_storage_domain (from nosetests)
>>
>> and sounds like a bug in the test suite not waiting for running task
>> completion before deactivating the storage.
>>
>>
>>
>>>
>>> This change had been removed from the testing queue. Artifacts build
>>> from this
>>> change will not be released until it is fixed.
>>>
>>> For further details about the change see:
>>> https://gerrit.ovirt.org/#/c/88046/11
>>>
>>> For failed test results see:
>>> http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/5866/
>>> ___
>>> Infra mailing list
>>> Infra@ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/infra
>>>
>>
>>
>>
>> --
>>
>> SANDRO BONAZZOLA
>>
>> ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R
>>
>> Red Hat EMEA 
>> 
>> TRIED. TESTED. TRUSTED. 
>>
>>
>> ___
>> Infra mailing list
>> Infra@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/infra
>>
>>
>
> ___
> Infra mailing list
> Infra@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
>
>


 --

 Eyal edri


 MANAGER

 RHV DevOps

 EMEA VIRTUALIZATION R


 Red Hat EMEA 
  TRIED. TESTED. TRUSTED.
 
 phone: +972-9-7692018 <+972%209-769-2018>
 irc: eedri (on #tlv #rhev-dev #rhev-integ)

>>>
>>>
>>
>>
>> --
>>
>> Eyal edri
>>
>>
>> MANAGER
>>
>> RHV DevOps
>>
>> EMEA VIRTUALIZATION R
>>
>>
>> Red Hat EMEA 
>>  TRIED. TESTED. TRUSTED. 
>> phone: +972-9-7692018 <+972%209-769-2018>
>> irc: eedri (on #tlv #rhev-dev #rhev-integ)
>>
>
>


-- 

Eyal edri


MANAGER

RHV DevOps

EMEA VIRTUALIZATION R


Red Hat EMEA 
 TRIED. TESTED. TRUSTED. 
phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)
___
Infra mailing list
Infra@ovirt.org

Re: [CQ]: 88046, 11 (ovirt-hosted-engine-setup) failed "ovirt-master" system tests

2018-02-27 Thread Dafna Ron
I left the test so that I can understand why this happens :) I suspected it
was latency but wanted to see if indeed it is.
the failure is a storage behaviour and they do not have a way to query
tasks statuses before re-trying the same action.
I can disable the test until the bug is fixed, however, I am not sure if
that would happen and the question is if the test provides more benefits
running and failing in case there is latency (which can actually help debug
other issues) or is the noise of this failing every month or so is worse?



On Tue, Feb 27, 2018 at 12:13 PM, Eyal Edri  wrote:

>
>
> On Tue, Feb 27, 2018 at 2:08 PM, Dafna Ron  wrote:
>
>> this happens randomly when there is a delay of some sorts in the OST run.
>>
>
> We have to understand why it happens and if we can't, the test should be
> disabled, we can't allow known issues to be failing every once in a while.
> If there is an effort to debug it and understand root cause then it might
> be worth to let it fail a few more times, otherwise I suggest to see how we
> can disable it until the bug will be fixed.
>
>
>> I did not skip since its not failing often.
>>
>>
>> On Tue, Feb 27, 2018 at 11:40 AM, Eyal Edri  wrote:
>>
>>>
>>>
>>> On Tue, Feb 27, 2018 at 1:32 PM, Dafna Ron  wrote:
>>>
 it is a bug in the test suite which is reported on OST bugzilla.

>>>
>>>
>>> Is it possible to disable the test until we get a fix for it?
>>>
>>>



 On Tue, Feb 27, 2018 at 10:52 AM, Sandro Bonazzola  wrote:

>
>
> 2018-02-26 13:39 GMT+01:00 oVirt Jenkins :
>
>> Change 88046,11 (ovirt-hosted-engine-setup) is probably the reason
>> behind
>> recent system test failures in the "ovirt-master" change queue and
>> needs to be
>> fixed.
>>
>
> I don't think so. Failure is:
>
> Error: Fault reason is "Operation Failed". Fault detail is "[Cannot 
> deactivate Storage while there are running tasks on this Storage.
> -Please wait until tasks will finish and try again.]". HTTP response code 
> is 409.
>
>
> in 007_sd_reattach.deactivate_storage_domain (from nosetests)
>
> and sounds like a bug in the test suite not waiting for running task
> completion before deactivating the storage.
>
>
>
>>
>> This change had been removed from the testing queue. Artifacts build
>> from this
>> change will not be released until it is fixed.
>>
>> For further details about the change see:
>> https://gerrit.ovirt.org/#/c/88046/11
>>
>> For failed test results see:
>> http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/5866/
>> ___
>> Infra mailing list
>> Infra@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/infra
>>
>
>
>
> --
>
> SANDRO BONAZZOLA
>
> ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R
>
> Red Hat EMEA 
> 
> TRIED. TESTED. TRUSTED. 
>
>
> ___
> Infra mailing list
> Infra@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
>
>

 ___
 Infra mailing list
 Infra@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/infra


>>>
>>>
>>> --
>>>
>>> Eyal edri
>>>
>>>
>>> MANAGER
>>>
>>> RHV DevOps
>>>
>>> EMEA VIRTUALIZATION R
>>>
>>>
>>> Red Hat EMEA 
>>>  TRIED. TESTED. TRUSTED.
>>> 
>>> phone: +972-9-7692018 <+972%209-769-2018>
>>> irc: eedri (on #tlv #rhev-dev #rhev-integ)
>>>
>>
>>
>
>
> --
>
> Eyal edri
>
>
> MANAGER
>
> RHV DevOps
>
> EMEA VIRTUALIZATION R
>
>
> Red Hat EMEA 
>  TRIED. TESTED. TRUSTED. 
> phone: +972-9-7692018 <+972%209-769-2018>
> irc: eedri (on #tlv #rhev-dev #rhev-integ)
>
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: [CQ]: 88046, 11 (ovirt-hosted-engine-setup) failed "ovirt-master" system tests

2018-02-27 Thread Eyal Edri
On Tue, Feb 27, 2018 at 2:08 PM, Dafna Ron  wrote:

> this happens randomly when there is a delay of some sorts in the OST run.
>

We have to understand why it happens and if we can't, the test should be
disabled, we can't allow known issues to be failing every once in a while.
If there is an effort to debug it and understand root cause then it might
be worth to let it fail a few more times, otherwise I suggest to see how we
can disable it until the bug will be fixed.


> I did not skip since its not failing often.
>
>
> On Tue, Feb 27, 2018 at 11:40 AM, Eyal Edri  wrote:
>
>>
>>
>> On Tue, Feb 27, 2018 at 1:32 PM, Dafna Ron  wrote:
>>
>>> it is a bug in the test suite which is reported on OST bugzilla.
>>>
>>
>>
>> Is it possible to disable the test until we get a fix for it?
>>
>>
>>>
>>>
>>>
>>> On Tue, Feb 27, 2018 at 10:52 AM, Sandro Bonazzola 
>>> wrote:
>>>


 2018-02-26 13:39 GMT+01:00 oVirt Jenkins :

> Change 88046,11 (ovirt-hosted-engine-setup) is probably the reason
> behind
> recent system test failures in the "ovirt-master" change queue and
> needs to be
> fixed.
>

 I don't think so. Failure is:

 Error: Fault reason is "Operation Failed". Fault detail is "[Cannot 
 deactivate Storage while there are running tasks on this Storage.
 -Please wait until tasks will finish and try again.]". HTTP response code 
 is 409.


 in 007_sd_reattach.deactivate_storage_domain (from nosetests)

 and sounds like a bug in the test suite not waiting for running task
 completion before deactivating the storage.



>
> This change had been removed from the testing queue. Artifacts build
> from this
> change will not be released until it is fixed.
>
> For further details about the change see:
> https://gerrit.ovirt.org/#/c/88046/11
>
> For failed test results see:
> http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/5866/
> ___
> Infra mailing list
> Infra@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
>



 --

 SANDRO BONAZZOLA

 ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R

 Red Hat EMEA 
 
 TRIED. TESTED. TRUSTED. 


 ___
 Infra mailing list
 Infra@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/infra


>>>
>>> ___
>>> Infra mailing list
>>> Infra@ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/infra
>>>
>>>
>>
>>
>> --
>>
>> Eyal edri
>>
>>
>> MANAGER
>>
>> RHV DevOps
>>
>> EMEA VIRTUALIZATION R
>>
>>
>> Red Hat EMEA 
>>  TRIED. TESTED. TRUSTED. 
>> phone: +972-9-7692018 <+972%209-769-2018>
>> irc: eedri (on #tlv #rhev-dev #rhev-integ)
>>
>
>


-- 

Eyal edri


MANAGER

RHV DevOps

EMEA VIRTUALIZATION R


Red Hat EMEA 
 TRIED. TESTED. TRUSTED. 
phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: [CQ]: 88046, 11 (ovirt-hosted-engine-setup) failed "ovirt-master" system tests

2018-02-27 Thread Dafna Ron
this happens randomly when there is a delay of some sorts in the OST run.
I did not skip since its not failing often.


On Tue, Feb 27, 2018 at 11:40 AM, Eyal Edri  wrote:

>
>
> On Tue, Feb 27, 2018 at 1:32 PM, Dafna Ron  wrote:
>
>> it is a bug in the test suite which is reported on OST bugzilla.
>>
>
>
> Is it possible to disable the test until we get a fix for it?
>
>
>>
>>
>>
>> On Tue, Feb 27, 2018 at 10:52 AM, Sandro Bonazzola 
>> wrote:
>>
>>>
>>>
>>> 2018-02-26 13:39 GMT+01:00 oVirt Jenkins :
>>>
 Change 88046,11 (ovirt-hosted-engine-setup) is probably the reason
 behind
 recent system test failures in the "ovirt-master" change queue and
 needs to be
 fixed.

>>>
>>> I don't think so. Failure is:
>>>
>>> Error: Fault reason is "Operation Failed". Fault detail is "[Cannot 
>>> deactivate Storage while there are running tasks on this Storage.
>>> -Please wait until tasks will finish and try again.]". HTTP response code 
>>> is 409.
>>>
>>>
>>> in 007_sd_reattach.deactivate_storage_domain (from nosetests)
>>>
>>> and sounds like a bug in the test suite not waiting for running task
>>> completion before deactivating the storage.
>>>
>>>
>>>

 This change had been removed from the testing queue. Artifacts build
 from this
 change will not be released until it is fixed.

 For further details about the change see:
 https://gerrit.ovirt.org/#/c/88046/11

 For failed test results see:
 http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/5866/
 ___
 Infra mailing list
 Infra@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/infra

>>>
>>>
>>>
>>> --
>>>
>>> SANDRO BONAZZOLA
>>>
>>> ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R
>>>
>>> Red Hat EMEA 
>>> 
>>> TRIED. TESTED. TRUSTED. 
>>>
>>>
>>> ___
>>> Infra mailing list
>>> Infra@ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/infra
>>>
>>>
>>
>> ___
>> Infra mailing list
>> Infra@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/infra
>>
>>
>
>
> --
>
> Eyal edri
>
>
> MANAGER
>
> RHV DevOps
>
> EMEA VIRTUALIZATION R
>
>
> Red Hat EMEA 
>  TRIED. TESTED. TRUSTED. 
> phone: +972-9-7692018 <+972%209-769-2018>
> irc: eedri (on #tlv #rhev-dev #rhev-integ)
>
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: [CQ]: 88046, 11 (ovirt-hosted-engine-setup) failed "ovirt-master" system tests

2018-02-27 Thread Eyal Edri
On Tue, Feb 27, 2018 at 1:32 PM, Dafna Ron  wrote:

> it is a bug in the test suite which is reported on OST bugzilla.
>


Is it possible to disable the test until we get a fix for it?


>
>
>
> On Tue, Feb 27, 2018 at 10:52 AM, Sandro Bonazzola 
> wrote:
>
>>
>>
>> 2018-02-26 13:39 GMT+01:00 oVirt Jenkins :
>>
>>> Change 88046,11 (ovirt-hosted-engine-setup) is probably the reason behind
>>> recent system test failures in the "ovirt-master" change queue and needs
>>> to be
>>> fixed.
>>>
>>
>> I don't think so. Failure is:
>>
>> Error: Fault reason is "Operation Failed". Fault detail is "[Cannot 
>> deactivate Storage while there are running tasks on this Storage.
>> -Please wait until tasks will finish and try again.]". HTTP response code is 
>> 409.
>>
>>
>> in 007_sd_reattach.deactivate_storage_domain (from nosetests)
>>
>> and sounds like a bug in the test suite not waiting for running task
>> completion before deactivating the storage.
>>
>>
>>
>>>
>>> This change had been removed from the testing queue. Artifacts build
>>> from this
>>> change will not be released until it is fixed.
>>>
>>> For further details about the change see:
>>> https://gerrit.ovirt.org/#/c/88046/11
>>>
>>> For failed test results see:
>>> http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/5866/
>>> ___
>>> Infra mailing list
>>> Infra@ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/infra
>>>
>>
>>
>>
>> --
>>
>> SANDRO BONAZZOLA
>>
>> ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R
>>
>> Red Hat EMEA 
>> 
>> TRIED. TESTED. TRUSTED. 
>>
>>
>> ___
>> Infra mailing list
>> Infra@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/infra
>>
>>
>
> ___
> Infra mailing list
> Infra@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
>
>


-- 

Eyal edri


MANAGER

RHV DevOps

EMEA VIRTUALIZATION R


Red Hat EMEA 
 TRIED. TESTED. TRUSTED. 
phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: [CQ]: 88046, 11 (ovirt-hosted-engine-setup) failed "ovirt-master" system tests

2018-02-27 Thread Dafna Ron
it is a bug in the test suite which is reported on OST bugzilla.



On Tue, Feb 27, 2018 at 10:52 AM, Sandro Bonazzola 
wrote:

>
>
> 2018-02-26 13:39 GMT+01:00 oVirt Jenkins :
>
>> Change 88046,11 (ovirt-hosted-engine-setup) is probably the reason behind
>> recent system test failures in the "ovirt-master" change queue and needs
>> to be
>> fixed.
>>
>
> I don't think so. Failure is:
>
> Error: Fault reason is "Operation Failed". Fault detail is "[Cannot 
> deactivate Storage while there are running tasks on this Storage.
> -Please wait until tasks will finish and try again.]". HTTP response code is 
> 409.
>
>
> in 007_sd_reattach.deactivate_storage_domain (from nosetests)
>
> and sounds like a bug in the test suite not waiting for running task
> completion before deactivating the storage.
>
>
>
>>
>> This change had been removed from the testing queue. Artifacts build from
>> this
>> change will not be released until it is fixed.
>>
>> For further details about the change see:
>> https://gerrit.ovirt.org/#/c/88046/11
>>
>> For failed test results see:
>> http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/5866/
>> ___
>> Infra mailing list
>> Infra@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/infra
>>
>
>
>
> --
>
> SANDRO BONAZZOLA
>
> ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R
>
> Red Hat EMEA 
> 
> TRIED. TESTED. TRUSTED. 
>
>
> ___
> Infra mailing list
> Infra@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
>
>
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: [CQ]: 88046, 11 (ovirt-hosted-engine-setup) failed "ovirt-master" system tests

2018-02-27 Thread Sandro Bonazzola
2018-02-26 13:39 GMT+01:00 oVirt Jenkins :

> Change 88046,11 (ovirt-hosted-engine-setup) is probably the reason behind
> recent system test failures in the "ovirt-master" change queue and needs
> to be
> fixed.
>

I don't think so. Failure is:

Error: Fault reason is "Operation Failed". Fault detail is "[Cannot
deactivate Storage while there are running tasks on this Storage.
-Please wait until tasks will finish and try again.]". HTTP response
code is 409.


in 007_sd_reattach.deactivate_storage_domain (from nosetests)

and sounds like a bug in the test suite not waiting for running task
completion before deactivating the storage.



>
> This change had been removed from the testing queue. Artifacts build from
> this
> change will not be released until it is fixed.
>
> For further details about the change see:
> https://gerrit.ovirt.org/#/c/88046/11
>
> For failed test results see:
> http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/5866/
> ___
> Infra mailing list
> Infra@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
>



-- 

SANDRO BONAZZOLA

ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R

Red Hat EMEA 

TRIED. TESTED. TRUSTED. 
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra