On Tue, May 21, 2013 at 7:50 PM, Sandy Walsh <sandy.walsh at rackspace.com> wrote: > I was close to getting my branch landed when a rebase brought the testr > changes in ... https://review.openstack.org/#/c/29047/ > > Now, my tests are failing in an odd way (and they used to pass). > snip > But when I apply the 'raise e' patch as suggested, it shows the > underlying issue as being: > http://paste.openstack.org/show/37563/ > > Which might suggest the migrations aren't being set up correctly? > (odd as the other sqlalchemy tests are passing) > > I'm sort of stumped here ... suggestions? > > -S > > My branch, if you care to try for yourself ... > https://review.openstack.org/#/c/29112/11 > According to Jenkins' comment on this change the unittests ran successfully. And the test called out in paste 37563 runs successfully according to the subunit log. Where/How are the tests being run when they fail? Clark