Re: [openstack-dev] [oslo] [telemetry] Oslo.db 4.13.1 broke Gnocchi

2016-09-06 Thread Joshua Harlow
Tony Breeds wrote: On Fri, Sep 02, 2016 at 12:29:04PM -0400, Mike Bayer wrote: is the failure here something that comes up in gnocchi's test suite? Could there be some way that oslo libraries run the test suites of all consuming projects before a patch and/or a release? (apologies if we

Re: [openstack-dev] [oslo] [telemetry] Oslo.db 4.13.1 broke Gnocchi

2016-09-06 Thread Joshua Harlow
Thanks Ihar for taking the lead on this while everyone in the US was (mostly) on vacation, much appreciated :) Ihar Hrachyshka wrote: Ihar Hrachyshka wrote: Julien Danjou wrote: On Fri, Sep 02 2016, Mike Bayer wrote: I've augmented it with

Re: [openstack-dev] [oslo] [telemetry] Oslo.db 4.13.1 broke Gnocchi

2016-09-06 Thread Ihar Hrachyshka
Ihar Hrachyshka wrote: Julien Danjou wrote: On Fri, Sep 02 2016, Mike Bayer wrote: I've augmented it with mapper-level SQLAlchemy API use. Awesome, thanks. :) And "augmented" makes it sounds so futurist, whoohhh. :) Ouch, sorry for that bug in

Re: [openstack-dev] [oslo] [telemetry] Oslo.db 4.13.1 broke Gnocchi

2016-09-05 Thread Ihar Hrachyshka
Julien Danjou wrote: On Fri, Sep 02 2016, Mike Bayer wrote: I've augmented it with mapper-level SQLAlchemy API use. Awesome, thanks. :) And "augmented" makes it sounds so futurist, whoohhh. :) Ouch, sorry for that bug in my patch. :-| Now that the fix landed master,

Re: [openstack-dev] [oslo] [telemetry] Oslo.db 4.13.1 broke Gnocchi

2016-09-04 Thread Tony Breeds
On Fri, Sep 02, 2016 at 12:29:04PM -0400, Mike Bayer wrote: > is the failure here something that comes up in gnocchi's test suite? > > Could there be some way that oslo libraries run the test suites of all > consuming projects before a patch and/or a release? (apologies if we > already do this).

Re: [openstack-dev] [oslo] [telemetry] Oslo.db 4.13.1 broke Gnocchi

2016-09-02 Thread Mike Bayer
is the failure here something that comes up in gnocchi's test suite? Could there be some way that oslo libraries run the test suites of all consuming projects before a patch and/or a release? (apologies if we already do this). On 09/02/2016 12:17 PM, Matthew Thode wrote: On 09/02/2016

Re: [openstack-dev] [oslo] [telemetry] Oslo.db 4.13.1 broke Gnocchi

2016-09-02 Thread Matthew Thode
On 09/02/2016 03:43 AM, Julien Danjou wrote: > On Fri, Sep 02 2016, Julien Danjou wrote: > >> I'll look into fixing that, though any help would be welcome. > > My attempt at: > https://review.openstack.org/364767 > > > >

Re: [openstack-dev] [oslo] [telemetry] Oslo.db 4.13.1 broke Gnocchi

2016-09-02 Thread Julien Danjou
On Fri, Sep 02 2016, Mike Bayer wrote: > I've augmented it with mapper-level SQLAlchemy API use. Awesome, thanks. :) And "augmented" makes it sounds so futurist, whoohhh. :) -- Julien Danjou # Free Software hacker # https://julien.danjou.info signature.asc Description: PGP signature

Re: [openstack-dev] [oslo] [telemetry] Oslo.db 4.13.1 broke Gnocchi

2016-09-02 Thread Mike Bayer
On 09/02/2016 04:43 AM, Julien Danjou wrote: On Fri, Sep 02 2016, Julien Danjou wrote: I'll look into fixing that, though any help would be welcome. My attempt at: https://review.openstack.org/364767 I've augmented it with mapper-level SQLAlchemy API use.

Re: [openstack-dev] [oslo] [telemetry] Oslo.db 4.13.1 broke Gnocchi

2016-09-02 Thread Julien Danjou
On Fri, Sep 02 2016, Julien Danjou wrote: > I'll look into fixing that, though any help would be welcome. My attempt at: https://review.openstack.org/364767 -- Julien Danjou ;; Free Software hacker ;; https://julien.danjou.info signature.asc Description: PGP signature

[openstack-dev] [oslo] [telemetry] Oslo.db 4.13.1 broke Gnocchi

2016-09-02 Thread Julien Danjou
Hi there, So, fun fact, the latest _stable_ release of oslo.db entirely broke Gnocchi. :-) The culprit is the backport of "Correctly detect incomplete sort_keys passed to paginate_query" at https://review.openstack.org/#/c/363827/ It turns out that while the backport might have been a good