Thursday, 2015-05-28

lifelesstchaypo: so I'd write a three dimension sparse set of scenarios and one test00:00
lifelesstchaypo: in pbr00:00
lifelesstchaypo: the dimensions are 'pbr-present-or-not', '-e or not' and 'install tree or sdist'00:01
openstackgerritJoshua Harlow proposed openstack/taskflow: POC of some useful decorators to make things simpler  https://review.openstack.org/18511600:03
dhellmannharlowja_, dims_: this is actually why we want more small libs, rather than one big utils lib00:04
harlowja_dhellmann i tots agree00:05
harlowja_but i think infra is confused as to what is oslo :-P00:05
harlowja_let me find that discussion from yesterday00:05
dhellmannharlowja_, dims_ : these relationships were hidden when we had the code all in the incubator, since modules could have circular dependencies00:05
lifelessdhellmann: hey since you're here00:05
tchaypoWhen you say sparse - which scenarios would you ignore?00:05
lifelessdhellmann: two thinkgs I want from you00:05
lifelessdhellmann: firstly, the photos from the requirements session00:05
* dhellmann puts down third thing00:05
dhellmannah, yeah, I need to post those, I'll do that first thing in the morning00:06
harlowja_http://eavesdrop.openstack.org/irclogs/%23openstack-infra/%23openstack-infra.2015-05-26.log.html#t2015-05-26T23:20:4600:06
tchaypothanks, I’d like to see those too00:06
harlowja_dhellmann ^ (a similar question on the oslo.concurrency stuff, which would also benefit from a small extracted lib to share)00:06
lifelessdhellmann: secondly, whats the oslo policy on API breaks - harlowja_ has a patch up for taskflow that changes the behaviour of ls() in a memory fs thing, and while I have no personal opinion, API break implies major version etc...00:06
lifelessdhellmann: so if it lands, its a major version on the very next release - or do we require some compromise/deprecation/newmethod etc etc etc00:07
lifelesstchaypo: -e + sdist makes no sense.00:07
dhellmannharlowja_: create the review and if you get pushback refer them to http://specs.openstack.org/openstack/oslo-specs/specs/policy/naming-libraries.html00:07
harlowja_ya00:08
harlowja_lifeless ya, this one is also more of a bug, i'd consider it that (although maybe i should just retain the existing behavior and make it optional to do it right)00:08
* harlowja_ could do that, vs fixing the actual API to not be weird00:08
lifelesstchaypo: so I'd start with multiply_scenarios(-e-or-not, tree), then add (not, sdist) to the end, then multiply_scenarios by pbr-present-or-not00:08
harlowja_maybe better to just leave it as weird, and have people use the keyword argument to make it not-weird00:09
lifelessharlowja_: yeah, I am just levelling up on oslo policy; I don't want to apply my prejuidices willy-nilly00:09
dhellmannlifeless: I would have to look at it to understand the change, but if it's a bug and the current behavior is wrong or not usable then I don't think it requires a major bump00:09
harlowja_i'd consider it a bug/oversight00:09
tchaypooh, of course.00:09
lifelessdhellmann: its unusual, but its likely that folk have code depending on it00:09
harlowja_https://review.openstack.org/#/c/183194/00:09
lifelessdhellmann: AIUI, of course00:09
harlowja_https://bugs.launchpad.net/taskflow/+bug/145811400:09
openstackLaunchpad bug 1458114 in taskflow "Recursive `ls` works different than non-recursive `ls`" [Medium,In progress] - Assigned to Joshua Harlow (harlowja)00:09
*** mtanino has quit IRC00:09
dhellmannin general we can't just make breaking changes, even with semver, because we have to actually get the consuming project updated to use the new version and that requires a compatibility period00:09
lifelessharlowja_: what are the odds someone will be broken when we release this? thats the acid question I suspect based on dhellmann's answer00:10
tchaypolifeless: next question: how do I run a unit test in the pbr unit tests without pbr being in the venv to start with, but with pbr being installed from my local tree rather than from pypi?00:10
dhellmannharlowja_: if we have people depending on the current behavior, you should try to find a way to maintain it while providing a fixed version -- usually a different symbol name for the new implementation is simplest there, rather than a flag or something00:10
harlowja_unlikely, not in openstack at least, its a internal detail of a storage feature that i'm not sure all to many people are aware of00:10
lifelesstchaypo: you make a new venv in the test, there's glue there to do that already00:11
dhellmannharlowja_, lifeless : it's time for me to sign off, but I'll catch up on that review tomorrow00:11
tchaypoperhaps if i build the sdist first and use “pip install -f dists/ “ so that when it hits the setup_requires and goes off to find pbr it will grab the sdist?00:11
lifelessdhellmann: photos first if you can! ;)00:11
dhellmannlifeless: yep, I'll throw together a blog post first thing00:11
harlowja_dhellmann k, let me know, i'm ok with a variety of the ideas here, ha00:11
dhellmannharlowja_: if it's easy enough to maintain backwards compatibility, we should go ahead and do it00:13
harlowja_k00:13
harlowja_its easy00:13
lifelessdhellmann: blog post? Oh, with the photos? whatever works00:13
lifelessdhellmann: I just want them to reference as I write up the spec00:13
lifelesstchaypo: no, you want pip install --no-index path-to-sdist00:14
dhellmannlifeless: yeah, that's probably the simplest way for me to share them00:14
lifelesstchaypo: or pip install --no-index path-to-tree00:14
*** salv-orlando has joined #openstack-oslo00:15
lifelessdhellmann: you could email them :) Just saying. blog is fine too of course.00:15
dhellmannlifeless: oh, if that works then check your inbox00:16
lifelessdhellmann: got it, thanks00:18
* harlowja_ didn't get it00:19
harlowja_ha00:19
*** salv-orlando has quit IRC00:19
tchaypolifeless: I’ll give that a try; but how will that tell pip where to load the setup_requires from? surely it needs an index for that?00:23
ViswaVtchaypo, when using tox , to get the behavior you mentioned, I use sitepackages=True  in my tox.ini00:25
lifelesstchaypo: if pip honoured that, it would.00:25
*** ViswaV has quit IRC00:28
*** tobe has joined #openstack-oslo00:32
tchaypo*thinks*00:32
tchayposo for testing I should be able to use the test package I’m already creating for other tests, and we simply install that package under the conditions from the scenario00:34
*** alexpilotti has joined #openstack-oslo00:34
*** tobe has quit IRC00:36
openstackgerritMin Pae proposed openstack/oslo.serialization: Adding failure detail to Exceptions on encode  https://review.openstack.org/18623300:41
tchaypoI wish all my reviews went in as simply as https://review.openstack.org/#/c/184866/00:42
tchaypoperhaps if they were all one-line doc changes they would00:42
*** zzzeek has quit IRC00:45
*** vilobhmm has quit IRC00:47
*** rushiagr_away is now known as rushiagr00:56
lifelesstchaypo: seems reasonable, yes00:57
tchaypoI think I’m just going to modify/replace the existing TestRequirementParsing class rather than adding to it01:00
tchaypoit’s testing that particular things get written into requires.txt; but that’s an implementation detail01:00
tchaypowhat I really care about is “does the right stuff get installed?"01:01
openstackgerritJoshua Harlow proposed openstack/taskflow: Add a new `ls_r` method  https://review.openstack.org/18319401:01
harlowja_lifeless dhellmann ^ there new method, old behavior retained + tested (new and old)01:01
openstackgerritJoshua Harlow proposed openstack/taskflow: POC of some useful decorators to make things simpler  https://review.openstack.org/18511601:18
*** tobe has joined #openstack-oslo01:18
*** vilobhmm has joined #openstack-oslo01:20
*** rushiagr is now known as rushiagr_away01:24
*** sdake_ has quit IRC01:28
*** browne has quit IRC01:29
*** Rockyg has quit IRC01:31
*** dims_ has quit IRC01:35
*** sputnik13 has quit IRC01:35
*** vilobhmm has quit IRC01:38
*** vilobhmm has joined #openstack-oslo01:38
*** amotoki_ has joined #openstack-oslo01:40
*** alexpilotti has quit IRC01:42
*** amotoki_ has quit IRC01:45
openstackgerritJoshua Harlow proposed openstack/tooz: Use a lua script(s) instead of transactions (WIP)  https://review.openstack.org/18080001:47
*** amrith is now known as _amrith_01:48
openstackgerritJoshua Harlow proposed openstack/taskflow: POC of some useful decorators to make things simpler  https://review.openstack.org/18511601:49
*** sigmavirus24 is now known as sigmavirus24_awa01:50
openstackgerritMerged openstack/stevedore: Add sphinx integration  https://review.openstack.org/18382001:54
*** vilobhmm has quit IRC01:55
*** rushiagr_away is now known as rushiagr02:08
openstackgerritJoshua Harlow proposed openstack/taskflow: Add support for conditional execution  https://review.openstack.org/16492202:16
openstackgerritJoshua Harlow proposed openstack/taskflow: Add ability to reset an engine via a `reset` method  https://review.openstack.org/18623902:29
*** browne has joined #openstack-oslo02:29
openstackgerritJoshua Harlow proposed openstack/taskflow: Add ability to reset an engine via a `reset` method  https://review.openstack.org/18623902:30
*** salv-orlando has joined #openstack-oslo02:37
*** yamahata has quit IRC02:42
*** salv-orlando has quit IRC02:42
*** rushiagr is now known as rushiagr_away02:55
lifelesstchaypo: I was suggesting end to end tests03:08
lifelesstchaypo: since we know *our* core is fine03:08
lifelesstchaypo: the point of this is to tell us when your candidate setuptools patch really is good03:09
lifelesstchaypo: no?03:09
*** achanda has joined #openstack-oslo03:22
*** amotoki_ has joined #openstack-oslo03:28
*** amotoki_ has quit IRC03:33
*** ayoung has quit IRC03:42
openstackgerritJoshua Harlow proposed openstack/taskflow: Add ability to reset an engine via a `reset` method (WIP)  https://review.openstack.org/18623903:50
*** rushiagr_away is now known as rushiagr04:00
*** achanda has quit IRC04:01
tchayposomething seems to be producing output that parts of setuptools can’t handle, and sometimes sending execution into those parts04:04
tchaypoit seems we could just as easily frame that as setuptools being wrong for having two incompatible paths, or pbr for being wrong for handling the same input differently depending on how pbr is installed04:05
*** jaison has joined #openstack-oslo04:05
tchayponow that I’ve had lunch..04:10
lifelesstchaypo: does pbr handle it differently? you haven't demonstrated that.04:28
lifelesstchaypo: having end to end tests which you can then use to triangulate would help :)04:28
tchaypowell. I don’t know if pbr handles it differently, that’s what I need to figure out04:31
*** tobe has quit IRC04:36
tchaypopkg_resources/__init__.py has some code just after the definition of _markerlib_evaluate which switches the evaluate_marker name to point at one either _markerlib_evaluate or another function. i know that it’s making a different choice if pbr is installed in the venv than if pbr is installed via setup_requires. But I haven’t been able to figure out why,04:37
tchaypopartly beacuse pdb never stops on a breakpoint on that line04:37
*** sdake has joined #openstack-oslo04:39
*** salv-orlando has joined #openstack-oslo04:42
tchaypoor maybe i don’t understand where the error is coming from.04:43
tchaypoit’d be really really really nice if we got a stack trace instead of sys.exit() and a message that conceals the original exception04:44
* tchaypo goes back to writing tests04:44
*** openstackgerrit has quit IRC04:50
*** openstackgerrit has joined #openstack-oslo04:50
*** sdake_ has joined #openstack-oslo04:50
*** salv-orlando has quit IRC04:53
*** sdake has quit IRC04:54
*** zul has quit IRC04:57
tchaypohrm. my laptop batery is at 0%.04:57
*** zul has joined #openstack-oslo04:57
tchaypothe screen is quite impressively bright for a non-powered laptop04:58
tchaypoand it heard me talking04:58
*** nkrinner has joined #openstack-oslo04:59
*** stevemar has joined #openstack-oslo05:06
*** qianli has joined #openstack-oslo05:16
*** amotoki_ has joined #openstack-oslo05:17
*** jaison has quit IRC05:18
*** amotoki_ has quit IRC05:22
*** salv-orlando has joined #openstack-oslo05:23
*** achanda has joined #openstack-oslo05:38
lifelesstchaypo: heh05:40
*** harlowja_ has quit IRC05:40
openstackgerritJoshua Harlow proposed openstack/taskflow: Add a new `ls_r` method  https://review.openstack.org/18319405:43
openstackgerritMehdi Abaakouk (sileht) proposed openstack/oslo.messaging: Remove usage of contentmanager for executors  https://review.openstack.org/14098505:51
openstackgerritMehdi Abaakouk (sileht) proposed openstack/oslo.messaging: rabbit: Add logging on blocked connection  https://review.openstack.org/18585105:54
openstackgerritOpenStack Proposal Bot proposed openstack/oslo.versionedobjects: Imported Translations from Transifex  https://review.openstack.org/18627206:03
*** tobe has joined #openstack-oslo06:04
openstackgerritOpenStack Proposal Bot proposed openstack/oslo.vmware: Imported Translations from Transifex  https://review.openstack.org/18627606:05
openstackgerritOpenStack Proposal Bot proposed openstack/oslo.concurrency: Imported Translations from Transifex  https://review.openstack.org/18627706:05
openstackgerritOpenStack Proposal Bot proposed openstack/oslo.messaging: Imported Translations from Transifex  https://review.openstack.org/18628406:08
openstackgerritOpenStack Proposal Bot proposed openstack/oslo.db: Imported Translations from Transifex  https://review.openstack.org/18628806:14
openstackgerritOpenStack Proposal Bot proposed openstack/oslo.utils: Imported Translations from Transifex  https://review.openstack.org/18628906:15
*** stevemar has quit IRC06:25
*** amotoki_ has joined #openstack-oslo06:48
*** amotoki_ has quit IRC06:53
*** vilobhmm has joined #openstack-oslo06:59
*** salv-orlando has quit IRC07:00
*** salv-orlando has joined #openstack-oslo07:00
*** haypo has joined #openstack-oslo07:01
*** vilobhmm has quit IRC07:10
*** browne has quit IRC07:21
*** dguitarbite has joined #openstack-oslo07:25
*** dulek has joined #openstack-oslo07:27
*** salv-orlando has quit IRC07:38
*** ozamiatin has joined #openstack-oslo07:51
*** dguitarbite has quit IRC07:54
*** dguitarbite has joined #openstack-oslo07:57
*** ihrachyshka has joined #openstack-oslo07:57
*** dims_ has joined #openstack-oslo08:02
*** yassine_ has joined #openstack-oslo08:07
*** dims_ has quit IRC08:08
*** shardy has joined #openstack-oslo08:18
*** qianli has quit IRC08:23
openstackgerritMerged openstack/tooz: Move more string constants to class constants with docstrings  https://review.openstack.org/18076408:28
*** amotoki_ has joined #openstack-oslo08:37
*** salv-orlando has joined #openstack-oslo08:39
*** ndipanov has joined #openstack-oslo08:40
*** ihrachyshka has quit IRC08:42
*** amotoki_ has quit IRC08:42
*** salv-orlando has quit IRC08:45
openstackgerritMerged openstack/oslo.db: Imported Translations from Transifex  https://review.openstack.org/18628808:49
openstackgerritMerged openstack/oslo.middleware: Added CORS wildcard handling  https://review.openstack.org/18507908:50
*** ihrachyshka has joined #openstack-oslo08:54
openstackgerritMerged openstack/oslo.log: Allow integer logging levels  https://review.openstack.org/18209608:57
*** sdake has joined #openstack-oslo08:58
openstackgerritMerged openstack/tooz: Use lua locks instead of pipeline locks  https://review.openstack.org/18203608:58
*** SridharGaddam has joined #openstack-oslo08:58
*** sdake_ has quit IRC09:01
*** sdake_ has joined #openstack-oslo09:04
*** sdake has quit IRC09:07
*** xek_ is now known as xek09:12
*** e0ne has joined #openstack-oslo09:22
*** e0ne is now known as e0ne_09:30
openstackgerritMerged openstack/oslo.vmware: Revert "Raise VimFaultException for unknown faults"  https://review.openstack.org/18574409:31
*** e0ne_ has quit IRC09:35
*** _amrith_ is now known as amrith09:40
*** ozamiatin has quit IRC09:48
openstackgerritMerged openstack/oslo.messaging: Imported Translations from Transifex  https://review.openstack.org/18628409:52
*** ozamiatin has joined #openstack-oslo09:55
*** yassine_ has quit IRC09:56
*** e0ne has joined #openstack-oslo09:57
*** dims_ has joined #openstack-oslo09:57
*** salv-orlando has joined #openstack-oslo10:10
*** hogepodge has quit IRC10:11
*** hogepodge has joined #openstack-oslo10:13
*** pasquier-s has joined #openstack-oslo10:16
*** amotoki_ has joined #openstack-oslo10:25
*** amotoki_ has quit IRC10:30
*** kbyrne has quit IRC10:34
*** sdake_ has quit IRC10:38
*** e0ne is now known as e0ne_10:39
*** kbyrne has joined #openstack-oslo10:41
*** e0ne_ has quit IRC10:45
*** e0ne has joined #openstack-oslo10:53
*** hogepodge has quit IRC10:59
openstackgerritMerged openstack/oslo.messaging: Fix deprecated_group of rpc_conn_pool_size  https://review.openstack.org/18593511:00
*** hogepodge has joined #openstack-oslo11:02
openstackgerritMerged openstack/oslo.vmware: Imported Translations from Transifex  https://review.openstack.org/18627611:05
*** yassine_ has joined #openstack-oslo11:06
*** yassine_ has quit IRC11:06
*** yassine_ has joined #openstack-oslo11:07
openstackgerritMerged openstack/oslo.versionedobjects: Imported Translations from Transifex  https://review.openstack.org/18627211:10
*** e0ne is now known as e0ne_11:11
*** e0ne_ is now known as e0ne11:12
*** salv-orlando has quit IRC11:12
openstackgerritMerged openstack/oslo.messaging: Adding Publisher Acknowledgements/confirms  https://review.openstack.org/18598911:13
*** dims_ has quit IRC11:16
*** dims_ has joined #openstack-oslo11:17
*** e0ne is now known as e0ne_11:20
openstackgerritMerged openstack/oslo.utils: Imported Translations from Transifex  https://review.openstack.org/18628911:20
*** e0ne_ has quit IRC11:25
*** dims_ has quit IRC11:28
*** dims_ has joined #openstack-oslo11:28
*** tobe has quit IRC11:30
*** dims_ has quit IRC11:33
*** e0ne has joined #openstack-oslo11:34
*** openstackgerrit has quit IRC11:39
*** openstackgerrit has joined #openstack-oslo11:39
openstackgerritMerged openstack/oslo.concurrency: Imported Translations from Transifex  https://review.openstack.org/18627711:39
*** dims_ has joined #openstack-oslo11:39
*** tobe has joined #openstack-oslo11:39
*** amotoki_ has joined #openstack-oslo11:41
*** amotoki has quit IRC11:45
*** amotoki_ has quit IRC11:46
*** rushiagr is now known as rushiagr_away11:48
*** achanda has quit IRC11:57
*** dulek has quit IRC11:58
*** dulek has joined #openstack-oslo12:00
*** inc0 has joined #openstack-oslo12:10
*** salv-orlando has joined #openstack-oslo12:12
*** inc0 has quit IRC12:16
openstackgerritElena Ezhova proposed openstack/oslo.service: Move the option definitions into a private file  https://review.openstack.org/18636012:22
*** stpierre has joined #openstack-oslo12:26
*** e0ne is now known as e0ne_12:32
*** kgiusti has joined #openstack-oslo12:34
openstackgerritVictor Sergeyev proposed openstack/oslo.messaging: Don't create a new channel in RabbitMQ Connection.reset()  https://review.openstack.org/18227212:39
*** prad has joined #openstack-oslo12:39
*** inc0 has joined #openstack-oslo12:39
*** e0ne_ has quit IRC12:43
*** inc0_ has joined #openstack-oslo12:46
*** e0ne has joined #openstack-oslo12:47
*** inc0 has quit IRC12:48
*** inc0__ has joined #openstack-oslo12:52
*** inc0_ has quit IRC12:55
*** tobe has quit IRC13:08
*** salv-orlando has quit IRC13:11
*** salv-orlando has joined #openstack-oslo13:11
*** bknudson has joined #openstack-oslo13:19
*** stpierre has quit IRC13:19
*** stpierre has joined #openstack-oslo13:21
openstackgerritVictor Sergeyev proposed openstack/oslo.messaging: Allow to remove second _send_reply() call  https://review.openstack.org/18054213:23
openstackgerritFlavio Percoco proposed openstack/oslo.messaging: Remove python-qpid-proton from amqp1 reqs  https://review.openstack.org/18638413:27
*** jamielennox is now known as jamielennox|away13:29
*** amotoki has joined #openstack-oslo13:30
*** ChuckC has quit IRC13:32
*** pradk has joined #openstack-oslo13:33
*** pradk has quit IRC13:33
*** pradk has joined #openstack-oslo13:34
*** amotoki has quit IRC13:35
ihrachyshkaguys, can we move forward with https://review.openstack.org/#/c/176683/ for neutron's sake? dhellmann, dims_ ?13:35
dhellmannihrachyshka: +213:36
dhellmannihrachyshka: is there a bug or blueprint to reference in the commit message? if not, that's OK, I just noticed there's not one13:37
*** dims_ has quit IRC13:37
*** bnemec has quit IRC13:37
*** dims_ has joined #openstack-oslo13:38
ihrachyshkadhellmann, I better update commit message with details13:38
dims_ihrachyshka: looking13:38
dims_ihrachyshka: y, one of us can +A after13:39
dhellmannihrachyshka: ok, I'm going to make some breakfast but as dims_ says, one or the other of us will approve after that's updated13:39
*** achanda has joined #openstack-oslo13:40
openstackgerritIhar Hrachyshka proposed openstack/oslo.policy: Expose base check classes as part of public API  https://review.openstack.org/17668313:42
ihrachyshkadhellmann, dims_ ^^13:42
*** bnemec has joined #openstack-oslo13:42
dims_ihrachyshka: done13:43
ihrachyshkathanks!13:43
*** mriedem has joined #openstack-oslo13:48
*** dulek has quit IRC13:50
*** dulek_ has joined #openstack-oslo13:50
*** jecarey has joined #openstack-oslo13:51
*** exploreshaifali has joined #openstack-oslo13:52
*** mdbooth has quit IRC13:54
*** mdbooth has joined #openstack-oslo13:55
*** nkrinner has quit IRC13:59
*** dulek___ has joined #openstack-oslo14:01
*** inc0__ has quit IRC14:02
*** sigmavirus24_awa is now known as sigmavirus2414:02
*** dulek_ has quit IRC14:04
*** inc0 has joined #openstack-oslo14:05
*** pradk has quit IRC14:05
*** miqui has joined #openstack-oslo14:06
*** zzzeek has joined #openstack-oslo14:07
*** pradk has joined #openstack-oslo14:09
*** sdake has joined #openstack-oslo14:09
*** sdake_ has joined #openstack-oslo14:10
*** achanda_ has joined #openstack-oslo14:13
*** sdake has quit IRC14:14
*** achanda has quit IRC14:17
*** inc0 has quit IRC14:21
*** ozamiatin has quit IRC14:25
*** mtanino has joined #openstack-oslo14:28
*** fnordahl has quit IRC14:33
*** fnordahl has joined #openstack-oslo14:40
*** sdake has joined #openstack-oslo14:40
*** sdake_ has quit IRC14:44
*** zz_jgrimm is now known as jgrimm14:46
*** stevemar has joined #openstack-oslo14:51
*** inc0 has joined #openstack-oslo14:54
*** dulek___ has quit IRC14:55
*** inc0 has quit IRC14:56
*** inc0 has joined #openstack-oslo14:57
*** dulek has joined #openstack-oslo14:58
*** gordc has joined #openstack-oslo14:59
*** e0ne is now known as e0ne_15:00
*** e0ne_ is now known as e0ne15:00
*** amotoki has joined #openstack-oslo15:01
*** inc0 has quit IRC15:04
*** amotoki has quit IRC15:05
*** inc0 has joined #openstack-oslo15:06
*** mtanino has quit IRC15:06
*** mtanino has joined #openstack-oslo15:07
*** mtanino has quit IRC15:07
*** mtanino has joined #openstack-oslo15:08
*** exploreshaifali has quit IRC15:18
*** browne has joined #openstack-oslo15:26
*** kgiusti has left #openstack-oslo15:45
*** haypo has left #openstack-oslo15:45
openstackgerritMerged openstack/oslo.policy: Expose base check classes as part of public API  https://review.openstack.org/17668315:47
*** sputnik13 has joined #openstack-oslo15:50
*** dulek_ has joined #openstack-oslo15:56
*** sputnik13 has quit IRC15:57
*** sputnik13 has joined #openstack-oslo15:58
*** sdake_ has joined #openstack-oslo15:58
*** dulek has quit IRC15:59
*** sdake has quit IRC15:59
*** dulek_ has quit IRC15:59
*** ashleighfarnham has joined #openstack-oslo15:59
*** pradk has quit IRC16:00
*** sdake has joined #openstack-oslo16:00
*** dulek has joined #openstack-oslo16:00
*** ihrachyshka has quit IRC16:01
*** mtanino_ has joined #openstack-oslo16:02
*** mtanino has quit IRC16:03
*** sdake_ has quit IRC16:03
*** miqui has quit IRC16:04
*** chuckC_ has joined #openstack-oslo16:11
*** inc0 has quit IRC16:16
*** yassine_ has quit IRC16:24
*** ndipanov has quit IRC16:26
*** tsekiyam is now known as tsekiyama16:27
*** sileht has quit IRC16:47
*** amotoki has joined #openstack-oslo16:50
*** tsekiyama has quit IRC16:50
*** tsbot_ has joined #openstack-oslo16:53
*** amotoki has quit IRC16:54
*** achanda_ has quit IRC16:54
*** dulek has quit IRC16:54
*** tsbot_ has quit IRC16:55
*** tsbot_ has joined #openstack-oslo16:58
*** tsekiyama has joined #openstack-oslo16:59
*** tsbot_ has quit IRC17:02
*** browne has quit IRC17:02
*** tsbot_ has joined #openstack-oslo17:02
*** rushiagr_away is now known as rushiagr17:03
*** harlowja has joined #openstack-oslo17:05
*** e0ne has quit IRC17:08
*** stpierre has quit IRC17:19
*** stpierre has joined #openstack-oslo17:20
*** vilobhmm has joined #openstack-oslo17:26
*** sileht has joined #openstack-oslo17:27
dims_jd__: looks like the date/time format is blowing up in nova cells - http://logs.openstack.org/18/186418/3/check/check-devstack-dsvm-cells/1e0709d/logs/screen-n-cell-region.txt.gz?level=ERROR17:31
*** sdake_ has joined #openstack-oslo17:35
*** browne has joined #openstack-oslo17:38
*** sdake has quit IRC17:39
*** salv-orlando has quit IRC17:43
*** salv-orlando has joined #openstack-oslo17:47
jd__dims_: interesting…17:51
jd__dims_: I wonder if they are not passing string instead of datetime object, they need to use parse_isotime()17:52
jd__I hope I'm wrong but it looks like they're doing crap :(17:52
dims_jd__: this is the receiving side i think17:52
dansmithjd__: very likely that there are some differences in that code17:52
jd__dims_: "receiving" in what sense? I don't know nova cells17:53
dims_dansmith: fyi, this is unreleased code17:53
dansmithjd__: alaski is out the rest of the week, but we could ask melwitt (not in this channel) to look17:53
dansmithdims_: yep17:53
jd__dansmith: ok, let me know if I can help!17:53
dansmithjd__: she'll probably need some syncing up on what is going on, if you can help with that.. I'll try to get her to join this channel when she pops up17:54
jd__dansmith: no prob17:54
dims_jd__: just poring through the code now17:54
jd__i'm on GMT+2 so I might be off later but she can drop me a mail anytime if needed, or bother dims or anyone else ;)17:54
dims_jd__: dansmith: looks like created_at and updated_at has bad date stamp17:55
dims_format to be precise17:55
jd__dims_: I think they are trying to insert directly a string, not a datetime object, in the DB17:55
jd__which used to work by chance17:55
dansmithprobably being converted to a string somewhere by RPC17:55
jd__yep17:56
jd__so it should be unserialized with parse_isotime17:56
*** dulek has joined #openstack-oslo17:56
*** dulek_ has joined #openstack-oslo17:57
*** achanda has joined #openstack-oslo18:00
*** e0ne has joined #openstack-oslo18:06
*** dulek_ has quit IRC18:08
*** bknudson has quit IRC18:13
*** alexpilotti has joined #openstack-oslo18:14
*** bknudson has joined #openstack-oslo18:18
*** e0ne has quit IRC18:21
*** achanda has quit IRC18:23
openstackgerritMin Pae proposed openstack/oslo-specs: Spec for taskflow stack trace on exception  https://review.openstack.org/18652418:30
openstackgerritMin Pae proposed openstack/oslo-specs: Spec for taskflow stack trace on exception  https://review.openstack.org/18652418:32
openstackgerritMin Pae proposed openstack/oslo-specs: Spec for taskflow stack trace on exception  https://review.openstack.org/18652418:34
*** amotoki has joined #openstack-oslo18:38
*** amotoki has quit IRC18:43
*** browne has quit IRC18:45
openstackgerritMerged openstack/taskflow: Remove 'pass' usage not needed  https://review.openstack.org/18527118:56
*** kgiusti has joined #openstack-oslo19:04
*** amrith is now known as _amrith_19:04
openstackgerritMarian Horban proposed openstack/oslo-incubator: WIP: Graceful shutdown WSGI server  https://review.openstack.org/18653319:08
*** gordc has quit IRC19:22
*** alexpilotti has quit IRC19:23
*** sdake has joined #openstack-oslo19:26
*** sdake_ has quit IRC19:29
dims_dhellmann: others: found a way to run all of oslo-* master with nova jobs (https://review.openstack.org/#/c/186413/) and devstack jobs (https://review.openstack.org/#/c/186418/)19:37
*** dulek has quit IRC20:00
*** rushiagr is now known as rushiagr_away20:10
*** achanda has joined #openstack-oslo20:13
*** browne has joined #openstack-oslo20:20
*** achanda has quit IRC20:20
openstackgerritJoshua Harlow proposed openstack/taskflow: Add ability to reset an engine via a `reset` method  https://review.openstack.org/18623920:23
*** sdake_ has joined #openstack-oslo20:26
*** amotoki has joined #openstack-oslo20:27
*** sdake has quit IRC20:30
*** amotoki has quit IRC20:32
*** sdake_ has quit IRC20:47
*** sdake has joined #openstack-oslo20:49
*** salv-orlando has quit IRC20:49
*** shardy has quit IRC20:56
*** vilobhmm1 has joined #openstack-oslo21:00
*** vilobhmm has quit IRC21:00
*** vilobhmm1 has quit IRC21:01
*** vilobhmm has joined #openstack-oslo21:01
mriedemjecarey: what are your thoughts on getting this into icehouse at this point given we're about to end icehouse? https://review.openstack.org/#/c/159705/21:09
mriedemjecarey: that would require a backport of the change in oslo-incubator also on stable/icehouse21:10
mriedemjecarey: it is a high impact bug though if you're not using an english locale21:10
*** sdake_ has joined #openstack-oslo21:11
mriedemjecarey: oh yeah, this was a regression due to the backport of https://review.openstack.org/#/c/121383/21:11
mriedemwhich was a security issue21:11
mriedemso, we should probably work to get this in before icehouse-eol21:12
mriedemi'll work on the o-i backport to stable/icehouse21:12
mriedemalthough, https://review.openstack.org/#/c/125496/21:13
*** jgrimm is now known as zz_jgrimm21:13
*** sdake has quit IRC21:14
dhellmanndims_: o_O :-)21:18
*** haypo has joined #openstack-oslo21:18
dhellmanndims_: I suppose we would only do that for the one library we are considering for release21:19
dhellmanndims_: it might be simpler to set up an experimental job using http://git.openstack.org/cgit/openstack/oslotest/tree/tools/oslo_run_pre_release_tests that we can trigger by hand somewhere21:20
*** alexpilotti has joined #openstack-oslo21:21
haypodhellmann, such tool would detect the nova failure introduced by oslo.vmware 0.13 ?21:24
*** tsekiyama has quit IRC21:26
dims_dhellmann: right need to figure out how to do the experimental job21:28
dims_haypo: one of the reviews (the one against nova) would have detected it21:29
dims_haypo:  (https://review.openstack.org/#/c/186413/)21:29
haypodims_, i see "SUCCESS in 12m 34s" there, was it before the change breaking backward compatibility in nova?21:30
*** mtanino_ has quit IRC21:31
dims_haypo: line 25 - https://review.openstack.org/#/c/186413/1/test-requirements.txt,cm - it's running against what we have in oslo.vmware master at the moment21:32
haypodims_, i would be nice to be able to automate such check before a release of an oslo library21:32
haypobecause it looks common to break a random project after an oslo release :-p21:32
dims_haypo: y 0.13.1 is out and seems to be fine21:33
haypodims_, cool :)21:33
dims_sending email now21:33
haypodims_, i will reenable oslo.vmware when tox -e py34 will pass on nova and nova will have a py34 check job21:34
*** jamielennox|away is now known as jamielennox21:34
haypoi mean reenable oslo.vmware on python 3, it was disable because oslo.vmware was not compatible with python 3 last week ;)21:34
dims_haypo: yes, please21:34
*** openstackgerrit has quit IRC21:36
*** openstackgerrit has joined #openstack-oslo21:36
dims_haypo: find someone in nova to +A https://review.openstack.org/#/c/185361/ ?21:38
haypodims_, joe gordon may approve the patch with my comment, i don't know21:39
haypodims_, if you know someone else, you can ping him/her :)21:39
*** stpierre has quit IRC21:46
*** kgiusti has left #openstack-oslo21:47
*** salv-orlando has joined #openstack-oslo21:50
*** salv-orlando has quit IRC21:55
*** alexpilotti has quit IRC21:55
*** sdake has joined #openstack-oslo21:59
haypodims_, please see https://review.openstack.org/186574 -- if i remember correctly, the first step to being able to drop suds is to upgrade oslo.vmware to 0.13.121:59
haypodims_, hum, i probably also need this change in cinder & nova to ensure that oslo.vmware works on python 322:00
dims_haypo: please add another review to drop suds>=0.4 that depends on 18657422:00
dims_haypo: y, +1 to file dummy reviews in cinder, nova and other projects to make sure dropping suds and updating oslo.vmware to > 0.13.1 works22:01
dims_i gotta run. back in a bit22:01
*** sdake_ has quit IRC22:03
*** jecarey has quit IRC22:07
*** vilobhmm has quit IRC22:10
*** amotoki has joined #openstack-oslo22:13
*** salv-orlando has joined #openstack-oslo22:15
*** vilobhmm has joined #openstack-oslo22:18
*** amotoki has quit IRC22:18
*** sdake_ has joined #openstack-oslo22:23
*** sdake has quit IRC22:27
*** exploreshaifali has joined #openstack-oslo22:37
*** barra204 has joined #openstack-oslo22:43
*** bknudson has quit IRC22:45
openstackgerritJoshua Harlow proposed openstack/taskflow: Add ability to reset an engine via a `reset` method  https://review.openstack.org/18623922:52
*** barra204 has quit IRC23:01
openstackgerritJoshua Harlow proposed openstack/oslotest: Add a 'assertRaisesOneOf' helper to the base test class  https://review.openstack.org/18659223:01
*** barra204 has joined #openstack-oslo23:15
*** dims_ has quit IRC23:17
*** dims_ has joined #openstack-oslo23:20
*** ashleighfarnham has quit IRC23:22
openstackgerritJoshua Harlow proposed openstack/taskflow: Add a test that checks for task result visibility  https://review.openstack.org/18660023:25
*** salv-orlando has quit IRC23:30
openstackgerritJoshua Harlow proposed openstack/taskflow: Add ability to reset an engine via a `reset` method  https://review.openstack.org/18623923:36
openstackgerritMerged openstack/taskflow: Only show state transitions to logging when in BLATHER mode  https://review.openstack.org/18481423:59

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!