Thursday, 2015-01-15

*** ametts has quit IRC00:01
*** kgriffs is now known as kgriffs|afk00:22
*** kgriffs|afk is now known as kgriffs00:22
*** achanda has quit IRC00:28
*** achanda has joined #openstack-zaqar00:28
*** achanda has quit IRC00:30
*** achanda has joined #openstack-zaqar00:33
*** achanda has quit IRC00:35
*** achanda has joined #openstack-zaqar00:35
*** achanda has quit IRC00:38
*** kgriffs is now known as kgriffs|afk00:42
*** flwang1 has joined #openstack-zaqar00:54
*** achanda has joined #openstack-zaqar01:02
*** flwang1 has quit IRC01:25
*** amalagon has quit IRC01:39
*** jasondotstar has quit IRC01:49
*** csoukup has quit IRC01:50
*** amalagon has joined #openstack-zaqar02:21
*** amalagon has quit IRC02:28
*** vDruids has joined #openstack-zaqar02:37
*** achanda has quit IRC02:39
*** pcaruana has quit IRC02:41
*** vDruids has quit IRC02:42
*** achanda has joined #openstack-zaqar02:45
*** flwang1 has joined #openstack-zaqar02:46
*** achanda has quit IRC02:50
*** vDruids has joined #openstack-zaqar02:54
*** achanda has joined #openstack-zaqar03:13
*** amalagon has joined #openstack-zaqar03:39
*** achanda has quit IRC03:40
*** amalagon has quit IRC03:43
*** reed has joined #openstack-zaqar04:05
*** reed has quit IRC04:41
*** achanda has joined #openstack-zaqar05:55
*** exploreshaifali has joined #openstack-zaqar06:03
*** echevemaster has quit IRC06:20
*** echevemaster has joined #openstack-zaqar06:36
*** dynarro has joined #openstack-zaqar06:45
*** achanda has quit IRC06:53
*** dynarro_ has joined #openstack-zaqar06:58
*** dynarro has quit IRC06:58
*** amalagon has joined #openstack-zaqar07:54
exploreshaifaliflaper87, gooooood morning :)07:55
flaper87exploreshaifali: good morning07:59
flaper87:)07:59
flaper87how are you doing?07:59
exploreshaifalifiguring out reasons why assertion failed in current patch08:00
exploreshaifaliflaper87, I am trying to post a message using *http POST http://localhost:8888/v1/queues/test-queue/messages {"messages":[{"body":{"event": "BackupStarted", "backup_id": "c378813c-3f0b-11e2-ad92-7823d2b0f3ce"}},{"body": { "event": "BackupProgress", "current_bytes": "0", "total_bytes": "99614720"}}]} client-id:de305d54-75b4-431b-adb2-eb6b9e546013*08:00
exploreshaifaligetting error --> http: error: argument REQUEST_ITEM: "BackupStarted," is not a valid value08:01
exploreshaifaliany thoughts why?08:01
flaper87exploreshaifali: how are *you* ? :)08:01
flaper87exploreshaifali: lemme take a look08:01
exploreshaifaliI am super good.... enjoying college holidays ;)08:01
exploreshaifaliwhile working for Zaqar08:02
exploreshaifalihow are you flaper87 ?08:03
flaper87exploreshaifali: very glad to hear that. I'm doing great, thanks. bit sleepy today08:06
exploreshaifaliflaper87, its morning for you too.... right?08:06
flaper87exploreshaifali: yeah, 9:1008:10
exploreshaifaliflaper87, needs to take a coooool bath :P08:11
flaper87exploreshaifali: I'm trying to find that failure in the tests but I can't see it08:11
flaper87do you have a link to the logs ?08:12
flaper87exploreshaifali: that'd be great...08:12
flaper87I might do it08:12
flaper87:P08:12
exploreshaifaliflaper87, are you asking for this http://logs.openstack.org/40/144340/4/check/gate-zaqar-python27/c4c5c40/console.html08:13
flaper87mmh, yes but probably not that one since I don't see your error there08:14
exploreshaifaliflaper87, are you talking about this error  http: error: argument REQUEST_ITEM: "BackupStarted," is not a valid value08:16
flaper87yes08:16
exploreshaifaliits has nothing to do with patch08:17
exploreshaifaliI am just trying to post a message08:17
flaper87" why assertion failed in current patch " <- this drove me off08:17
exploreshaifaliin master branch08:17
flaper87:P08:17
exploreshaifaliyea... sorry I should be more clear08:17
flaper87np at all08:18
flaper87do you have a full traceback ?08:18
exploreshaifalilet me past it08:18
flaper87exploreshaifali: don't you need to `pipe` the json to httpie ?08:19
exploreshaifaliflaper87, http://paste.openstack.org/show/158076/08:20
flaper87echo $YOUR_JSON | http $YOUR_URL08:20
flaper87or08:20
flaper87http $YOUR_URL < file.json08:20
flaper87https://github.com/jakubroztocil/httpie#json08:20
flaper87exploreshaifali: ^08:20
exploreshaifaliok... let me look08:22
exploreshaifaliflaper87, I need one more hint, still not working -- http://paste.openstack.org/show/158086/09:45
flaper87exploreshaifali: lemme take a look09:56
flaper87also, why are you using httpi if we have a client library ?09:56
flaper87:D09:56
exploreshaifaliflaper87, just to have taste09:57
exploreshaifali:D09:58
flaper87exploreshaifali: sounds perfect09:58
flaper87exploreshaifali: so, you don't need the messages:=@ thing09:58
flaper87that will create a multipart-form request09:58
flaper87mmh09:59
exploreshaifaliin the first attempt I tried to redirect json file10:00
exploreshaifaliwithout @:=10:00
flaper87ah mmh10:00
flaper87nevermind me10:00
flaper87it looks like you can use @:=10:00
flaper87actually10:00
flaper87:=@10:00
exploreshaifalihahah10:00
exploreshaifaliin second attempt I tried that too :P10:01
exploreshaifalihttp://paste.openstack.org/show/158086/10:01
flaper87yeah10:01
* flaper87 tries to understand what's goping on10:02
flaper87does zaqar show any hint in the logs?10:02
exploreshaifaliflaper87, no server logs says nothing much10:02
exploreshaifalilet me paste them too10:03
exploreshaifaliflaper87, http://paste.openstack.org/show/158091/10:03
flaper87exploreshaifali: erm, you may want to use $ zaqar-server -v -d10:04
flaper87:)10:04
flaper87to enable debug mode10:04
exploreshaifaliok :)10:04
exploreshaifaliflaper87, yet nothing much log is saying10:08
exploreshaifalihttp://paste.openstack.org/show/158092/10:08
flaper87httpie is certainly not sending a valid request10:09
flaper87for some reason10:09
flaper87no idea what it's sending, though10:09
exploreshaifaliokay, I also need to try client :)10:10
*** echevemaster has quit IRC10:29
*** dynarro_ has quit IRC10:33
openstackgerritFei Long Wang proposed openstack/zaqar: Implement mongodb driver for notifications  https://review.openstack.org/13979211:56
vkmchellooooooooooooooooooooo12:07
flaper87vkmc: gooooooooooooooooooooooooooooooooooooooooooooood morning12:09
exploreshaifalivkmc, moooooooooooooooooooorning :D12:09
vkmc:D so much energy12:10
vkmchow are you doing guys?12:10
vkmcexploreshaifali, httpie was messing with us... curling works fine12:10
exploreshaifaliI am still trying to use httpie for claiming12:10
exploreshaifaliatm trying topost message12:10
vkmcthey changed something on the way they handle json12:10
exploreshaifalibut getting error12:10
exploreshaifalivkmc, now I am trying to use client12:11
vkmctry this12:11
vkmccurl -i -X POST http://10.0.2.15:8888/v1/queues/samplequeue/messages -d '[{"ttl": 300, "body": {"event": "two"}}, {"ttl": 60, "body": {"event": "three"}} ] ' -H "Content-type: application/json" -H "Client-ID: fd1327f8-c7db-442d-9998-edf9cc7ad430"12:11
exploreshaifalifor claiming messages12:11
vkmcoh... fix the host with yours12:11
vkmcand the queue with yours12:11
exploreshaifaliok12:11
exploreshaifalibtw thorough client I am able to post messages12:12
exploreshaifalivkmc, curl also worked :D12:13
vkmcyeah12:14
vkmcis httpie12:14
vkmcnow... with httpie12:14
vkmctry12:14
vkmchttp get http://10.0.2.15:8888/v1/queues/samplequeue/messages?echo=true client-id:fd1327f8-c7db-442d-9998-edf9cc7ad43012:14
exploreshaifalivkmc, it returned message list12:16
vkmccool12:18
vkmcso yes... is something about httpie and json12:18
vkmc don't waste your time with that12:18
exploreshaifaliyes :)12:19
exploreshaifalinow I will claim message using both client and curl12:19
vkmckeeeeeeeeeeeewl12:27
flwang1vkmc: flaper87: i need your help12:28
flaper87flwang1: 100 euros for 1 minute12:28
flwang1:'(12:29
flaper87flwang1: ok ok, 11012:29
flwang1how about RMB?12:29
flaper87flwang1: mmh, mhh.... pounds12:30
vkmcflwang1, 100 pesos for 1 minute12:30
vkmcoh wait... that was not wise12:30
vkmc:p12:30
flaper87flwang1: ssh, get out of here12:30
flaper87ops12:30
flaper87vkmc: ^12:30
flaper87flwang1: you stay... as long as you pay12:30
vkmcflaper87, +112:30
flaper87flwang1: jokes apart, what's up12:30
flaper87?12:30
flwang1i'm running into a weird test issue12:31
flwang1i'm submitting code so that you can help take a loook12:31
flwang1btw, pls review this https://review.openstack.org/#/c/139792/12:32
vkmc /me clicks12:32
flaper87vkmc: I'm not going to split my fee with you so don't bother with clicking12:33
flaper87(or acting as you have)12:33
flaper87>.>12:33
openstackgerritFei Long Wang proposed openstack/zaqar: Add REST API for notification/subscriptions  https://review.openstack.org/14243212:34
flwang1the problem i'm talking about is at here https://review.openstack.org/#/c/142432/7/zaqar/tests/unit/transport/wsgi/v2_0/test_subscriptions.py12:34
vkmcflaper87, we will see12:35
flwang1line 13512:35
flwang1I can call get for /subscriptions, but if there is param '?limit', test will return 40412:35
flwang1but I can't reproduce it with a real zaqar server12:36
flwang1if you guys find any clue, pls leave comments on the patch12:36
flwang1I have to drop off, it's 1:36am now12:36
vkmcflwang1, will do that12:36
flaper87flwang1: wait12:36
flaper872 secs12:36
flwang1yes?12:37
flaper87flwang1: you mean, if you remove ?limit from line 131, it works ?12:37
flwang1flaper87: yes12:37
flaper87flwang1: ok, now  you can go to bed12:37
flaper87sleep well12:37
flwang1at least, the get works12:37
flaper87vkmc: you get to it, I'll get the money12:37
flaper87:P12:38
flwang1the list test case is the last case for rest api12:38
vkmcflaper87, you get the money, a get a big nutella12:38
flwang1then we're very closing to the subscriptions work :)12:38
flwang1really tired12:38
flaper87flwang1: take some rest12:38
flaper87thanks for the hard work12:38
flaper87:)12:38
vkmcflwang1, you rock, thanks for working on this... take some rest!12:38
flwang1flaper87: we need to talk about the notification sending part12:39
flwang1ping you tomorrow12:39
*** exploreshaifali has quit IRC12:54
flaper87this flwang1 thing is obscure13:59
flaper87no idea what's going on13:59
vkmcflaper87, I'm still struggling with pdb14:00
vkmclol14:00
flaper87haha14:00
flaper87what's happening ?14:00
flaper87where do you want to break in?14:00
flaper87also, make sure you're not running under eventlet or some random subthread14:00
flaper87I don't think it'll stop there14:01
vkmcI want to inspect the path14:01
vkmcand poke it a bit14:01
vkmc:|14:01
flaper87ah flwang1's patch?14:04
flaper87vkmc: ^14:04
vkmcyup14:04
vkmcI'm trying to debug that :p14:05
flaper87awesome14:05
flaper87vkmc: what problems are you having w/ pdb ?14:05
vkmcflaper87, well... nosetests is skipping the breakpoints I put14:07
vkmcI'll try with testtools.run14:07
*** jchai has joined #openstack-zaqar14:07
flaper87vkmc: where did you put the breakpoint ?14:08
flaper87how are you running the test?14:08
flaper87it's weird, it should work14:08
vkmcso... I put the breakpoint after L131 https://review.openstack.org/#/c/142432/7/zaqar/tests/unit/transport/wsgi/v2_0/test_subscriptions.py14:13
vkmcbrb14:13
flaper87found the issue14:24
*** csoukup has joined #openstack-zaqar14:30
*** mpanetta has joined #openstack-zaqar14:38
*** amitgandhinz has joined #openstack-zaqar14:47
*** ametts has joined #openstack-zaqar14:48
*** kgriffs|afk is now known as kgriffs14:50
*** jchai is now known as jchai_afk15:06
*** achanda has joined #openstack-zaqar15:09
vkmcflaper87, nailed it15:12
*** jchai_afk is now known as jchai15:13
*** achanda has quit IRC15:21
*** amitgandhinz has quit IRC15:39
*** amitgandhinz has joined #openstack-zaqar15:42
*** achanda has joined #openstack-zaqar15:48
*** reed has joined #openstack-zaqar15:57
*** achanda has quit IRC16:00
*** jchai is now known as jchai_afk16:07
*** amitgandhinz has quit IRC16:34
*** amitgandhinz has joined #openstack-zaqar16:35
*** amalagon has quit IRC16:38
*** amalagon has joined #openstack-zaqar16:55
*** diga_ has joined #openstack-zaqar16:58
*** exploreshaifali has joined #openstack-zaqar17:21
*** jchai_afk is now known as jchai17:33
*** jchai has quit IRC17:41
*** jchai has joined #openstack-zaqar17:43
*** exploreshaifali has quit IRC17:49
*** miqui_ has joined #openstack-zaqar17:54
*** achanda has joined #openstack-zaqar18:22
diga_Hi flaper8718:25
diga_I would to contribute to this project18:26
diga_as I am actively working on the magnum project18:26
diga_can give me some hint to work on zaqar ?18:27
vkmchey diga_!18:29
vkmcglad to hear you are interested in contributing18:29
vkmcthere are plenty stuff to do18:29
vkmcdo you already have a working development environment with Zaqar?18:29
diga_no not yet18:42
diga_but I will setup it18:42
diga_If you tell me, have you updated dev guide on zaqar wiki ?18:43
vkmcyeah... there is only one thing different18:44
vkmcto generate the config files you have to do it with oslo.config.generator18:44
diga_ok18:44
diga_First of all, I will setup a zaqar & I will contact you18:45
diga_I will complete the setup by tomorrow18:45
kragnizdiga_: the readme tells you how to generate them!18:46
diga_ok18:47
* kragniz is proud of his only contribution to zaqar18:47
diga_:)18:47
vkmckragniz, oh good to know its there, thanks :D18:49
vkmcdiga_, sure thing, just ping us if something comes up18:49
diga_yep, sure vkmc18:49
diga_thanks guys, I am from india so its late night here18:50
diga_will ping tomorrow once the setup is completed18:51
vkmcdiga_, no worries... we have many contributors for india so you will probably find people at all times18:51
diga_:)18:51
diga_cool18:51
vkmc:)18:51
diga_Have a nice day vkmc18:51
vkmcdiga_, have some rest! ttyt!18:52
diga_thanks :)18:52
*** diga_ has quit IRC19:04
*** flwang1 has quit IRC19:04
*** achanda has quit IRC19:05
*** flwang1 has joined #openstack-zaqar19:07
*** kgriffs is now known as kgriffs|afk19:12
flwang1flaper87: ping19:13
*** kgriffs|afk is now known as kgriffs19:13
flwang1flaper87: thanks for the comments, I believe my brain was messing.19:13
flwang1after review the code this morning, i thought i was silly :(19:13
*** achanda has joined #openstack-zaqar19:20
*** reed has quit IRC19:26
*** reed_ has joined #openstack-zaqar19:26
*** exploreshaifali has joined #openstack-zaqar19:41
vkmcflwang1, heeey19:49
flwang1f:-D19:49
vkmcflwang1, it was a trickyo ne19:49
flwang1vkmc: i have fixed the silly problem now :)19:50
flwang1vkmc: pls revisit the mongo driver at your most convenience19:51
vkmcflwang1, thats cool!19:51
vkmcsure :) I peeked it today, it looks good to me19:51
vkmcwe need flaper87, kgriffs bleesing19:52
flwang1vkmc: awesome19:53
flwang1vkmc: thanks a lot for your review19:53
vkmcflwang1, I'll +2 in a moment, I'm re reading it :)19:54
vkmcnp19:54
vkmcthanks for working on it19:54
flwang1vkmc: cool19:54
*** kgriffs is now known as kgriffs|afk20:10
*** kgriffs|afk is now known as kgriffs20:13
*** fifieldt_ has joined #openstack-zaqar20:22
*** fifieldt__ has quit IRC20:25
*** amalagon has quit IRC20:42
*** achanda has quit IRC20:50
*** achanda has joined #openstack-zaqar21:02
*** amalagon has joined #openstack-zaqar21:02
*** kgriffs is now known as kgriffs|afk21:09
*** achanda has quit IRC21:14
*** kgriffs|afk is now known as kgriffs21:15
*** achanda has joined #openstack-zaqar21:25
*** exploreshaifali has quit IRC22:04
*** fifieldt__ has joined #openstack-zaqar22:32
*** fifieldt_ has quit IRC22:34
*** malini has joined #openstack-zaqar22:38
*** jchai has quit IRC22:38
*** amalagon_ has joined #openstack-zaqar22:43
*** openstack has joined #openstack-zaqar23:02
*** kragniz_ has joined #openstack-zaqar23:05
*** amitgandhinz has joined #openstack-zaqar23:05
*** xyu__ has joined #openstack-zaqar23:05
*** ekarlso has joined #openstack-zaqar23:05
*** flwang1 has joined #openstack-zaqar23:05
*** malini has joined #openstack-zaqar23:05
*** flaper87 has joined #openstack-zaqar23:05
*** miqui has joined #openstack-zaqar23:05
*** mpanetta has joined #openstack-zaqar23:05
*** AAzza has joined #openstack-zaqar23:05
*** amalagon_ has joined #openstack-zaqar23:05
*** miqui_ has joined #openstack-zaqar23:05
*** csoukup has joined #openstack-zaqar23:05
*** vDruids has joined #openstack-zaqar23:05
*** flwang has joined #openstack-zaqar23:05
*** openstackgerrit has joined #openstack-zaqar23:05
*** sebasmagri has joined #openstack-zaqar23:05
*** jdaggett_ has joined #openstack-zaqar23:05
*** notmyname has joined #openstack-zaqar23:05
*** vipul has joined #openstack-zaqar23:05
*** tmu has joined #openstack-zaqar23:05
*** dmitryme has joined #openstack-zaqar23:06
*** vDruids has quit IRC23:07
*** flwang has quit IRC23:07
*** openstackgerrit has quit IRC23:07
*** vDruids has joined #openstack-zaqar23:08
*** ametts has joined #openstack-zaqar23:08
*** kragniz_ is now known as kragniz23:08
*** kgriffs|afk is now known as kgriffs23:09
*** amitgandhinz has quit IRC23:10
*** dguerri has joined #openstack-zaqar23:12
*** wpf has joined #openstack-zaqar23:12
*** achanda_ has joined #openstack-zaqar23:12
*** vkmc has joined #openstack-zaqar23:12
*** openstackgerrit has joined #openstack-zaqar23:13
*** flwang has joined #openstack-zaqar23:13
*** vkmc has quit IRC23:14
*** vkmc has joined #openstack-zaqar23:14
*** mpanetta has quit IRC23:19
*** flaper87 has quit IRC23:26
*** flaper87 has joined #openstack-zaqar23:26
*** malini has quit IRC23:26
*** malini has joined #openstack-zaqar23:26
*** vDruids has quit IRC23:28
*** vDruids has joined #openstack-zaqar23:28
*** vkmc has quit IRC23:30
*** vkmc has joined #openstack-zaqar23:30
*** flwang1 has quit IRC23:33
*** flwang1 has joined #openstack-zaqar23:35
*** ametts has quit IRC23:40
*** miqui_ has quit IRC23:52
*** reed_ has joined #openstack-zaqar23:56
*** csoukup has quit IRC23:57

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