*** mgagne has quit IRC | 02:02 | |
*** adam_g has quit IRC | 02:02 | |
*** adam_g has joined #openstack-stable | 02:07 | |
*** adam_g has quit IRC | 02:07 | |
*** adam_g has joined #openstack-stable | 02:07 | |
*** mgagne has joined #openstack-stable | 02:08 | |
*** mgagne is now known as Guest39926 | 02:08 | |
*** xaeth_afk is now known as xaeth | 03:21 | |
*** eharney has quit IRC | 04:05 | |
*** rwsu has quit IRC | 04:07 | |
*** eharney has joined #openstack-stable | 04:08 | |
*** xaeth is now known as xaeth_afk | 04:11 | |
*** zerda has joined #openstack-stable | 05:58 | |
*** mrunge has joined #openstack-stable | 06:10 | |
*** subscope has quit IRC | 07:04 | |
*** subscope has joined #openstack-stable | 07:17 | |
*** eharney has quit IRC | 07:27 | |
*** e0ne has joined #openstack-stable | 07:41 | |
*** eharney has joined #openstack-stable | 07:42 | |
*** e0ne has quit IRC | 07:48 | |
*** e0ne has joined #openstack-stable | 07:52 | |
*** e0ne is now known as e0ne_ | 07:57 | |
*** e0ne_ is now known as e0ne | 08:00 | |
*** e0ne has quit IRC | 08:10 | |
*** e0ne has joined #openstack-stable | 08:11 | |
*** e0ne has quit IRC | 08:13 | |
*** e0ne has joined #openstack-stable | 08:17 | |
*** e0ne has quit IRC | 08:21 | |
*** e0ne has joined #openstack-stable | 08:24 | |
*** ihrachyshka has joined #openstack-stable | 08:25 | |
*** e0ne has quit IRC | 08:31 | |
*** e0ne has joined #openstack-stable | 09:16 | |
*** e0ne is now known as e0ne_ | 09:41 | |
*** e0ne_ is now known as e0ne | 09:49 | |
*** sr_slack has joined #openstack-stable | 10:10 | |
*** apevec has joined #openstack-stable | 10:17 | |
*** apevec has joined #openstack-stable | 10:17 | |
apevec | ihrachyshka, adam_g - status RED again :( | 10:18 |
---|---|---|
apevec | pip and pymongo | 10:18 |
ihrachyshka | apevec, re: pip - any more patches to merge/review? | 10:21 |
ihrachyshka | apevec, re: mongo, is there a bug/review? | 10:21 |
ihrachyshka | apevec, also, should we backport https://review.openstack.org/#/c/169602/ ? | 10:22 |
apevec | ihrachyshka, re. pip - I didn't look at the right patch, all branches are merged https://review.openstack.org/#/q/Icf60f64f4e84f0c506263202821c8374c914e121,n,z | 10:22 |
apevec | so just mongo | 10:22 |
apevec | ihrachyshka, re. mongo - didn't look for LP yet, I've just analyzed periodic reports | 10:24 |
apevec | also didn't check if master is affected | 10:25 |
ihrachyshka | apevec, ok, let's start from bug report. will you create one? | 10:27 |
ihrachyshka | apevec, the bug: https://bugs.launchpad.net/keystone/+bug/1441393 | 10:27 |
openstack | Launchpad bug 1441393 in Keystone "keystone unit tests fail with pymongo 3.0" [Undecided,Fix committed] - Assigned to Brant Knudson (blk-u) | 10:27 |
ihrachyshka | apevec, the fix: https://review.openstack.org/#/c/171442/ | 10:27 |
apevec | yeah, search first | 10:27 |
ihrachyshka | the fix seems backwards compat | 10:28 |
ihrachyshka | cherry-picked to juno | 10:28 |
ihrachyshka | apevec, is icehouse affected? | 10:29 |
apevec | yes, pymongo is uncapped everywhere | 10:29 |
*** sr_slack is now known as teh_slack | 10:30 | |
apevec | ihrachyshka, re. https://review.openstack.org/171442 - need to check if that works with older pymongo | 10:30 |
ihrachyshka | apevec, the code is backward compat | 10:30 |
ihrachyshka | it falls back to mongos_enum | 10:31 |
apevec | ah yes, should've RTFS first | 10:31 |
apevec | ok, backport all the way | 10:31 |
apevec | I'm targeting 1441393 to I and J | 10:31 |
ihrachyshka | apevec, all sent: https://review.openstack.org/#/q/Iaa7fd7221c2e6c865633ef342e6b83304a1de655,n,z | 10:32 |
apevec | ok, that's keystone, ceilo is also affected | 10:32 |
apevec | I'll change LP summary | 10:32 |
ihrachyshka | apevec, link to unit test failure for ceilo? | 10:33 |
apevec | last periodic http://logs.openstack.org/periodic-stable/periodic-ceilometer-python27-juno/66851d6/testr_results.html.gz | 10:34 |
ihrachyshka | apevec, there is smth https://review.openstack.org/#/c/171458/ | 10:35 |
apevec | heh, doesn't bode well: WIP: ugly fix: | 10:36 |
ihrachyshka | looking on whether its compat | 10:37 |
ihrachyshka | apevec, as per https://api.mongodb.org/python/2.4/api/pymongo/connection.html#pymongo.connection.Connection, seems backwards compat | 10:42 |
ihrachyshka | for w=, description is "Implies safe=True." | 10:42 |
apevec | why is it then "ugly fix" ? | 10:44 |
apevec | also unit tests failed on py27 but passed on py34 | 10:44 |
ihrachyshka | seems like coll.ensure_index returned string instead of None (or other False-able value) | 10:45 |
apevec | but why on py27 only? | 10:46 |
apevec | I've added ceilo PTL on the review | 10:46 |
apevec | maybe they want to cap pymongo | 10:47 |
ihrachyshka | apevec, on a post mortem note, why are we broken? haven't we capped versions? why is pymongo not capped? | 10:54 |
ihrachyshka | or wasn't the patch merged? | 10:54 |
apevec | looks like some deps were left uncapped, looking in git log to see why | 10:55 |
apevec | oslo and clients were capped | 10:56 |
ihrachyshka | apevec, other stuff too | 10:57 |
ihrachyshka | probably pymongo was not installed in that freezed req file when they were pinned | 10:57 |
ihrachyshka | I will try to use pin script with ceilometer freeze now | 10:58 |
apevec | hm, right, where was it freeze from? | 10:59 |
apevec | in juno there are 82 reqs without > or == | 11:01 |
apevec | "Using pip-freeze file from a recently stable/juno neutron-full" | 11:02 |
apevec | https://git.openstack.org/cgit/openstack/requirements/commit/?id=499db6b64071c2afa16390ad2bc024e6a96db4ff | 11:04 |
ihrachyshka | apevec, juno cap: https://review.openstack.org/171574 | 11:10 |
ihrachyshka | apevec, I wonder whether we should walk thru all projects and do the same | 11:11 |
* ihrachyshka is preparing icehouse cap too | 11:11 | |
apevec | ihrachyshka, that's kind of whack-a-mole game | 11:23 |
apevec | but yeah, we need something what actually worked in a job | 11:23 |
apevec | pip install from global-requirements.txt wouldn't be the same | 11:24 |
ihrachyshka | apevec, icehouse: https://review.openstack.org/#/c/171578/ I also updated juno to include pip freeze output for reference | 11:32 |
ihrachyshka | apevec, also cherry-picked trove fix: https://review.openstack.org/#/c/171579/ | 11:35 |
apevec | ack for trove backport, I'll wait for more folks to chime in on requirements changes | 11:42 |
*** zerda has quit IRC | 11:54 | |
*** e0ne is now known as e0ne_ | 12:05 | |
*** e0ne_ has quit IRC | 12:15 | |
*** e0ne has joined #openstack-stable | 12:17 | |
*** e0ne is now known as e0ne_ | 13:19 | |
*** zul has quit IRC | 13:22 | |
*** zul has joined #openstack-stable | 13:22 | |
*** e0ne_ has quit IRC | 13:28 | |
*** e0ne has joined #openstack-stable | 13:46 | |
*** apevec has quit IRC | 13:51 | |
*** xaeth_afk is now known as xaeth | 13:53 | |
*** ihrachyshka has quit IRC | 14:44 | |
*** xaeth is now known as xaeth_afk | 14:51 | |
*** apevec has joined #openstack-stable | 15:00 | |
*** e0ne is now known as e0ne_ | 15:10 | |
*** xaeth_afk is now known as xaeth | 15:13 | |
*** e0ne_ has quit IRC | 15:16 | |
*** mrunge is now known as mrunge_away | 15:22 | |
*** e0ne has joined #openstack-stable | 15:29 | |
*** rwsu has joined #openstack-stable | 15:37 | |
*** xaeth is now known as xaeth_afk | 16:55 | |
*** mrunge_away is now known as mrunge | 17:06 | |
*** e0ne has quit IRC | 17:22 | |
*** eharney has quit IRC | 17:27 | |
*** Guest39926 is now known as mgagne | 17:29 | |
*** mgagne has joined #openstack-stable | 17:29 | |
*** eharney has joined #openstack-stable | 17:52 | |
*** e0ne has joined #openstack-stable | 18:41 | |
*** apevec has quit IRC | 18:48 | |
*** e0ne has quit IRC | 19:43 | |
*** e0ne has joined #openstack-stable | 19:47 | |
*** e0ne has quit IRC | 20:04 | |
*** mrunge has quit IRC | 21:10 | |
*** jamielennox is now known as jamielennox|away | 22:11 | |
*** jamielennox|away is now known as jamielennox | 23:12 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!