Re: [ovirt-devel] [VDSM] Tests failing because of ordering dependencies

2016-10-13 Thread Nir Soffer
For short lists using sorted output will make the code easier to debug and test. בתאריך 13 באוק׳ 2016 11:03 לפנה״צ,‏ "Francesco Romani" כתב: > - Original Message - > > From: "Nir Soffer" > > To: "devel" , "Adam Litke"

Re: [ovirt-devel] [VDSM] Tests failing because of ordering dependencies

2016-10-13 Thread Francesco Romani
- Original Message - > From: "Nir Soffer" > To: "devel" , "Adam Litke" , "Dan > Kenigsberg" , "Francesco > Romani" , "Piotr Kliczewski" , > "Martin Sivak"

Re: [ovirt-devel] [VDSM] Tests failing because of ordering dependencies

2016-10-12 Thread Dan Kenigsberg
On Wed, Oct 12, 2016 at 09:16:08PM +0300, Nir Soffer wrote: > If you want to reproduce the errors, try this patch: > https://gerrit.ovirt.org/65404 > > On Wed, Oct 12, 2016 at 9:14 PM, Nir Soffer wrote: > > Hi all, > > > > Trying to run vdsm tests via tox (so correct nose is

Re: [ovirt-devel] [VDSM] Tests failing because of ordering dependencies

2016-10-12 Thread Nir Soffer
On Wed, Oct 12, 2016 at 9:14 PM, Nir Soffer wrote: > Trying to run vdsm tests via tox (so correct nose is used automatically), > some of the tests fail. > > The failure are all about ordering expectations, which look wrong. tox -e tests tests create: /vdsm/.tox/tests tests

Re: [ovirt-devel] [VDSM] Tests failing because of ordering dependencies

2016-10-12 Thread Nir Soffer
On Wed, Oct 12, 2016 at 9:14 PM, Nir Soffer wrote: > 18:04:10 self.assertEquals(status.keys(), ['bricks', 'name']) > > status.keys() order is not undefined. *is* undefined (I was interrupted by a child while writing this) ___

Re: [ovirt-devel] [VDSM] Tests failing because of ordering dependencies

2016-10-12 Thread Nir Soffer
If you want to reproduce the errors, try this patch: https://gerrit.ovirt.org/65404 On Wed, Oct 12, 2016 at 9:14 PM, Nir Soffer wrote: > Hi all, > > Trying to run vdsm tests via tox (so correct nose is used automatically), > some of the tests fail. > > The failure are all