Re: [openstack-dev] [Neutron][Testr] Brand new checkout of Neutron... getting insane unit test run results

2014-03-04 Thread Collins, Sean
On Mon, Jan 13, 2014 at 05:16:16PM EST, Mark McClain wrote: > I’d rather us explicitly skip the tests if the module is not available. > > mark Just wanted to close the loop on this - thanks to Darragh O'Reilly, who submitted https://review.openstack.org/#/c/66609/, which removes the Pyudev depend

Re: [openstack-dev] [Neutron][Testr] Brand new checkout of Neutron... getting insane unit test run results

2014-01-13 Thread Jay Pipes
On Mon, 2014-01-13 at 22:16 +, Mark McClain wrote: > I’d rather us explicitly skip the tests if the module is not available. I think the danger with that is that you'll have developers running a bunch of tests, getting skipped results (not failures), and thinking that everything is hunky-dory

Re: [openstack-dev] [Neutron][Testr] Brand new checkout of Neutron... getting insane unit test run results

2014-01-13 Thread Mark McClain
I’d rather us explicitly skip the tests if the module is not available. mark On Jan 13, 2014, at 3:39 PM, Collins, Sean wrote: > On Wed, Jan 01, 2014 at 07:56:22PM -0800, Clark Boylan wrote: >> It looks like the problem is that there is a dependency on pyudev >> which only works properly on Li

Re: [openstack-dev] [Neutron][Testr] Brand new checkout of Neutron... getting insane unit test run results

2014-01-13 Thread Collins, Sean
On Wed, Jan 01, 2014 at 07:56:22PM -0800, Clark Boylan wrote: > It looks like the problem is that there is a dependency on pyudev > which only works properly on Linux. The neutron setup_hook does > properly install pyudev on Linux (explains why the tests run in the > gate), but would not work prope

Re: [openstack-dev] [Neutron][Testr] Brand new checkout of Neutron... getting insane unit test run results

2014-01-02 Thread Clark Boylan
On Thu, Jan 2, 2014 at 9:50 AM, Armando M. wrote: > To be fair, neutron cores turned down reviews [1][2][3] for fear that > the patch would break Hyper-V support for Neutron. > > Whether it's been hinted (erroneously) that this was a packaging issue > is irrelevant for the sake of this discussion,

Re: [openstack-dev] [Neutron][Testr] Brand new checkout of Neutron... getting insane unit test run results

2014-01-02 Thread Jay Pipes
On 01/02/2014 12:50 PM, Armando M. wrote: To be fair, neutron cores turned down reviews [1][2][3] for fear that the patch would break Hyper-V support for Neutron. Whether it's been hinted (erroneously) that this was a packaging issue is irrelevant for the sake of this discussion, and I suggested

Re: [openstack-dev] [Neutron][Testr] Brand new checkout of Neutron... getting insane unit test run results

2014-01-02 Thread Armando M.
To be fair, neutron cores turned down reviews [1][2][3] for fear that the patch would break Hyper-V support for Neutron. Whether it's been hinted (erroneously) that this was a packaging issue is irrelevant for the sake of this discussion, and I suggested (when I turned down review [3]) if we could

Re: [openstack-dev] [Neutron][Testr] Brand new checkout of Neutron... getting insane unit test run results

2014-01-02 Thread Jay Pipes
On 01/01/2014 10:56 PM, Clark Boylan wrote: On Wed, Jan 1, 2014 at 7:33 PM, 黎林果 wrote: I have met this problem too.The units can't be run. The end info as: Ran 0 tests in 0.673s OK cp: cannot stat `.testrepository/-1': No such file or directory 2013/12/28 Jay Pipes : On 12/27/2013 11:11 PM,

Re: [openstack-dev] [Neutron][Testr] Brand new checkout of Neutron... getting insane unit test run results

2014-01-02 Thread Collins, Sean
> It looks like the problem is that there is a dependency on pyudev > which only works properly on Linux. The neutron setup_hook does > properly install pyudev on Linux (explains why the tests run in the > gate), but would not work properly on windows or OS X. I assume folks > are trying to run the

Re: [openstack-dev] [Neutron][Testr] Brand new checkout of Neutron... getting insane unit test run results

2014-01-01 Thread Clark Boylan
On Wed, Jan 1, 2014 at 7:33 PM, 黎林果 wrote: > I have met this problem too.The units can't be run. > The end info as: > > Ran 0 tests in 0.673s > > OK > cp: cannot stat `.testrepository/-1': No such file or directory > > 2013/12/28 Jay Pipes : >> On 12/27/2013 11:11 PM, Robert Collins wrote: >>> >>>

Re: [openstack-dev] [Neutron][Testr] Brand new checkout of Neutron... getting insane unit test run results

2014-01-01 Thread 黎林果
I have met this problem too.The units can't be run. The end info as: Ran 0 tests in 0.673s OK cp: cannot stat `.testrepository/-1': No such file or directory 2013/12/28 Jay Pipes : > On 12/27/2013 11:11 PM, Robert Collins wrote: >> >> I'm really sorry about the horrid UI - we're in the middle of

Re: [openstack-dev] [Neutron][Testr] Brand new checkout of Neutron... getting insane unit test run results

2013-12-28 Thread Jay Pipes
On 12/27/2013 11:11 PM, Robert Collins wrote: I'm really sorry about the horrid UI - we're in the middle of fixing the plumbing to report this and support things like tempest better - from the bottom up. The subunit listing -> testr reporting of listing errors is fixed on the subunit side, but no

Re: [openstack-dev] [Neutron][Testr] Brand new checkout of Neutron... getting insane unit test run results

2013-12-27 Thread Collins, Sean
+1 for this - I've been seeing this error as well, when running tox -e py27 from fresh clones - I've been using tox -e py26 as a workaround. -- Sean M. Collins ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/c

Re: [openstack-dev] [Neutron][Testr] Brand new checkout of Neutron... getting insane unit test run results

2013-12-27 Thread Robert Collins
I'm really sorry about the horrid UI - we're in the middle of fixing the plumbing to report this and support things like tempest better - from the bottom up. The subunit listing -> testr reporting of listing errors is fixed on the subunit side, but not on the the testr side yet. If you look at the

[openstack-dev] [Neutron][Testr] Brand new checkout of Neutron... getting insane unit test run results

2013-12-27 Thread Jay Pipes
Please see: http://paste.openstack.org/show/57627/ This is on a brand new git clone of neutron and then running ./run_tests.sh -V (FWIW, the same behavior occurs when running with tox -epy27 as well...) I have zero idea what to do...any help would be appreciated! It's almost like the subuni