Tuesday, 2016-05-24

*** shu-mutou-AFK is now known as shu-mutou01:02
openstackgerritwanghao proposed openstack/zaqar: Refactor zaqar/storage/utils.py to respect DRY  https://review.openstack.org/32017801:39
*** tqtran has quit IRC01:59
*** adu has joined #openstack-zaqar02:01
openstackgerritFei Long Wang proposed openstack/zaqar: Make the notifier max_workers configurable  https://review.openstack.org/30844302:37
flwangwanghao: ping02:38
wanghaoflwang: pong02:40
flwangwanghao: i have uploaded a new patchset to your mitaka patch02:40
wanghaoflwang: yeah, I see, to fix the decorator tests.02:43
flwangyep02:43
flwangafter it merged, we may need to back port it to liberty, just maybe02:43
flwangfor stable liberty, we have another issue02:43
*** adu has quit IRC02:44
wanghaoflwang: sure, I'll do that.02:44
flwangwanghao: i'm trying to fix liberty by https://review.openstack.org/32019002:52
flwangwill see if it works02:52
wanghaookay02:54
*** adu has joined #openstack-zaqar02:54
flwangwanghao: or, i should do that in master first and the backport to old versions02:55
*** tqtran has joined #openstack-zaqar02:56
*** tqtran has quit IRC03:00
wanghaoflwang: em, I think it's better, like this: install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}03:01
flwangwanghao: you mean this way is better than the patch we're doing?03:02
wanghaoflwang: no, I mean we should do it in master by using upper-constraints.txt too.03:03
flwangwanghao: acutally, i'm thinking abandon https://review.openstack.org/#/c/320182/ and drat a new one with the pip constraints03:03
flwangwanghao: how do you think?03:04
openstackgerritFei Long Wang proposed openstack/zaqar: Always use pip constraints  https://review.openstack.org/32019203:04
wanghaoflwang: Emm, I feel they're different, with pip constraints, we can pass tests, but fix falcon confilct, it could be useful when user install mitaka or liberty zaqar.03:14
flwangwanghao: based on my understand, when the distributor build the package03:15
flwangthey need to make sure the package works and refer the upper constraints03:16
openstackgerritOpenStack Proposal Bot proposed openstack/zaqar: Updated from global requirements  https://review.openstack.org/31438303:17
openstackgerritwangxiyuan proposed openstack/zaqar: Support Tempest test as gate job  https://review.openstack.org/30247903:18
wanghaoflwang: if user install mitaka zaqar by using git clone and pip, they could install the newest version of falcon. So the upper constraints may don't work here.03:19
flwangso personally, now, i prefer just use the constraints03:19
wanghaoflwang, for tests, I aggree, but it's not enough in my mind.03:20
flwangwanghao: i don't think it's an official way, re pip install03:20
flwangand now nova, glance are doing the same thing, using pip constraints for their stable release03:21
wanghaoflwang: it's right, so I also suggest to add pip constraints in tox.ini.03:22
wanghaoflwang: Consider your thinking, in stable release, we can only use pip constraints. No need use this: https://review.openstack.org/#/c/320182/.03:24
flwangwanghao: i think so, but we may still need the cached fix03:25
flwangbut that's not a big deal03:25
flwangwanghao: see nova https://github.com/openstack/nova/blob/stable/liberty/tox.ini03:25
wanghaoflwang: cached fix is also since the oslo.cache's version, do we need it in stable/mitaka if we use constraints?03:27
wanghaoflwang: yeah, I see, cinder is same.03:27
flwangwanghao: not sure, will see the jenkins result03:28
*** adu has quit IRC03:29
wanghaoflwang: Okay, for master, maybe in O release, we can update flacon>=1.0.0 in global-requirements, so we could remove code that support old version.03:30
flwangwanghao: yep, probably03:30
wanghaoflwang: Sure. Now let's see if constraints is working.03:32
*** tqtran has joined #openstack-zaqar03:32
*** tqtran has quit IRC03:33
openstackgerritFei Long Wang proposed openstack/zaqar: Always use pip constraints  https://review.openstack.org/32019203:40
*** david-lyle_ has joined #openstack-zaqar03:55
*** david-lyle has quit IRC03:57
*** Eva-i has joined #openstack-zaqar04:30
*** GB21 has joined #openstack-zaqar04:58
*** flwang1 has quit IRC05:01
*** GB21 has quit IRC05:44
*** GB21 has joined #openstack-zaqar05:56
*** rcernin has joined #openstack-zaqar06:07
*** tesseract has joined #openstack-zaqar07:04
*** tesseract has quit IRC07:08
*** jtomasek has quit IRC07:10
*** Ravikiran_K has joined #openstack-zaqar07:25
*** flwang1 has joined #openstack-zaqar07:32
flwang1wanghao: wxy: ping07:38
wxyflwang1: hello07:39
wanghaoflwang1: pong07:40
flwang1wxy: can you help take a look https://review.openstack.org/320193 ?07:40
flwang1i can't see what's wrong with it. almost all gates failed07:41
wanghaoflwang1: I found a format nit.07:43
wanghaoflwang1: one more blank before install_command07:43
flwang1wanghao: oh, shit07:43
flwang1wanghao: let me check07:43
flwang1wanghao: thanks07:44
flwang1i think i need some rest, very tired07:44
wanghaoflwang1: yeah, you can leave this work to us, take some rest.07:45
wanghaoflwang1: it's very late in your tz, right?07:45
flwang1wanghao: no, it's 19:4607:46
flwang1wanghao: wxy: if you guys can help take a look at the redis failure in https://review.openstack.org/302479, it would be great07:48
wxyflwang1: I'm looking it.07:48
flwang1wxy: i owe you guys a beer07:49
flwang1if we can meet at Barcelona, i will buy a beer for you guys07:49
wanghaoflwang1: haha, no problem07:50
flwang1as for the redis failure, i can't reproduce it locally07:53
flwang1maybe because locally i'm running a single process of zaqar-server07:53
flwang1and the gate has a uwsgi config, IIRC07:54
flwang1and which may cause some multi threads issue07:54
flwang1just FYI, if you guys are interested in this07:54
wxyflwang1: Got it. I use uwsgi locally. I'll have a try later.07:57
flwang1wxy: really appreciate07:57
*** GB21 has quit IRC07:59
wanghaoflwang1: We should backport py34 fix to mitaka too, right?08:11
flwang1wanghao: i'm hesitate to do that unless we figure out it can cause some very bad problem08:12
wanghaoflwang1: since copy.copy(conf) is also in M.08:12
flwang1wanghao: does it in liberty?08:12
wanghaoflwang1: checking it08:13
wanghaoflwang1: yes, it is.08:14
flwang1wanghao: oh, shit08:14
wanghaoflwang1: I found py34 issue too when I commit patch in M.08:14
flwang1wanghao: i just send a pm to you08:15
*** GB21 has joined #openstack-zaqar08:17
*** venkat has joined #openstack-zaqar08:23
wanghaoflwang1: pip constraints in Mitaka has passed, will +2 for it.08:25
wanghaoflwang1: seems just can +1, LGTM.08:26
*** odyssey4me_ is now known as odyssey4me08:26
flwang1wanghao: cool, so i think we don't really need the falcon patch backport08:27
wanghaoflwang1: emm, right08:29
wanghaoflwang1: cache decorator patch is aslo unnecesscary too.08:29
flwang1wanghao: that's cool, right?08:31
flwang1;)08:32
wanghaoflwang1: yes, have abandoned the patch, good fix!08:38
*** ig0r_ has joined #openstack-zaqar08:40
*** shu-mutou is now known as shu-mutou-AFK08:58
Kevin_Zhengfor  https://review.openstack.org/302479 it looks like the first one passed and the rest failed09:11
*** AAzza has joined #openstack-zaqar09:20
*** GB21 has quit IRC09:21
*** zigo_ is now known as zigo09:28
*** GB21 has joined #openstack-zaqar09:37
*** mdnadeem_ has joined #openstack-zaqar10:56
*** dmowrer has joined #openstack-zaqar10:57
*** mdnadeem has quit IRC11:00
*** Ravikiran_K has quit IRC11:08
*** venkat has quit IRC11:15
*** ig0r_ has quit IRC11:34
*** ig0r_ has joined #openstack-zaqar11:56
*** Ravikiran_K has joined #openstack-zaqar12:16
*** prashanthraghu has joined #openstack-zaqar12:19
*** prashanthraghu has left #openstack-zaqar12:20
*** GB21 has quit IRC12:20
openstackgerritwangxiyuan proposed openstack/zaqar: Support Tempest test as gate job  https://review.openstack.org/30247912:29
*** david-lyle has joined #openstack-zaqar12:57
*** david-lyle_ has quit IRC13:01
*** fesp has joined #openstack-zaqar13:36
*** fesp has quit IRC13:40
*** ametts has joined #openstack-zaqar13:46
*** mpanetta has joined #openstack-zaqar14:11
*** david-lyle has quit IRC14:42
*** rcernin has quit IRC14:47
*** GB21 has joined #openstack-zaqar14:57
*** rcernin has joined #openstack-zaqar14:59
*** david-lyle has joined #openstack-zaqar15:45
*** david-lyle has quit IRC15:57
*** david-lyle has joined #openstack-zaqar16:06
*** GB21 has quit IRC16:16
*** GB21 has joined #openstack-zaqar16:18
*** ig0r_ has quit IRC16:24
*** GB21 has quit IRC16:36
*** GB21 has joined #openstack-zaqar16:37
*** GB21 has quit IRC17:25
*** Ravikiran_K has quit IRC17:34
*** dmowrer has quit IRC17:46
*** dmowrer has joined #openstack-zaqar18:11
*** david-lyle_ has joined #openstack-zaqar18:12
*** david-lyle has quit IRC18:16
*** ig0r_ has joined #openstack-zaqar18:22
*** rcernin has quit IRC18:29
*** dmowrer has quit IRC18:41
*** dmowrer has joined #openstack-zaqar18:43
*** AAzza has quit IRC19:08
*** tqtran has joined #openstack-zaqar19:14
flwang1flaper87: ping19:29
*** ig0r_ has quit IRC19:39
*** flwang1 has quit IRC19:56
*** dmowrer has quit IRC20:24
*** dmowrer has joined #openstack-zaqar20:25
*** dmowrer has quit IRC20:30
*** AAzza has joined #openstack-zaqar20:34
*** dmowrer has joined #openstack-zaqar20:44
*** rcernin has joined #openstack-zaqar21:02
*** mpanetta has quit IRC21:14
*** AAzza has quit IRC21:20
*** flwang1 has joined #openstack-zaqar21:33
*** ametts has quit IRC21:35
*** rcernin has quit IRC21:43
*** stevebak` is now known as stevebaker21:46
*** dmowrer has quit IRC22:26
*** dmowrer has joined #openstack-zaqar22:27
flwangEva-i: ping22:30
Eva-iflwang: pong22:31
flwangEva-i: any progress for the lazy queue of subscription22:31
*** dmowrer has quit IRC22:31
Eva-iflwang: no progress, but I can try to make a patch tonight. Will it be okay?22:32
flwangEva-i: that would be great22:33
Eva-iflwang: oki22:34
flwangEva-i: thanks :)22:34
*** Eva-i has quit IRC22:54
*** Eva-i has joined #openstack-zaqar22:59
*** openstackgerrit has quit IRC23:03
*** openstackgerrit has joined #openstack-zaqar23:03
*** david-lyle_ is now known as david-lyle23:12
*** Eva-i has quit IRC23:12

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