/srv/irclogs.ubuntu.com/2010/12/20/#launchpad-dev.txt

pooliethumper: hello!00:34
pooliethumper: can you read https://code.launchpad.net/~mbp/launchpad/690021-rlimit/+merge/43733 when you get back?00:34
pooliethumper: hi?01:51
thumperpoolie: hi01:51
pooliehi thumper01:57
poolie can you read https://code.launchpad.net/~mbp/launchpad/690021-rlimit/+merge/43733 for me please?01:57
poolieoh, you did01:58
thumperyep01:59
pooliewhat kind of a test would you like?01:59
pooliethat it gets set? or how killed jobs are handled?01:59
thumperI think that right now, if a job isn't marked as done or failed explicitly, it will be retried02:00
pooliethat's good02:02
poolieyou said "care to add a test"02:02
pooliewhat test?02:02
thumperpoolie: What error is raised when rlimit killed?02:09
thumperpoolie: can we catch it and fail the job?02:09
thumpergrr02:10
poolieit's complicated02:10
* thumper wants to move BufferLogger into lp.testing.logger02:10
thumperbug archivepublisher uses it02:10
poolieyou may get a MemoryError or you may get a signal02:10
thumpers/bug/but02:10
thumperpoolie: hmm...02:10
wgrantthumper: How is it different from the other five fake loggers?02:10
poolieistm it would be more robust to just have the whole process terminate and have a higher level supervisor notice it02:10
wgrantthumper: And why does archivepublisher stop you from moving it?02:11
thumperwgrant: BufferLogger inherits from FakeLogger and writes into a StringIO02:11
poolieif you're out of memory there are no real guarantees that python can keep doing nontrivial things02:11
pooliethis may be overly pessimistic though02:11
thumperwgrant: it seems wrong to import it into a not-testing piece of code02:11
wgrantthumper: oh, right.02:11
thumperpoolie: I'm just concerned that if we kill the job due to memory problems, it'll do it every time02:11
thumperas it gets retired02:12
thumperretried02:12
thumperso...02:12
thumperwe need a way to make sure that doesn't happen02:12
thumpernot sure exactly how though02:12
thumperunless...02:12
thumperright at the start of the scan we increment the try count on the job02:12
thumperand we only try to load jobs with counts less than x02:12
pooliethat seems like a good idea to me02:13
poolieof course you should reset it when it actually completes02:14
pooliei thought there would already be something like that in place02:14
pooliealso, what's up with02:14
poolierm: cannot remove directory `/var/tmp/bazaar.launchpad.dev': Operation not permitted02:14
* poolie stops recursing02:15
* poolie makes schema, and lunch02:18
thumperpoolie: I think I fixed the permission problems with that dir02:27
spivThinking of recursion: bug 692085 is the latest stacking-related joy02:30
_mup_Bug #692085: "maximum recursion depth exceeded while calling a Python object" on self-stacked branch <stacking> <Bazaar:Confirmed> <Launchpad itself:New> < https://launchpad.net/bugs/692085 >02:30
pooliemm i saw your comment on that02:47
wgrantHmm.02:47
wgrantIt would be nice if the MP page showed if the prereq was merged.02:47
wgrantBy giving it a strikethrough, maybe.02:47
pooliemm that would be good02:47
poolielp could use strikethrough a lot more02:48
pooliehaha, or smallcaps for sarcasm02:48
pooliei'm adding a new test class02:49
poolieand it fails with02:49
poolieComponentLookupError: (<InterfaceClass canonical.launchpad.webapp.interfaces.IPlacelessAuthUtility>, '')02:49
pooliei guess because i didn't specify a layer02:49
pooliewhat's the cheapest one that would work?02:49
poolie(the test itself shouldn't need to touch the db or anything)02:49
* thumper unifies QuietFakeLogger and BufferLogger02:50
wgrantthumper: I have something new in EC2 that uses QuietFakeLogger, so watch out if you're renaming it.02:50
thumperpoolie: if it is complaining about logging in, you should have the DatabaseFunctionalLayer02:50
thumperwgrant: ack02:50
thumperwgrant: I'm not renaming it, just deleting it :)02:51
wgrantHah.02:51
pooliethanks02:51
thumperwgrant: and moving it02:51
wgrantthumper: Moving *and* deleting? You are truly skilled.02:51
thumperwgrant: well, moving BufferLogger and FakeLogger and deleting QuietFakeLogger02:52
wgrantSo we are going to be down two fake loggers today.02:52
wgrantGood progress.02:52
poolieaka "taking it behind the shed, then shooting it"02:54
wgrantIt's the best we can do.02:54
thumperOMG03:06
thumperjust deleted three other loggers03:06
wgrantThe one from lp.archivepublisher.tests.util?03:06
thumperand two others03:08
wgrantThe archivepublisher one's death is currently in PQM.03:09
thumperah03:09
thumperok03:09
thumperis it /dev/nul or /dev/null ?03:10
* thumper makes DevNullLogger to express explicit intent03:12
thumperand another FakeLogger killed03:17
thumperOMFG three MockLoggers?03:22
thumpersorry, four03:22
wgrantI didn't think there was quite that many.03:23
wgrantOh, some doctests define their own.03:23
wgrantNice.03:23
thumperme either03:23
* thumper fetches the machete03:23
wgrantWTF, a Launchpad page load is causing my disk to thrash.03:38
wgrant... oh.03:39
wgrantForgot to turn off devmode.03:39
wgrantSo it was creating hundreds of OOPSes.03:39
pooliehooray03:49
wgrantIt's tempting to fix that, except, well, JS.03:50
lifelessI welcome all changes to make dev and prod closer05:34
lifelessin principle :P05:34
wgrantDoes anyone happen to know which config cesium uses?05:36
wgrantIt looks like it might be ftpmaster.05:36
wgrantBut that sounds wrong.05:36
lifelesspoolie: hi05:36
lifelesspoolie: thanks for looking at bug 314507; I'm struggling to understand how the existing code had the behaviour it has, given the test looks for 'OAuth realm'05:37
_mup_Bug #314507: OAUTH server ignores ignores first element in header (rather than realm key) <api> <lp-foundations> <Launchpad itself:In Progress by mbp> < https://launchpad.net/bugs/314507 >05:37
lifelesss/test/condiiton/05:37
wgrantHm.05:42
wgrantJust had lots of devscripts tests fail in ec2:05:42
wgrant_StringException: Text attachment: garbage05:42
wgrant------------05:42
wgrant[<bzrlib.lockable_files._LockWarner object at 0x12e95d10>]05:42
wgrant------------05:42
wgrantAnybody ever seen anything like it?05:42
spivThat's a strange object to have as gc garbage.05:47
spivI mean, it does have a __del__ method, but it carefully only has a reference to a str (a repr() of a LockableFiles instance) and int, so I can't see any reason why it would be in a reference cycle.05:50
* wgrant pqm-submits.05:52
lifeless=== Top 10 Time Out Counts by Page ID ===05:54
lifeless    Hard / Soft  Page ID05:54
lifeless      85 /  343  BugTask:+index05:54
lifeless      70 / 5123  Archive:+index05:54
lifeless      22 /  193  Distribution:+bugs05:54
lifeless      18 /  196  POFile:+translate05:54
lifeless      12 /  122  ProjectGroupSet:CollectionResource:#project_groups05:54
lifeless      10 /  204  Distribution:+bugtarget-portlet-bugfilters-stats05:54
lifeless       7 /   12  NullBugTask:+index05:54
lifeless       6 /   36  MailingListApplication:MailingListAPIView05:54
lifeless       6 /    0  Distribution:+builds05:54
lifeless       5 /    4  Person:+bugs05:54
spivArchive:+index is just a big softie, really.05:55
wgrantBFB is currently enabled on edge/qastaging regardless of team memberships. Do we still desire that?05:55
lifelesssure05:56
lifelessedge will become irrelevant when the rt to redirect to prod goes live05:56
lifeless(as far as BFB is concerned)05:57
wgrantlifeless: Well, what I really want to know is if I can delete them from the configs, which lets us eventually remove that code.06:00
wgrantThere's a lot of obsolete cruft in the configs because you can't remove things from the schema without first removing them from the prod config.06:01
wgrantSome of this stuff is 4 years old.06:01
lifelesswgrant: doit06:06
wgrantlifeless: Thanks.06:06
lifelesswgrant: the feature flag is sufficient control06:06
wgrantThat's what I thought.06:06
lifelesswgrant: OTOH06:07
lifelesswgrant: I'd really like not to have unnecessary config changes with my branch06:07
lifelesswhich rejiggers everything06:07
wgrantlifeless: Doesn't it only affect the appserver instances?06:08
* wgrant rereads.06:08
lifelesswgrant: but perhaps you could update my branch for me ?06:08
lifelesswgrant: edge are appservers06:08
lifelesswgrant: I'm not sure if I would be affected or not06:08
wgrantlifeless: Right, but I'm only dealing with the stuff in the root directory.06:08
lifelesswgrant: I'm expressing a 'I don't want more effort' plea, is all.  :)06:08
wgrantYour generated configs inherit from it.06:08
wgrantSure.06:08
lifelessstub: perhaps you could look at why the query in bug 691478 is slow06:09
_mup_Bug #691478: Archive:+index timeouts <timeout> <Launchpad itself:Triaged> < https://launchpad.net/bugs/691478 >06:09
stubInitial guess, it is horrible old SQLObject code generating horrible queries. All that _prejoin...06:13
=== almaisan-away is now known as al-maisan
wgrantdb_statement_timeout doesn't do anything outside the webapp, does it?06:17
wgrantI've never seen scripts time out.06:17
stubScripts never time out06:19
stubWe rely on some reaper cronjobs to kill stuff behaving terribly (runtime > x hours, transactions > x minutes)06:19
wgrantSo why, then, does germanium's config have a special DB timeout...06:19
wgrantsigh.06:19
stubThere is one rosetta script they hacked timeouts into I seem to recall (stop gap fix)06:20
wgrantRight.06:21
lifelesswgrant: db_statement_timeout is now usable in other contexts06:28
lifelesswgrant: its likely not actively used, but it can be.06:28
wgrant5~/win 606:38
wgrantGrah.06:38
adeuringgood morning08:45
wgrantstub: Can I grab a patch number now for dropping Distribution.lucilleconfig and DistroSeries.lucilleconfig, or must I get it during review?08:45
wgrantMorning adeuring.08:45
adeuringhi wgrant!08:45
stubwgrant: patch-2208-35-0.sql08:46
wgrantstub: Thanks.08:46
wgrantdanilos: Hi.10:45
daniloswgrant, hi10:45
wgrantdanilos: Are you able to QA that TTBJ change?10:46
daniloswgrant, I will definitely need some help, but I am not sure even dogfood is sufficient (it doesn't have codehosting set-up if I remember correctly)10:47
daniloswgrant, I was QAing the easier stuff we got landed first :)10:47
wgrantdanilos: Right, it's probably better on staging.10:47
daniloswgrant, yeah, the important code change is on staging fwiw, though I'll need help to learn how exactly was the error triggered on the build master10:48
wgrantdanilos: I have a regression fix a few revs behind it, so I'm somewhat interested in getting it out of the way ASAP.10:48
wgrantdanilos: I don't recall myself. Let me check the logs.10:48
daniloswgrant, ah, makes sense10:49
daniloswgrant, if I QA the part where the job is generated with appropriate build link, would you be able to QA the build master part? :)10:49
wgrantdanilos: Sure. I can easily hack that into the DF DB.10:50
daniloswgrant, cool, let me go and generate a job on staging then (though, I need to check staging has the revision first)10:50
wgrantThanks.10:50
danilosit does, cool10:51
wgrantAhh, it breaks during failure counting. I see.10:55
wgrantThat is approximately impossible to test on staging.10:55
wgrantI will work out how to do it on DF>10:55
lifelessgnight10:57
wgrantNight lifeless.10:57
wgrantdanilos: What's a good branch to test on?11:03
wgrantI haven't manually created TTBJs without local codehosting before.11:03
daniloswgrant, I am using lp:upstart11:11
daniloswgrant, the thing is that we want this to go through codehosting as well since that's what sets the .build property basically11:12
daniloswgrant, i.e. it's a kludgy hack which makes use of the branchjob.json_data to store build_id11:12
wgrantdanilos: Right.11:12
wgrantI saw the diff.11:12
wgrantYou'll verify that it was created properly on staging, and I will manually create roughly the same one on DF.11:13
wgrantI will then reset the builder half-way through the build, hopefully triggering the failure counting code path.11:13
daniloswgrant, right, sure11:13
wgrantdanilos: OK, I can reproduce the issue.11:28
wgrantSo we may be in a position to QA it.11:28
daniloswgrant, cool11:28
daniloswgrant, I am waiting for a LOSA to run scan_branches on staging, but none seem to be around11:28
daniloswgrant, fwiw, if the script that jtv wrote to construct TTBJs on dogfood is still there somewhere and it uses the actual TTBJ.create() then you might try using that for QAing your part of it11:35
wgrantdanilos: That's what I've used.11:35
wgrantWell, .create()11:35
wgrantDidn't see a script.11:35
wgrantJust used the harness.11:35
daniloswgrant, right, that should be enough11:35
daniloswgrant, if you can see a branchjob with job_type=6 you can also look at json_data and if that contains "build_id" then you should be good to QA it all11:36
wgrantdanilos: Right.11:36
wgrantI think we have a bug, though.11:36
wgrantChecking.11:36
wgrantOnce mawson wakes up.11:36
daniloswgrant, ok11:36
wgrantdanilos: qa-ok from my end, but it doesn't fix the bug.11:42
wgrantdanilos: TTBJ.build isn't exposed on the interfaces.11:42
wgrantSo I still get ForbiddenAttribute.11:42
wgrantAfter creating IBJFO['build'] it works fine.11:42
daniloswgrant, ah, but it was not exposed on any other buildfarmjobold's I checked11:42
wgrantBut this is no more broken than it was before.11:42
daniloswgrant, either I mean11:43
daniloswgrant, yes, I understand, but I was under the impression that it was not needed since none of the other jobs had it on the interface: would they not hit the same problem?11:44
wgrantdanilos: I see IBuildPackageJob['build']...11:44
daniloswgrant, I guess I missed it then11:45
wgrantdanilos: So, as long as it doesn't break the scanner, I think it's qa-ok. Do you want to land a branch adding it to the interface, or shall I?11:46
daniloswgrant, I wouldn't mind if you do it, since I've got other things to QA as well (12101 which might also block your revision from being rolled out)11:47
wgrantdanilos: Sure. Thanks.11:48
daniloswgrant, btw, can I ask you for some help in QAing another soyuz-affected translations bug? is it possible for you to trigger a rebuild of kde-l10n-sr package on dogfood?11:48
wgrantdanilos: Sure. Is this the /-stripping one?11:49
wgrantOr variants?11:49
daniloswgrant, nope, it's variants :)11:49
wgrantRight.11:49
daniloswgrant, I can QA the "/" stripping one without soyuz11:49
wgrantdanilos: Any particular series?11:50
daniloswgrant, not really as long as it is recent, just let me know which one it is11:50
wgrantdanilos: Do you need some rosetta script run to process the tarball?11:50
daniloswgrant, doing a cronscripts/rosetta-approve-imports.py should be enough after the custom upload has been processed (and entries added to the queue)11:52
wgrantdanilos: OK. It will probably take a while to build, as the DF builders are a little bad.11:52
wgrantI'll let you know when it's done.11:52
daniloswgrant, cool, thanks11:53
daniloswgrant, it shouldn't be too bad in that it should only run msgfmt (if that) over all the PO files which is very quick11:54
wgrantdanilos: It took 10min on the fast i386 production builder.11:56
wgrantAlthough that might have been before buildd-manager was fixed.11:57
deryckMorning, all.12:01
wgrantdanilos: DF is being troublesome, but it will eventually bend to my will.12:06
daniloswgrant, I can see that builders have just picked up the build :)12:07
wgrantdanilos: Yeah... it will hopefully even work this time.12:07
wgrantThere we go.12:16
=== Ursinha-afk is now known as Ursinha
wgrantdanilos: After a few minutes with a load of 6 and iowait of 99%, process-accepted.py is processing the tarball.12:33
wgrantBut it has been doing so for some minutes.12:33
daniloswgrant, right, that step will take because it has to insert a few hundreds of rows12:35
wgrantOh good, now apt-get is eating the CPU and disk.12:36
wgrantAnd I cannot kill it like I can everything else :(12:36
wgrantdanilos: The upload is processed.12:43
wgrantI guess I need to run the approval script now.12:43
daniloswgrant, woohoo, if there are many existing entries in the queue it might take ages12:43
wgrantdanilos: I'm about to find out and DELETE them all.12:43
daniloswgrant, well, no, that would remove the new ones as well :)12:44
daniloswgrant, you can delete all that are not for source package kde-l10n-sr though12:44
daniloswgrant, translationimportqueueentry.sourcepackagename is the column you want to filter on12:44
wgrantdanilos: Thanks.12:44
daniloswgrant, btw, can you pass me the generated kde-l10n-sr_4.5.85-0ubuntu1+df1_i386_translations.tar.gz please? (you can just get a libraryfilealias row from the DB for that filename and I can construct a URL)12:50
wgrantdanilos: 5754577312:51
daniloswgrant, thanks12:51
wgrantOK, I've killed all the other import queue entries.12:51
wgrantrosetta-approve-imports running... hopefully mawson won't singlehandedly thaw the UK.12:52
wgrantdanilos: It's going through a lot of transactions, but not logging anything apart from that.12:54
daniloswgrant, that's ok, it's approving files alright: https://translations.dogfood.launchpad.net/ubuntu/natty/+source/kde-l10n-sr/+imports?start=0&batch=5012:55
daniloswgrant, however, the generated tarball is not what I expected12:55
wgrantdanilos: Is it worth letting it continue?12:56
daniloswgrant, not really, it's basically qa-ok in that nothing seems to be broken, but I am just checking what the natty tarball looks like on production12:57
daniloswgrant, oh, it's actually the same, KDE seems to have changed the layout yet again :(12:58
wgrantdanilos: It is midnight here, so I should probably sleep. But if you want anything else done to QA it properly, let me know and I'll do it tomorrow.12:58
wgrantHah, lovely.12:59
daniloswgrant, we'll probably have to do it for maverick to see if the new functionality works, but then also to see what the new layout in kde 4.5.85 is and implement that :(13:00
wgrantdanilos: Can I reupload maverick's to maverick-updates, then?13:00
daniloswgrant, sure, that wouldn't hurt, though you should get some sleep as well :)13:01
* wgrant uploads.13:01
wgrantdanilos: -proposed uploads translations too, yeah?13:02
daniloswgrant, uhm, I have no idea to be honest13:02
* wgrant checks prod.13:03
daniloswgrant, I don't think it does though13:03
wgrantdanilos: Do I need to rebuild the tarball, or can I just use an old maverick one from prod and hack it into a new upload?13:04
wgrantThat will let us bypass the builder.13:04
daniloswgrant, hum, it might not help since it looks like pkgstriptranslations has changed (and not KDE layout) to strip these translations (though I'll have to check that assumption)13:04
wgranthttp://launchpadlibrarian.net/54801590/kde-l10n-sr_4.5.1-0ubuntu1_i386_translations.tar.gz is the one I'm looking at.13:04
daniloswgrant, yeah, that should work13:05
daniloswgrant, I didn't know that was an option :)13:06
wgrantdanilos: We have direct DB access. *Everything* is an option.13:07
daniloswgrant, heh, I meant a *viable* option13:07
wgrantdanilos: OK, DB hacked. Hopefully process-accepted will see it.13:11
daniloswgrant, cool, thanks13:11
wgrantdanilos: I thought it had failed. Then I looked at the right series.13:32
wgranthttps://translations.dogfood.launchpad.net/ubuntu/maverick/+source/kde-l10n-sr/+imports?field.filter_status=NEEDS_REVIEW&field.filter_extension=all13:32
wgrantIf it looks OK, I'll run the approval script.13:32
daniloswgrant, yeah, looks good, we've got 4 times more files13:33
daniloswgrant, and anyway, the natty is nothing to worry about since upstream didn't include the files either13:33
wgrantdanilos: Some stuff is approved now.13:36
wgrantWith variants.13:37
adeuringleonardr: could you help me to figure out a test for accessing restricted librarian files via the webservice? http://paste.ubuntu.com/545953/ indicates that a webserive client can't call open() for restricted files13:37
wgrantadeuring: The token restricted librarian does not work in a dev or test environment.13:38
wgrantIt needs wildcard DNS.13:38
adeuringwgrant: I know13:38
adeuringwgrant: the point is that I'd like to check at least the URL of a restricted file13:39
leonardradeuring: you want to see which url it would request, without requesting the url?13:41
daniloswgrant, /me looks13:41
adeuringleonardr: ;) not exactly, but...13:41
leonardrlaunchpadlib is making the request and then following a redirect, so you would need to change its redirect handling13:41
daniloswgrant, can you please kill the script? it's not working13:42
daniloswgrant, I also forgot to ask if that revision is included in the dogfood codebase? :)13:42
adeuringleonardr: yes, that was my idea too, but I don't see right now a nice way to tell the client to not follow the redircte13:42
wgrantdanilos: devel r12107, right?13:43
leonardradeuring: you can set .follow_redirects = False on the http object, which i think is Launchpad._browser13:43
daniloswgrant, that's right13:43
adeuringleonardr: ah, cool,I'll try that. thanks!13:43
wgrantdanilos: It's there.13:44
daniloswgrant, ok, thanks13:45
daniloswgrant, can you please copy lib/lp/translations/model/translationimportqueue.py somewhere for me?13:48
daniloswgrant, and then I let you go to sleep :) promise ;)13:48
wgrantdanilos: http://ppa.dogfood.launchpad.net/translationimportqueue.py13:50
daniloswgrant, thanks, looks good, I'll have to spend more time with it to see where is it going wrong13:51
daniloswgrant, thanks for the help today13:52
wgrantdanilos: np13:53
wgrantThanks for QAing your stuff quickly.13:53
danilosyw13:53
* wgrant sleeps.13:54
=== bac` is now known as bac
=== Ursinha is now known as Ursinha-lunch
pcjc2Once a merge request to LP is accepted, what is it waiting on at that point?14:31
jelmerpcjc2: merging14:32
pcjc2https://code.launchpad.net/~pcjc2/launchpad/allow-empty-comments/+merge/4344914:32
pcjc2Is that automatic?14:32
jelmerpcjc2: Usually a developer makes sure all tests are run and then submits it to our merge bot14:32
jelmerpcjc2: at the moment, that's done manually by a Launchpad developer14:32
pcjc2ok, I think gmb was going to look at it for me14:33
pcjc2I'll ping him to see if there were any problems with the test-suite14:33
jelmerI've just commented on the MP14:33
pcjc2He was also waiting for my signed copyright assignment, which I sent - might just have got missed14:33
pcjc2thanks.14:34
pcjc2Once that is in, I have some bug import XMLs I'd like to test on staging - is here a good place to ask about that, or #launchpad. I understand a LOSA needs to look at it14:35
mthaddonyou need an lp dev before a losa for that14:36
pcjc2thanks14:50
=== Ursinha-lunch is now known as Ursinha
sinzuigmb, deryck: I am having a WTF moment in lp/bugs/mail/newbug.py near line 68.15:48
sinzuigmb, deryck: "if event_creator is not None:" really? What can assign a user a bug and not be a creator in the event? Is there a poltergeist in the system?15:49
derycksinzui: hey, two secs to wrap a test I'm on and I'll look.15:50
sinzuithanks15:50
derycksinzui: so you can assign yourself, no?15:55
sinzuiyes, but I would then be the creator in the event15:55
sinzuideryck, The clause is used to add who assigned you to the bug rational. I was rewriting the message for a bug 67006415:57
_mup_Bug #670064: Mail notification refers to "bug task" database schema <email> <lp-bugs> <trivial> <Launchpad itself:Triaged> < https://launchpad.net/bugs/670064 >15:57
derycksinzui: yeah, it does seem odd.  I would guess there is *some* reason, some corner case, that isn't obvious.  Were I trying to find out, I would delete code and run tests and see what breaks. :-)15:57
sinzuiThere is not test for it15:58
derycksinzui: no rational email test?16:02
sinzuirught16:02
sinzuideryck, I think this method I am in does a lot more than I supposed. I was thinking this is about the act of assignment, but the bug could be updated by a bug watch, and you will get an email about this because you are the assignee16:04
derycksinzui: I would add a test if it were me then.  I'm surprised we don't test that though.  I thought I fixed a bug in that and had a test16:04
sinzuideryck, so the creator is only for the assignment case16:04
* sinzui might be able to test this in a few lines16:04
sinzuino, the assignee is a new recipient. I am still confused16:05
derycksinzui: yeah, it's confusing to me too.  I would write a test to see what's happening.16:07
sinzuiyep16:07
deryckallenap: see sinzui ^^.  is there really no test for rational message?  I can look more myself here shortly, just being lazy.... if you know :-)16:08
sinzuideryck, There is one for the creator, not one for the other case16:08
* allenap reads16:09
sinzuiThe problem text "a bug task for" is used twice in code and tests16:09
derycksinzui: ah, gotcha.  yeah, so you could add that pretty easily.  nevermind allenap, unping. sorry for the noise16:09
allenapderyck: np.16:10
=== beuno is now known as beuno-lunch
=== deryck is now known as deryck[lunch]
=== al-maisan is now known as almaisan-away
=== Ursinha-afk is now known as Ursinha
=== beuno-lunch is now known as beuno
=== deryck[lunch] is now known as deryck
=== benji is now known as benji-lunch
=== benji-lunch is now known as benji
thumperdon't we have a DocTest matcher somewhere?21:22
lifelesstesttools.matchers.DocTestMatcher21:23
lifelesssorry21:23
lifelessDocTestMatches21:23
thumperta21:23
bdmurrayI'm getting an oops trying to update ubuntu's bug reporting guidelines22:37
bdmurray"Hard limit of 1000 exceeded."22:37
thumperoops22:48
thumperbdmurray: file a bug :-)22:48
wgrantdanilos: Hi.23:01
wgrantjcsackett: Still around?23:03
jcsackettwgrant: around-ish. :-)23:04
wgrantjcsackett: Bug #118284 is qa-bad... what's the issue with it?23:04
_mup_Bug #118284: URLs ending with a ) aren't linkified properly <bad-commit-12102> <bugjam2010> <lp-web> <qa-bad> <tales> <Launchpad itself:Fix Committed by jcsackett> <Ubuntu:Invalid> < https://launchpad.net/bugs/118284 >23:04
jcsackettwgrant there's a condition that introduces an OOPS in the branch. i have a fix branch ready and it passed a full ec2 run, but pqm is bouncing testfixes. or was.23:05
* jcsackett looks at buildbot23:05
jcsackettdo we go out of blocked for testfix once a a testfix is submitted, or once that build passes?23:06
wgrantjcsackett: AFAIK as soon as a testfix is submitted.23:06
wgrantjcsackett: It only affects the webapp right?23:06
jcsackettcorrect; when you view bugs with certain comments it will OOPS.23:06
jcsackettwgrant ^23:07
wgrantjcsackett: OK, thanks.23:07
jcsackettwgrant: you're welcome. encountering a related issue?23:07
wgrantjcsackett: No, just really really wanting to roll out r12112 to cesium.23:08
jcsackettwgrant: i'm resubmitting my fix to pqm. if it passes buildbot before i go to bed, i'll qa it so you can get that out posthaste.23:08
jcsackettsorry for the delay.23:09
wgrantjcsackett: Thanks.23:12

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