Wednesday, 2015-04-08

*** mgagne has quit IRC02:02
*** adam_g has quit IRC02:02
*** adam_g has joined #openstack-stable02:07
*** adam_g has quit IRC02:07
*** adam_g has joined #openstack-stable02:07
*** mgagne has joined #openstack-stable02:08
*** mgagne is now known as Guest3992602:08
*** xaeth_afk is now known as xaeth03:21
*** eharney has quit IRC04:05
*** rwsu has quit IRC04:07
*** eharney has joined #openstack-stable04:08
*** xaeth is now known as xaeth_afk04:11
*** zerda has joined #openstack-stable05:58
*** mrunge has joined #openstack-stable06:10
*** subscope has quit IRC07:04
*** subscope has joined #openstack-stable07:17
*** eharney has quit IRC07:27
*** e0ne has joined #openstack-stable07:41
*** eharney has joined #openstack-stable07:42
*** e0ne has quit IRC07:48
*** e0ne has joined #openstack-stable07:52
*** e0ne is now known as e0ne_07:57
*** e0ne_ is now known as e0ne08:00
*** e0ne has quit IRC08:10
*** e0ne has joined #openstack-stable08:11
*** e0ne has quit IRC08:13
*** e0ne has joined #openstack-stable08:17
*** e0ne has quit IRC08:21
*** e0ne has joined #openstack-stable08:24
*** ihrachyshka has joined #openstack-stable08:25
*** e0ne has quit IRC08:31
*** e0ne has joined #openstack-stable09:16
*** e0ne is now known as e0ne_09:41
*** e0ne_ is now known as e0ne09:49
*** sr_slack has joined #openstack-stable10:10
*** apevec has joined #openstack-stable10:17
*** apevec has joined #openstack-stable10:17
apevecihrachyshka, adam_g - status RED again :(10:18
apevecpip and pymongo10:18
ihrachyshkaapevec, re: pip - any more patches to merge/review?10:21
ihrachyshkaapevec, re: mongo, is there a bug/review?10:21
ihrachyshkaapevec, also, should we backport https://review.openstack.org/#/c/169602/ ?10:22
apevecihrachyshka, re. pip - I didn't look at the right patch, all branches are merged https://review.openstack.org/#/q/Icf60f64f4e84f0c506263202821c8374c914e121,n,z10:22
apevecso just mongo10:22
apevecihrachyshka, re. mongo - didn't look for LP yet, I've just analyzed periodic reports10:24
apevecalso didn't check if master is affected10:25
ihrachyshkaapevec, ok, let's start from bug report. will you create one?10:27
ihrachyshkaapevec, the bug: https://bugs.launchpad.net/keystone/+bug/144139310:27
openstackLaunchpad bug 1441393 in Keystone "keystone unit tests fail with pymongo 3.0" [Undecided,Fix committed] - Assigned to Brant Knudson (blk-u)10:27
ihrachyshkaapevec, the fix: https://review.openstack.org/#/c/171442/10:27
apevecyeah, search first10:27
ihrachyshkathe fix seems backwards compat10:28
ihrachyshkacherry-picked to juno10:28
ihrachyshkaapevec, is icehouse affected?10:29
apevecyes, pymongo is uncapped everywhere10:29
*** sr_slack is now known as teh_slack10:30
apevecihrachyshka, re. https://review.openstack.org/171442 - need to check if that works with older pymongo10:30
ihrachyshkaapevec, the code is backward compat10:30
ihrachyshkait falls back to mongos_enum10:31
apevecah yes, should've RTFS first10:31
apevecok, backport all the way10:31
apevecI'm targeting 1441393 to I and J10:31
ihrachyshkaapevec, all sent: https://review.openstack.org/#/q/Iaa7fd7221c2e6c865633ef342e6b83304a1de655,n,z10:32
apevecok, that's keystone, ceilo is also affected10:32
apevecI'll change LP summary10:32
ihrachyshkaapevec, link to unit test failure for ceilo?10:33
apeveclast periodic http://logs.openstack.org/periodic-stable/periodic-ceilometer-python27-juno/66851d6/testr_results.html.gz10:34
ihrachyshkaapevec, there is smth https://review.openstack.org/#/c/171458/10:35
apevecheh, doesn't bode well: WIP: ugly fix:10:36
ihrachyshkalooking on whether its compat10:37
ihrachyshkaapevec, as per https://api.mongodb.org/python/2.4/api/pymongo/connection.html#pymongo.connection.Connection, seems backwards compat10:42
ihrachyshkafor w=, description is "Implies safe=True."10:42
apevecwhy is it then "ugly fix" ?10:44
apevecalso unit tests failed on py27 but passed on py3410:44
ihrachyshkaseems like coll.ensure_index returned string instead of None (or other False-able value)10:45
apevecbut why on py27 only?10:46
apevecI've added ceilo PTL on the review10:46
apevecmaybe they want to cap pymongo10:47
ihrachyshkaapevec, on a post mortem note, why are we broken? haven't we capped versions? why is pymongo not capped?10:54
ihrachyshkaor wasn't the patch merged?10:54
apeveclooks like some deps were left uncapped, looking in git log to see why10:55
apevecoslo and clients were capped10:56
ihrachyshkaapevec, other stuff too10:57
ihrachyshkaprobably pymongo was not installed in that freezed req file when they were pinned10:57
ihrachyshkaI will try to use pin script with ceilometer freeze now10:58
apevechm, right, where was it freeze from?10:59
apevecin juno there are 82 reqs without > or ==11:01
apevec"Using pip-freeze file from a recently stable/juno neutron-full"11:02
apevechttps://git.openstack.org/cgit/openstack/requirements/commit/?id=499db6b64071c2afa16390ad2bc024e6a96db4ff11:04
ihrachyshkaapevec, juno cap: https://review.openstack.org/17157411:10
ihrachyshkaapevec, I wonder whether we should walk thru all projects and do the same11:11
* ihrachyshka is preparing icehouse cap too11:11
apevecihrachyshka, that's kind of whack-a-mole game11:23
apevecbut yeah, we need something what actually worked in a job11:23
apevecpip install from global-requirements.txt wouldn't be the same11:24
ihrachyshkaapevec, icehouse: https://review.openstack.org/#/c/171578/ I also updated juno to include pip freeze output for reference11:32
ihrachyshkaapevec, also cherry-picked trove fix: https://review.openstack.org/#/c/171579/11:35
apevecack for trove backport, I'll wait for more folks to chime in on requirements changes11:42
*** zerda has quit IRC11:54
*** e0ne is now known as e0ne_12:05
*** e0ne_ has quit IRC12:15
*** e0ne has joined #openstack-stable12:17
*** e0ne is now known as e0ne_13:19
*** zul has quit IRC13:22
*** zul has joined #openstack-stable13:22
*** e0ne_ has quit IRC13:28
*** e0ne has joined #openstack-stable13:46
*** apevec has quit IRC13:51
*** xaeth_afk is now known as xaeth13:53
*** ihrachyshka has quit IRC14:44
*** xaeth is now known as xaeth_afk14:51
*** apevec has joined #openstack-stable15:00
*** e0ne is now known as e0ne_15:10
*** xaeth_afk is now known as xaeth15:13
*** e0ne_ has quit IRC15:16
*** mrunge is now known as mrunge_away15:22
*** e0ne has joined #openstack-stable15:29
*** rwsu has joined #openstack-stable15:37
*** xaeth is now known as xaeth_afk16:55
*** mrunge_away is now known as mrunge17:06
*** e0ne has quit IRC17:22
*** eharney has quit IRC17:27
*** Guest39926 is now known as mgagne17:29
*** mgagne has joined #openstack-stable17:29
*** eharney has joined #openstack-stable17:52
*** e0ne has joined #openstack-stable18:41
*** apevec has quit IRC18:48
*** e0ne has quit IRC19:43
*** e0ne has joined #openstack-stable19:47
*** e0ne has quit IRC20:04
*** mrunge has quit IRC21:10
*** jamielennox is now known as jamielennox|away22:11
*** jamielennox|away is now known as jamielennox23:12

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