/srv/irclogs.ubuntu.com/2010/07/26/#launchpad-reviews.txt

thumperhttps://code.edge.launchpad.net/~thumper/launchpad/no-sample-data-doctest/+merge/3091305:52
thumpermwhudson: diff is there05:53
adeuringmoin henninge,  fancy a 180 lines diff review? https://code.edge.launchpad.net/~adeuring/launchpad/security-guarded-test-object-factory-3/+merge/3091709:42
* flacoste is away: Gone away for now09:58
=== henninge changed the topic of #launchpad-reviews to: On call: henninge || reviewing: adeuring || queue: [jtv³] ] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
malariaHi,10:06
malariaSome feedback about bug #608631 ?10:06
_mup_Bug #608631: Visual tag to represent narrow non-breaking spaces <Launchpad Translations:New> <https://launchpad.net/bugs/608631>10:06
malariahenninge perhaps?10:07
henningemalaria: I cannot comment on the matter, I am sorry. But as the bug is still new, it will be picked up and triaged these days and you should get a comment.11:20
malariaok, thanks ;-)11:21
henningeadeuring: Hi!11:32
adeuringhi henninge11:32
henningeArgh! I was looking at the wrong MP ... :(11:33
adeuringhenninge: sorry if I screwed the links...11:34
henningeadeuring: no, no, I had gone back to the first branch to see what remove_security_proxy_and_shout_at_engineer and such do.11:34
henningeToo many tabs open ... ;)11:34
adeuringah, OK11:34
henningeadeuring: so you branch is about mechanically adding ProxyFactory and remove_security_proxy_and_shout_at_engineer, right?11:35
adeuringhenninge: right. BTW, see also the iscussion on the mailing list11:35
adeuringlifeless has some objections to the concept ;)11:36
henningeadeuring: oh, I was away last week. What's the subject?11:36
adeuringhenninge: [Launchpad-dev] warning: we will soon have much noise in the test results...11:36
adeuringhenninge: so, I would not mind if you put the review on hold11:37
henningeadeuring: let me read that discussion first.11:37
adeuringsure. (and sorry for the mess... lifless responded after I wrote the MP)11:38
=== henninge changed the topic of #launchpad-reviews to: On call: henninge || reviewing: lunch || queue: [adeuring, jtv³] ] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
=== mrevell is now known as mrevell-lunch
=== matsubara-afk is now known as matsubara
=== mrevell-lunch is now known as mrevell
wgrantwin 314:43
wgrantArgh.14:43
gary_posteranyone available for a review of https://code.launchpad.net/~gary/launchpad/apidoc/+merge/30849 ?15:05
=== abentley changed the topic of #launchpad-reviews to: On call: henninge, abentley || reviewing: lunch || queue: [adeuring, jtv³, gary_poster] ] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
abentleygary_poster, I'm look at it, but I think I should try the rest of the queue first.15:18
gary_posterabentley: fair enough, thank you15:19
=== abentley changed the topic of #launchpad-reviews to: On call: henninge, abentley || reviewing: lunch || queue: [jtv³, gary_poster] ] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
abentleyjtv, around?15:27
jtvabentley: no15:27
=== abentley changed the topic of #launchpad-reviews to: On call: henninge, abentley || reviewing: lunch, gary_poster || queue: [gary_poster] ] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
=== abentley changed the topic of #launchpad-reviews to: On call: henninge, abentley || reviewing: lunch, gary_poster || queue: [] ] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
jtvabentley: one of my branches got reviewed over the weekend15:28
* flacoste is back.15:42
=== abentley changed the topic of #launchpad-reviews to: On call: henninge, abentley || reviewing: lunch, - || queue: [] ] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
=== matsubara is now known as matsubara-lunch
=== matsubara-lunch is now known as matsubara
marsabentley, ping, do you have time for a mostly mechanical review of the windmill test suite and lazr-js 1.0 upgrade?  https://code.edge.launchpad.net/~mars/launchpad/update-lazr-js-to-1.0/+merge/3097218:37
marsabentley, I also included your xvfb-run testr fix :)18:37
abentleymars, lunching, but soonish.18:37
marsI'll add it to the queue then18:37
marsthanks18:37
=== mars changed the topic of #launchpad-reviews to: On call: henninge, abentley || reviewing: lunch, - || queue: [mars] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
abentleyhenninge, done for the day?18:48
=== abentley changed the topic of #launchpad-reviews to: On call: abentley || reviewing: mars || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
abentleymars, the xvfb-run invocation is different from test-on-merge.  Is there a good reason for this?18:59
abentleymars, it seems like it would be ideal to isolate the code for running the test suite under xvb to one location, e.g. the test runner.19:00
abentleymars, then you could turn it off and on with a switch.19:00
marsabentley, that takes a bit of work19:01
marsyou could try adding bin/test --headless, but most of the time that would be the default19:01
marsbin/test --show-browser ?19:02
marsnah19:02
marswell, maybe19:02
abentleymars, especially when you consider testr -- --show-browser19:02
marsabentley, I would have to pull the xvfb-run code up and out of test_on_merge.py and into bin/test, then add the new command-line switches19:03
marsand probably refactor bin/test along the way :(19:03
abentleymars, I'm not saying we must do it right now, but we use xvfb-run a lot, so it seems worth doing.19:04
marsyes, definitely.  I did that already with test_on_merge.py, so I guess it can't hurt to move it elsewhere19:04
marsalso a site-wide xvfb-run seems a bit overkill to do during every test startup19:05
abentleymars, what about the invocation difference?  test-on-merge supplies "-s -screen - 1024x768x24" and testr won't.19:05
marsFor our code, doesn't matter unless you are planning to debug the Xvfb display directly (Which I do when I need to fix buildbot)19:06
abentleymars, okay.19:06
abentleymars, is there a bug for better xvfb integration?19:07
marsabentley, nope19:08
abentleymars, okay, I'll do one.19:08
marscool, thank you19:08
marstoss it back to Foundations using the 'build-infrastructure' tag19:08
abentleymars, can you avoid repeating the VISIBLE_PICKER xpath definition?19:09
marsdoing that right now in another branch19:10
abentleycool.  r=me.19:10
marsthanks!19:10
henningeabentley: yes, thanks for removing my name from the topic ... ;-)19:20
abentleymars, bug #61017219:21
_mup_Bug #610172: xvfb-run should be integrated better <build-infrastructure> <Launchpad Foundations:New> <https://launchpad.net/bugs/610172>19:21
marscool19:21
=== abentley changed the topic of #launchpad-reviews to: On call: - || reviewing: - || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews
rockstarthumper, https://code.edge.launchpad.net/~rockstar/launchpad/junk-recipe-listings/+merge/3099022:32
* flacoste is away: Gone away for now22:45
=== matsubara is now known as matsubara-afk
rockstarthumper, my code review plz?23:22
thumperrockstar: ack23:22
thumperrockstar: done23:24

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