Re: [openstack-dev] [Mistral] Error on running tox

2014-03-13 Thread Renat Akhmerov
Ok, awesome. Btw, when I was writing tests for Data Flow I didn’t make assumptions about order of tasks. You can take a look at how it’s achieved. Renat Akhmerov @ Mirantis Inc. On 13 Mar 2014, at 02:04, Manas Kelshikar wrote: > Works ok if I directly run nosetests from the virtual environme

Re: [openstack-dev] [Mistral] Error on running tox

2014-03-12 Thread Manas Kelshikar
Works ok if I directly run nosetests from the virtual environment or even in the IDE. I see this error only when I run tox. In anycase after looking at the specific testcases I can tell that the test makes some ordering assumptions which may not be required. I will send out a patch soon and we can

Re: [openstack-dev] [Mistral] Error on running tox

2014-03-12 Thread Manas Kelshikar
I pasted only for python 2.6 but exact same errors with 2.7. Also, I posted this question after I nuked my entire dev folder so this was being run on a new environment. /Manas On Wed, Mar 12, 2014 at 4:44 AM, Renat Akhmerov wrote: > I would just try to recreate virtual environments. We haven't

Re: [openstack-dev] [Mistral] Error on running tox

2014-03-12 Thread Renat Akhmerov
I would just try to recreate virtual environments. We haven’t been able to reproduce this problem so far. Renat Akhmerov @ Mirantis Inc. On 12 Mar 2014, at 16:32, Nikolay Makhotkin wrote: > maybe something wrong with python2.6? > > .tox/py26/lib/python2.6/site-packages/mock.py", line 1201,

Re: [openstack-dev] [Mistral] Error on running tox

2014-03-12 Thread Nikolay Makhotkin
maybe something wrong with python2.6? .tox/py26/lib/python2.6/site-packages/mock.py", line 1201, in patched what if you try it on py27? On Wed, Mar 12, 2014 at 10:08 AM, Renat Akhmerov wrote: > Ok. I might be related with oslo.messaging change that we merged in > yesterday but I don't see at

Re: [openstack-dev] [Mistral] Error on running tox

2014-03-11 Thread Renat Akhmerov
Ok. I might be related with oslo.messaging change that we merged in yesterday but I don’t see at this point how exactly. Renat Akhmerov @ Mirantis Inc. On 12 Mar 2014, at 12:38, Manas Kelshikar wrote: > Yes it is 100% reproducible. > > Was hoping it was environmental i.e. missing some depen

Re: [openstack-dev] [Mistral] Error on running tox

2014-03-11 Thread Manas Kelshikar
Yes it is 100% reproducible. Was hoping it was environmental i.e. missing some dependency etc. but since that does not seem to be the case I shall debug locally and report back. Thanks! On Tue, Mar 11, 2014 at 9:54 PM, Renat Akhmerov wrote: > Hm.. Interesting. CI wasn't able to reveal this for

Re: [openstack-dev] [Mistral] Error on running tox

2014-03-11 Thread Renat Akhmerov
Hm.. Interesting. CI wasn’t able to reveal this for some reason. My first guess is that there’s a race condition somewhere. Did you try to debug it? And is this error 100% repeatable? Renat Akhmerov @ Mirantis Inc. On 12 Mar 2014, at 11:18, Manas Kelshikar wrote: > I see this error when I r

[openstack-dev] [Mistral] Error on running tox

2014-03-11 Thread Manas Kelshikar
I see this error when I run tox. I pulled down a latest copy of master and tried to setup the environment. Any ideas? See http://paste.openstack.org/show/73213/ for details. Any help is appreciated. Thanks, Manas ___ OpenStack-dev mailing list OpenSta