Re: [openstack-dev] [Quantum] Cannot run complete set of unit tests

2013-06-18 Thread Monty Taylor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/18/2013 01:19 PM, Roman Bogorodskiy wrote: > Robert Collins wrote: > >> On 19 June 2013 03:56, Clark Boylan >> wrote: >> >>> I finally got around to looking into this today. I ran `tox >>> -epy27` locally a couple times and noticed that test

Re: [openstack-dev] [Quantum] Cannot run complete set of unit tests

2013-06-18 Thread Roman Bogorodskiy
Robert Collins wrote: > On 19 June 2013 03:56, Clark Boylan wrote: > > > I finally got around to looking into this today. I ran `tox -epy27` > > locally a couple times and noticed that test numbers did vary (but not > > as wildly as reported earlier). My next step was to source the tox > > py2

Re: [openstack-dev] [Quantum] Cannot run complete set of unit tests

2013-06-18 Thread Robert Collins
On 19 June 2013 03:56, Clark Boylan wrote: > I finally got around to looking into this today. I ran `tox -epy27` > locally a couple times and noticed that test numbers did vary (but not > as wildly as reported earlier). My next step was to source the tox > py27 virtualenv then to `testr list-test

Re: [openstack-dev] [Quantum] Cannot run complete set of unit tests

2013-06-18 Thread Clark Boylan
On Tue, Jun 18, 2013 at 4:26 AM, Alexander Gorodnev wrote: > Hi, > > I have the same problem with Quantum test. I don't even know what it depends > on, but I get the different result every time I run unittests using "tox > -epy27". > My latest result is: > > Ran 4548 (-721) tests in 205.026s (-63.

Re: [openstack-dev] [Quantum] Cannot run complete set of unit tests

2013-06-18 Thread Alexander Gorodnev
Hi, I have the same problem with Quantum test. I don't even know what it depends on, but I get the different result every time I run unittests using "tox -epy27". My latest result is: Ran 4548 (-721) tests in 205.026s (-63.932s) PASSED (id=8, skips=201) As you can see amount of test decreased, b

[openstack-dev] [Quantum] Cannot run complete set of unit tests

2013-06-17 Thread Roman Bogorodskiy
Hi, On a fresh checkout of quantum with new venv I have tox missing lots of tests (exact command is 'tox -epy27'). It reports: Ran 2368 tests in 470.017s (+2.755s) PASSED (id=10, skips=131) py27: commands succeeded congratulations :) I noticed that there should be 5000+ tests