Monday, 2014-07-07

*** oomichi has joined #openstack-oslo00:10
*** jaosorior has quit IRC01:22
*** rpodolyaka has quit IRC01:29
*** rpodolyaka1 has joined #openstack-oslo01:29
*** harlowja_at_home has quit IRC01:34
*** amotoki has quit IRC01:38
*** yamahata has joined #openstack-oslo01:42
openstackgerritA change was merged to openstack/oslotest: Add known issue about time.time mocking  https://review.openstack.org/9541101:43
*** amotoki has joined #openstack-oslo01:46
*** enykeev has quit IRC01:55
*** dims has quit IRC02:18
*** dstanek is now known as dstanek_zzz02:27
openstackgerritA change was merged to openstack/oslo.config: generator: refactor MultiStrOpt handling  https://review.openstack.org/10422502:34
openstackgerritA change was merged to openstack/oslo.config: cfg,generator: add Opt.sample_default attribute  https://review.openstack.org/10422602:35
*** dstanek_zzz is now known as dstanek02:38
*** dims has joined #openstack-oslo02:44
*** dims has quit IRC02:50
*** lbragstad_ has joined #openstack-oslo03:09
openstackgerritA change was merged to openstack/oslo.rootwrap: Let tests pass on distros where "ip" is in /bin  https://review.openstack.org/10486503:27
openstackgerritA change was merged to openstack/oslo.vmware: Translations: make use of _LE, _LI and _LW  https://review.openstack.org/10182103:27
*** liusheng has quit IRC03:33
*** liusheng has joined #openstack-oslo03:34
*** zhiyan_ is now known as zhiyan03:40
*** dims_ has joined #openstack-oslo03:46
*** lbragstad_ has left #openstack-oslo03:48
*** dims_ has quit IRC03:51
*** lbragstad_ has joined #openstack-oslo03:58
*** zhiyan is now known as zhiyan_04:20
*** arnaud has joined #openstack-oslo04:31
*** SridharG has joined #openstack-oslo04:36
*** dims_ has joined #openstack-oslo04:47
*** dims_ has quit IRC04:52
*** ajc_ has joined #openstack-oslo04:52
*** harlowja_at_home has joined #openstack-oslo04:58
*** arnaud has quit IRC05:04
*** arnaud has joined #openstack-oslo05:10
openstackgerritA change was merged to openstack/taskflow: Remove pbr as a runtime dependency  https://review.openstack.org/10504305:10
*** arnaud has quit IRC05:16
*** ildikov has joined #openstack-oslo05:18
*** ildikov_ has quit IRC05:22
*** ildikov has quit IRC05:23
*** yamahata has quit IRC05:44
*** dims_ has joined #openstack-oslo05:47
*** dims_ has quit IRC05:53
*** arnaud has joined #openstack-oslo06:28
*** ildikov_ has joined #openstack-oslo06:29
*** AAzza_afk is now known as AAzza06:41
*** harlowja_at_home has quit IRC06:47
*** dims_ has joined #openstack-oslo06:48
*** liusheng has quit IRC06:48
*** liusheng has joined #openstack-oslo06:50
*** dims_ has quit IRC06:53
*** flaper87|afk is now known as flaper8707:24
*** arnaud has quit IRC07:29
*** AAzza is now known as AAzza_afk07:31
*** nacim has joined #openstack-oslo07:42
*** AAzza_afk is now known as AAzza07:44
*** yamahata has joined #openstack-oslo07:45
openstackgerritVipin Balachandran proposed a change to openstack/oslo.vmware: Fix wrong usage of assertRaises  https://review.openstack.org/10507707:46
*** sreshetn1ak has quit IRC07:51
*** markmc has joined #openstack-oslo07:51
*** linkid has joined #openstack-oslo08:01
*** ajo has joined #openstack-oslo08:05
*** dstanek is now known as dstanek_zzz08:08
*** i159 has joined #openstack-oslo08:09
*** ihrachyshka has joined #openstack-oslo08:18
*** linkid has quit IRC08:18
*** yamahata has quit IRC08:20
*** dstanek_zzz is now known as dstanek08:29
*** zhiyan_ is now known as zhiyan08:30
openstackgerritChristian Berendt proposed a change to openstack/oslo.config: Replaced 'e.g.' with 'for example'  https://review.openstack.org/10508608:35
*** tkelsey has joined #openstack-oslo08:38
*** dstanek is now known as dstanek_zzz08:39
*** rpodolyaka1 has quit IRC08:42
*** rpodolyaka has joined #openstack-oslo08:46
*** pblaho has joined #openstack-oslo08:47
*** rpodolyaka has quit IRC08:50
*** rpodolyaka1 has joined #openstack-oslo08:50
*** sreshetnyak has joined #openstack-oslo08:50
*** ihrachyshka has quit IRC09:26
*** ihrachyshka has joined #openstack-oslo09:26
*** linkid has joined #openstack-oslo09:28
linkidHI09:29
linkidhi09:29
linkidI would like to modify a function to clarify an exception09:31
linkidin oslo-incubator09:31
linkidit is the function openstack.common.importutils.import_versioned_module, which will raise an ImportError instead of apiclient.exceptions.UnsupportedVersion09:34
linkidis it relevant ?09:34
linkidI think it is, because in my tests, I will check this exception instead of ImportError, due to the name of the function09:36
linkidI would like your opinion before I submit a ticket and a review09:38
*** praneshp has quit IRC09:40
thervelinkid, Well, you can't raise apiclient exceptions in importutils09:41
linkidwhy ?09:41
therveBecause it can be used outside of the client09:41
therveIt would seem better to modify apiclient to catch ImportError and raise UnsupportedVersion09:43
linkidbut this function is never called in the apiclient09:45
linkidso it will be in my api where I have to catch this exception ?09:48
linkidit is weird09:48
linkidno ?09:50
linkid*api → client09:58
boris-42markmc hi10:00
boris-42markmc i have some strange behavior of oslo.messaging10:01
boris-42markmc in part of nova & cinder10:01
boris-42markmc unit tests10:01
boris-42markmc I am trying to initialize oslo.messaging.Notifier during start of service10:01
boris-42markmc and it says that10:02
boris-42TypeError: __init__() got an unexpected keyword argument 'topic'10:02
boris-42^ Notifier.__init__()10:02
boris-42(all other tests + tempest are passing)10:02
boris-42markmc ^ haven't see such behavior before?10:02
boris-42seen*10:02
*** oomichi has quit IRC10:04
boris-42markmc so this line fails https://github.com/stackforge/osprofiler/blob/master/osprofiler/_notifiers/messaging.py#L31-L3210:05
*** pcm_ has joined #openstack-oslo10:08
*** pcm_ has quit IRC10:12
*** pcm_ has joined #openstack-oslo10:13
ihrachyshkaboris-42: what is that Notifier? if it's unit tests, it may be some fake notifier that does not support topic argument10:27
boris-42ihrachyshka yep seems like so10:28
boris-42ihrachyshka I actually don't know let me just show patch set10:28
boris-42ihrachyshka https://review.openstack.org/#/c/103415/10:28
boris-42ihrachyshka take a look here at py26 / py27 jobs10:28
ihrachyshkaboris-42: I had similar failure when I worked on neutron migration to oslo.msg10:28
ihrachyshkalemme check10:28
boris-42ihrachyshka oh nice thank you10:28
ihrachyshkayeah, right10:29
ihrachyshkasee https://github.com/openstack/cinder/blob/master/cinder/tests/fake_notifier.py10:29
ihrachyshkaFakeNotifier is not aware of topic10:29
ihrachyshkaand here is what we have in neutron: https://github.com/openstack/neutron/blob/master/neutron/tests/fake_notifier.py10:29
ihrachyshkacompare __init__ methods10:29
*** linkid has quit IRC10:31
boris-42ihrachyshka thank you!10:37
boris-42ihrachyshka really thank you!10:37
boris-42=)10:37
boris-42ihrachyshka so I need just one line change =)10:37
boris-42ihrachyshka oh there are more bugs10:41
boris-42ihrachyshka e..g _notify now accepts priority as a last argument10:41
ihrachyshkaboris-42: you should fix your fake notifier to be more similar to a real one10:43
boris-42ihrachyshka yep I'll10:44
*** ndipanov has joined #openstack-oslo10:49
*** dims_ has joined #openstack-oslo10:53
*** mkoderer has joined #openstack-oslo10:54
*** dims_ has quit IRC10:58
*** dims_ has joined #openstack-oslo11:14
boris-42ihrachyshka ohh11:33
boris-42ihrachyshka 2014-07-07 11:13:21.203 | ValueError: Circular reference detected11:33
boris-42ihrachyshka https://jenkins02.openstack.org/job/gate-cinder-python26/7180/console11:33
boris-42ihrachyshka this seems quite wired=)11:33
ihrachyshkaboris-42: check your payload, probably it11:34
ihrachyshkaboris-42: check your payload, probably it is not json-able11:35
boris-42ihrachyshka actually I don't send any notification11:35
boris-42ihrachyshka so it seems related to the project unit tests11:35
boris-42ihrachyshka but thanks  I will try to figure out what is happening there11:35
*** linkid has joined #openstack-oslo11:39
*** AAzza is now known as AAzza_afk11:41
*** markmcclain has joined #openstack-oslo12:09
*** viktors|afk is now known as viktors12:13
*** dstanek_zzz is now known as dstanek12:20
openstackgerritVictor Stinner proposed a change to openstack/oslo.messaging: Fix AMQPListener for polling with timeout  https://review.openstack.org/10496412:26
*** jraim has quit IRC12:28
*** mgagne has quit IRC12:28
*** russellb has quit IRC12:29
*** wendar has quit IRC12:29
*** wendar has joined #openstack-oslo12:29
*** russellb has joined #openstack-oslo12:30
*** jgriffit1 has joined #openstack-oslo12:30
*** jraim has joined #openstack-oslo12:30
*** hartsocks has quit IRC12:30
*** GheRiver1 has joined #openstack-oslo12:30
*** GheRivero has quit IRC12:31
*** jgriffith has quit IRC12:31
*** mgagne has joined #openstack-oslo12:31
*** jraim has quit IRC12:31
*** jraim has joined #openstack-oslo12:31
*** hartsocks has joined #openstack-oslo12:31
*** hartsocks is now known as Guest6987612:31
*** ajc_ has quit IRC12:33
*** dims_ has quit IRC12:37
*** dims_ has joined #openstack-oslo12:37
*** bknudson has quit IRC12:39
*** lbragstad_ has quit IRC12:43
*** AAzza_afk is now known as AAzza12:51
*** bknudson has joined #openstack-oslo12:54
openstackgerritIhar Hrachyshka proposed a change to openstack/oslo-incubator: Added missing jsonutils.dump() function  https://review.openstack.org/10516113:07
*** ajo has quit IRC13:08
*** joesavak has joined #openstack-oslo13:13
*** jecarey has quit IRC13:15
*** dstanek is now known as dstanek_zzz13:17
*** yamahata has joined #openstack-oslo13:20
*** ajo has joined #openstack-oslo13:23
dhellmann_markmc: I saw that the config filter merged in oslo.config. Do you want to do a release this week? I'm going to be releasing a few other libs this morning, so I can do it if you think we're ready.13:29
*** dhellmann_ is now known as dhellmann13:29
markmcdhellmann, yep, had planned on doing a release13:30
markmcdhellmann, I'd like the patch to remove the sanitizer merged first13:30
dhellmannmarkmc: makes sense13:31
markmcdhellmann, also, we're prevented from using it until infra do the work for mirroring alpha releases13:31
dhellmannmarkmc: I thought that was done?13:31
markmcdhellmann, it passed my by if it did13:32
* markmc looks13:32
dhellmannmarkmc: they switched the mirror to use bandersnatch instead of the home-grown thing they had put together13:32
openstackgerritOpenStack Proposal Bot proposed a change to openstack/oslo-incubator: Updated from global requirements  https://review.openstack.org/10517113:32
openstackgerritOpenStack Proposal Bot proposed a change to openstack/oslo.db: Updated from global requirements  https://review.openstack.org/10517313:32
dhellmannmarkmc: I thought that fixed it13:32
markmcdhellmann, didn't know that had landed, last I say was13:33
markmchttp://lists.openstack.org/pipermail/openstack-dev/2014-July/039089.html13:33
markmchttps://review.openstack.org/#/c/103256/13:33
markmchttps://review.openstack.org/#/c/103536/13:33
*** ajo has quit IRC13:34
*** jecarey has joined #openstack-oslo13:34
* dhellmann grumbles13:34
*** zhiyan is now known as zhiyan_13:37
openstackgerritA change was merged to openstack/oslo-incubator: Added missing jsonutils.dump() function  https://review.openstack.org/10516113:37
dhellmannmarkmc: why did you mark https://review.openstack.org/#/c/103256/ as WIP?13:38
dhellmannbecause we needed to fix the mirroring script first?13:39
markmcyes13:39
dhellmannmarkmc: ok, it seems like we want to try to merge that to test whether alphas are being allowed, right?13:39
markmcdhellmann, sure, if you're saying there's a reasonable chance it just works now ... I can approve again13:40
dhellmannmarkmc: I'll go ask infra first, I guess13:40
markmcdhellmann, got any link to this bandersnatch work ?13:40
markmc"stuff happened on the infra channel, do keep up" :)13:41
*** sigmavirus24 has joined #openstack-oslo13:42
dhellmannmarkmc: I think it was just on irc13:42
dhellmannmarkmc: our theme for the K summit should be "write it down"13:42
markmcdhellmann, right :)13:43
haypohi markmc & dhellmann13:43
dhellmannhi, haypo13:43
markmcdhellmann, well, most of the other programs are doing pretty well on that in J :)13:43
dhellmannmarkmc: meaning infra needs to work on it, oslo does, or both? :-)13:44
markmcdhellmann, oh goodness, the former :)13:44
markmchi haypo13:44
dhellmannmarkmc: ok, the i18n work came to mind13:45
markmcdhellmann, meh, discussed on the mailing list, you wrote excellent docs ... it was grand in the end13:46
*** mriedem has joined #openstack-oslo13:46
markmcdhellmann, certainly no expectation that people should be following this channel if they wanted to know what's going on :)13:46
dhellmannmarkmc: yeah, I don't expect anyone to follow conversations here13:49
*** dhellmann is now known as dhellmann_13:51
openstackgerritA change was merged to openstack/oslo-incubator: Updated from global requirements  https://review.openstack.org/10517113:54
*** Guest69876 is now known as hartsocks13:55
*** markmcclain has quit IRC13:58
*** markmcclain has joined #openstack-oslo14:11
*** dstanek_zzz is now known as dstanek14:13
*** SridharG has quit IRC14:13
openstackgerritIlya Pekelny proposed a change to openstack/oslo.db: Opportunistic migration tests  https://review.openstack.org/9342414:16
*** jaosorior has joined #openstack-oslo14:17
*** jgriffit1 has quit IRC14:19
*** amotoki_ has joined #openstack-oslo14:21
*** amotoki has quit IRC14:22
*** tkelsey has quit IRC14:25
*** ajo has joined #openstack-oslo14:25
*** dhellmann_ is now known as dhellmann14:26
openstackgerritTimur Sufiev proposed a change to openstack/oslo-incubator: Enhance versionutils.deprecated to work with classes  https://review.openstack.org/10491614:27
openstackgerritVictor Stinner proposed a change to openstack/oslo.messaging: Fix AMQPListener for polling with timeout  https://review.openstack.org/10496414:28
*** bswartz has joined #openstack-oslo14:33
*** YorikSar has joined #openstack-oslo14:35
YorikSarbnemec: Hello. Around?14:35
*** bswartz has left #openstack-oslo14:35
YorikSarbnemec: Can you please take a look at https://review.openstack.org/94613/14:37
YorikSarbnemec: It already has all +1's and one +2 from Doug, so it would be great to land it so that specs for other projects could move on14:37
dhellmannYorikSar: ttx's +1 counts as a +2 on that spec, too14:43
YorikSardhellmann: Then I need anyone to just approve it :)14:43
bnemecYorikSar: I'm in a meeting right now, but I'll try to take a look today.14:47
dhellmannYorikSar: I'll give bnemec and dims another day to review it and then approve it14:48
YorikSarbnemec: Thanks :)14:48
YorikSardhellmann: Ok. Great. I'll have about 12 days till SAD to approve specs in other projects then :)14:50
*** joesavak has quit IRC14:53
*** tsekiyama has joined #openstack-oslo14:56
*** james_li has joined #openstack-oslo14:57
*** joesavak has joined #openstack-oslo14:58
*** zzzeek has joined #openstack-oslo15:01
*** alexpilotti has quit IRC15:11
openstackgerritA change was merged to openstack/oslo.i18n: Setup for translation  https://review.openstack.org/9824315:12
jecareydhellmann, Am I correct in assuming it isn't going to be required to move to the i18n library in Juno, so critical bugs should be fixed in oslo-incubator?15:12
dhellmannjecarey: bugs should be fixed in the library first and then backported to the incubator15:13
jecareyI think I need to backport https://review.openstack.org/#/c/97931/15:13
*** alexpilotti has joined #openstack-oslo15:13
dhellmannjecarey: really? that shouldn't cause a problem for an application15:14
openstackgerritMark McLoughlin proposed a change to openstack/oslo.messaging: zmq: provide sample_default for rpc_zmq_host opt  https://review.openstack.org/10520515:14
jecareyThe problem is that when a function is imported (_ in this case) it is cached so subsequent changes don't get picked up.15:14
dhellmannjecarey: ah15:15
jecareydhellmann: Seeing a failure in a cinder test case when change to import _15:15
ihrachyshkazzzeek: hey, I have a question on sqlalchemy and sqlconnector15:15
zzzeekyeah15:15
ihrachyshkazzzeek: I get the following error when trying to spawn lots of parallel db workers and create ports inside of them: TimeoutError: QueuePool limit of size 10 overflow 20 reached, connection timed out, timeout 1015:16
ihrachyshkazzzeek: 10 workers are fine, but 1000 fails in that way15:16
ihrachyshkazzzeek: ideas?15:16
zzzeekum15:16
zzzeekthe pool has a limit of 30 connecvtions max15:16
zzzeekand you’re using more workers than that15:17
zzzeekperhaps you’d want to remove the limit off the connecvtion pool.   but then again 1000 concurrent connecvtions is too much for the vast majority of database configurations that aren’t running on a giant mainframe15:17
ihrachyshkazzzeek: yeah, but why not blocking them or I don't know what... it seems operations still succeed, though with delay15:18
zzzeekthe pool blocks on waiters15:18
zzzeekand it has a timeout15:18
zzzeekall configurable15:18
ihrachyshkazzzeek: not that I consider it a real use case, I just test sqlconnector15:18
ihrachyshkazzzeek: I think with mysqldb there is no way to get it15:18
zzzeekihrachyshka: take SQLA out of the equation for a minute15:18
zzzeekihrachyshka: you want to run 1000 workers, all talking to the DB15:18
ihrachyshkazzzeek: because everything is blocked inside db15:18
zzzeekyou want 1000 DB connections at once?   a DB conneciton takes up memory, do you know how much, and does the system have enough memory for 1000 of them ?15:19
ihrachyshkazzzeek: well, I have 16 gigs here, so... :)15:19
zzzeekdid you configure your my.cnf for 1000 connections ?15:19
ihrachyshkazzzeek: nope, I didn't. will it raise sqlalchemy limit?15:20
zzzeekihrachyshka: no.   you need to read some docs :)15:21
ihrachyshkazzzeek: ok... roger :)15:21
zzzeeksqlalchemy’s docs, go to connection pooling15:22
ihrachyshkatnx15:22
ihrachyshkaok, one last thing: is timeout harmless? [expect the delay]15:23
openstackgerritJames Carey  proposed a change to openstack/oslo-incubator: Backport code for i18n to check lazy at runtime  https://review.openstack.org/10520715:24
openstackgerritMasaru Nomura proposed a change to openstack/oslo.vmware: Add API for introspecting OVAs  https://review.openstack.org/10520815:25
ihrachyshkazzzeek: though it's not oslo specific, you may be interesting in that one: https://review.openstack.org/#/c/104905/ some interesting numbers for sqlconnector inside15:26
dhellmannjecarey: why not go ahead and fully revert that change and remove the lazy argument to the factory?15:27
jecareydhellmann, I was trying to limit interface change.  It would be cleaner to do that.15:28
dhellmannjecarey: yeah, I'm worried that if we leave the argument it will be confusing15:29
jecareydhellmann: it also makes it a bit easier to move the the library.   I'll go ahead and remove it.15:29
dhellmannjecarey: ok15:30
*** markmcclain has quit IRC15:33
openstackgerritJulien Danjou proposed a change to openstack/oslo.db: Raise DBReferenceError on foreign key violation  https://review.openstack.org/9433315:34
*** tmcpeak has joined #openstack-oslo15:37
tmcpeakjogo: you're back :)15:37
*** linkid has left #openstack-oslo15:42
*** pblaho has quit IRC15:42
*** ildikov_ has quit IRC15:47
*** arnaud__ has joined #openstack-oslo15:52
*** ihrachyshka has quit IRC15:56
openstackgerritJames Carey  proposed a change to openstack/oslo-incubator: Backport code for i18n to check lazy at runtime  https://review.openstack.org/10520715:56
*** AAzza is now known as AAzza_afk16:00
*** sigmavir1s24 has joined #openstack-oslo16:02
*** sigmavirus24 has quit IRC16:02
*** sigmavir1s24 is now known as sigmavirus2416:03
*** sigmavirus24 has quit IRC16:03
*** sigmavirus24 has joined #openstack-oslo16:03
openstackgerritIlya Pekelny proposed a change to openstack/oslo.db: Add a base test case for DB schema comparison  https://review.openstack.org/9339816:04
*** viktors is now known as viktors|afk16:09
*** arnaud__ has quit IRC16:09
viktors|afkzzzeek: around?16:17
zzzeekyeah16:17
*** viktors|afk is now known as viktors16:17
viktorszzzeek: recently, you provided a link, with gevent MySQL-python patching16:18
zzzeekyes its on the wiki page i made16:18
viktorsoh16:18
*** i159 has quit IRC16:18
zzzeekhttps://wiki.openstack.org/wiki/OpenStack_and_SQLAlchemy#MySQLdb_.2B_eventlet_.3D_sad16:18
viktorswe with rpodolyaka1 tried to make a similar patching for eventlet. What do you think about it?16:19
zzzeekdid it work?  great16:19
zzzeekshrugs, all it has to do is work right ?16:19
viktorshttps://github.com/vikt0rs/greenify/commit/5ebd5299a34d8e3711c0c903098744b8d727892a16:19
zzzeekgreat :)  i’m not familair with the internals of greening things16:20
viktorsme actually, too. It's based on ideas of psycopg2 patching :)16:21
viktorsyes, it's work, but we got no profit on the fast queries :(16:21
zzzeekpsycopg2 has a 1st class async API16:21
viktors1 min16:21
zzzeekviktors: well you’d have to profile the blocking somehow16:21
viktorssee https://github.com/eventlet/eventlet/blob/master/eventlet/support/psycopg2_patcher.py16:22
zzzeekoh right this16:22
zzzeekyeah sure16:22
zzzeekbut, this is beacuse psyvcopg2 has an explicit async API16:22
zzzeekthe “extensions.set_wait_callback(eventlet_wait_callback)” changes the whole library’s behavior16:23
zzzeekmysqldb doesnt have that16:23
zzzeekhttp://initd.org/psycopg/docs/extensions.html#psycopg2.extensions.set_wait_callback16:23
viktorszzzeek: yes, but we work with "greenif'ed" mysqldb16:25
zzzeekviktors: OK16:26
zzzeekviktors: doent that mean the C source code of mysqldb has to change ?16:26
viktorszzzeek:  mysql-connector-c was modified, similar to https://github.com/CMGS/greenify/blob/develop/README.rst16:27
zzzeekviktors: OK16:28
zzzeekviktors: well then the pieces are there, as far as “does it work” youd need to make a test that defintiely performs poorly due to blocking first, then see if the new approach fixes16:28
zzzeekviktors: perhaps you are testing a case that doesnt have a blocking issue anyway16:28
*** pblaho has joined #openstack-oslo16:29
zzzeekviktors: there should be some way to detect when the interpreter is doing nothing, waiting on IO.  an async system should never be waiting16:29
viktorszzzeek: ! min, I'll show you test case16:31
*** sigmavirus24 has quit IRC16:33
viktorszzzeek: http://paste.openstack.org/show/85599/16:33
viktorszzzeek: so the issue is16:34
viktorswhen you use ``select sleep(0)`` -  it pass ~1.5 sec with monkey patching and 0.002 - without16:35
zzzeekim not surprised it has quirks but thats nothing i have any specific insight on16:36
viktorszzzeek: :)16:38
viktorssame thing )16:38
zzzeekhere’s a test against PG that defintiely shows improvement: https://bitbucket.org/zzzeek/green_sqla/src/2732bb7ea9d06b9d4a61e8cd587a95148ce2599b/green_sqla/stress_sqla.py?at=default16:38
zzzeekvs. plain threads16:39
viktorszzzeek: thanks! Will try to test in a such way also16:41
*** ndipanov has quit IRC16:41
*** SridharG has joined #openstack-oslo16:43
openstackgerritGraham Hayes proposed a change to openstack/oslosphinx: Fixed link text colour for incubation variant  https://review.openstack.org/10523316:44
*** viktors is now known as viktors|afk16:44
*** ildikov has joined #openstack-oslo16:44
*** pblaho has quit IRC16:47
*** tmcpeak has left #openstack-oslo16:48
*** harlowja_away is now known as harlowja17:01
*** james_li has quit IRC17:24
*** arnaud__ has joined #openstack-oslo17:42
*** arnaud__ has quit IRC17:46
openstackgerritA change was merged to openstack/oslo-incubator: Backport code for i18n to check lazy at runtime  https://review.openstack.org/10520717:55
openstackgerritA change was merged to openstack/oslo-incubator: Ability to customize default_log_levels for each project  https://review.openstack.org/9400117:55
*** ajo has quit IRC17:57
*** mriedem has left #openstack-oslo18:00
*** amotoki_ has quit IRC18:02
*** arnaud__ has joined #openstack-oslo18:06
*** ajo has joined #openstack-oslo18:09
*** james_li has joined #openstack-oslo18:13
*** dims_ has quit IRC18:14
*** mriedem has joined #openstack-oslo18:19
*** dims has joined #openstack-oslo18:19
dhellmanndims: have a sec to talk about oslo.utils?18:40
dimsdhellmann, yep, am here18:40
dhellmannI'm just looking at the github repo again, did you see my comments there?18:40
dhellmanndims: it would probably be better to leave things like https://github.com/dims/oslo.utils/commit/6b9f2e9ec0a352e6c3ce862226ac05987d0823d7 for after the import18:41
dimsdhellmann, where can i see your comments?18:42
dhellmannhttps://github.com/dims/oslo.utils/commit/01bca57862633ca43c8f1c05cef761acd85a701118:42
dimsright agree about flaper87's patch18:42
dhellmannI think those can all be addressed after this repo is imported18:42
dhellmannmeh, I'll give you a +2 on that patch to go with our approval and we can just pull it in like it is now18:43
dimsack18:43
dhellmanndims: you saw jeblair's comments about how they are redoing the ACL stuff for https://review.openstack.org/#/c/101230/ right?18:44
dimsyes, i was waiting for that, not sure where it is now18:44
dimsi can ping jeblair18:45
dhellmanndims: yeah, would be good to move this ahead18:45
*** praneshp has joined #openstack-oslo18:49
*** pblaho has joined #openstack-oslo18:50
dimsdhellmann, https://review.openstack.org/#/c/101230/ is ready again, had to patch up a few things19:02
dhellmanndims: looking19:02
dhellmanndims: I see a check job for python33, do we want a gate job, too?19:03
dhellmanndims: 2 comments inline19:04
dimsdhellmann, i just copied the stuff from "openstack/oslo.version"19:05
dhellmanndims: there's a "gate:" section for oslo.version, too19:06
dhellmanndims: ironically, the name of the job doesn't really matter, what matters is which section it's put in19:06
dhellmanndims: and it's possible someone cleaned up oslo.version since you copied it :-)19:07
*** SridharG has quit IRC19:07
dimslol, looks like it. reviewing :)19:07
dhellmanndims: I run into this pretty often. These files see a lot of churn.19:07
dimsyep. updated.19:12
*** rpodolyaka1 has quit IRC19:24
*** rpodolyaka has joined #openstack-oslo19:24
boris-42markmc hi19:31
*** pblaho has quit IRC19:34
*** erecio has joined #openstack-oslo19:49
*** dstanek is now known as dstanek_zzz19:49
*** dstanek_zzz is now known as dstanek19:59
dhellmanndims: do you know if the utils code all works under pypy? I would hesitate to add those jobs if we don't know they work20:06
*** james_li has quit IRC20:08
*** james_li has joined #openstack-oslo20:10
openstackgerritA change was merged to openstack/oslo.messaging: Fix AMQPListener for polling with timeout  https://review.openstack.org/10496420:16
openstackgerritA change was merged to openstack/oslo.config: generator: remove the default sanitizer feature  https://review.openstack.org/10422720:16
*** yamahata__ has joined #openstack-oslo20:16
*** yamahata_ has quit IRC20:17
*** pcm_ has quit IRC20:21
*** pcm_ has joined #openstack-oslo20:22
*** sigmavirus24 has joined #openstack-oslo20:24
*** jecarey has quit IRC20:25
*** markmc has quit IRC20:45
openstackgerritArnaud Legendre proposed a change to openstack/oslo.vmware: Share get_values_from_object_properties  https://review.openstack.org/10527420:46
openstackgerritA change was merged to openstack-dev/oslo-cookiecutter: Use spaces instead of tabs for indentation  https://review.openstack.org/10387220:54
*** markmcclain has joined #openstack-oslo21:00
*** harlowja is now known as harlowja_away21:02
*** GheRiver1 is now known as GheRivero21:05
*** jecarey has joined #openstack-oslo21:14
*** flaper87 is now known as flaper87|afk21:17
*** joesavak has quit IRC21:32
*** zzzeek has quit IRC21:33
*** zzzeek has joined #openstack-oslo21:46
*** dstanek is now known as dstanek_zzz21:50
*** rmcall has joined #openstack-oslo21:54
*** mriedem has quit IRC21:54
*** alexpilotti has quit IRC22:03
*** alexpilotti has joined #openstack-oslo22:04
*** harlowja_away is now known as harlowja22:04
*** sigmavirus24 has quit IRC22:07
*** alexpilotti has quit IRC22:09
*** markmcclain has quit IRC22:12
*** ildikov has quit IRC22:15
*** bknudson has quit IRC22:16
*** asalkeld has joined #openstack-oslo22:29
*** james_li has quit IRC22:42
*** mriedem has joined #openstack-oslo22:48
openstackgerritJoshua Harlow proposed a change to openstack/oslo-specs: Add a redis backed job/jobboard (WIP)  https://review.openstack.org/10529822:50
*** asalkeld has quit IRC23:03
*** dims has quit IRC23:37
*** oomichi has joined #openstack-oslo23:38
*** jaosorior has quit IRC23:42
openstackgerritpritesh proposed a change to openstack-dev/hacking: Add hacking check for editor configuration in source files  https://review.openstack.org/10196923:48
openstackgerritJoshua Harlow proposed a change to openstack/oslo-specs: Add a redis backed job/jobboard  https://review.openstack.org/10529823:48
openstackgerritJoshua Harlow proposed a change to openstack/oslo-specs: Add a redis backed job/jobboard  https://review.openstack.org/10529823:49
*** dims has joined #openstack-oslo23:57
openstackgerritMichael Bayer proposed a change to openstack/oslo-specs: Add use-events-for-error-wrapping  https://review.openstack.org/10530623:57

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