[00:01] Although it's a provincial holiday so most of the people here in Ottawa who work for Federal government won't have it off, lol. [00:01] oops. so much for family day. [00:03] Does setting authorized_size to None disable the quota checking [00:03] ? [00:07] ah. It's not possible. [00:07] However, weirdly distribution archives still have the authorized_size attribute but it is None. [00:09] * cody-somerville wishes running just a single doctest didn't take so long. [00:46] Heh [00:46] Actually, I guess it is possible. [00:46] but it'll probably cause the upload processor to crash [00:46] lpnet DB CPU usage has dropped by around 70% of a core in the last week, it appears. [00:47] cody-somerville: I expect that it's possible. [00:47] But the form might not allow it. [00:47] * wgrant tries. [00:47] wgrant, it allows it [00:47] Ah [00:47] Maybe if a PPA has it set it will just crash [00:47] You're probably right. [00:47] * wgrant checks the code. [00:47] MEGA = 2 ** 20 [00:47] limit_size = self.archive.authorized_size * MEGA [00:47] ^^ that'll crash [00:47] You can't multiple None [00:47] Indeed. Is that under an if archive.is_ppa? [00:48] if upload.is_ppa: [00:48] self.checkArchiveSizeQuota(upload) [00:48] So yeah [00:49] It probably shouldn't do that, it should probably check [00:49] and the code fixed to see if authorized_size is None [00:49] holy crap [00:49] Yes, but that would make sense. [00:49] And you know our policy about Soyuz. [00:49] why does it take so long to do a commit? [00:50] If a test commits we have to tear down the DB. [00:50] Which takes a couple of hundred ms [00:50] No. bzr commit [00:50] If it doesn't commit, we can just abort the txn. [00:50] Ah [00:50] it's been going at it for like 5 minutes [00:50] repacking stuff [00:50] Ah, your repo hasn't been touched in a while? [00:50] I just branched it like yesterday [00:50] bzr repacks every order of magnitude of revisions, I believe. [00:51] Hm, it's possible we've hit a threshold, but I wouldn't think so. [00:51] It says 'Saving data locally - Stage: repacking chk:chk node n/n' [00:51] it's already repacked the inventory [00:51] and other stuff [00:52] I've got another 14k chk nodes to go, lol [00:52] Hm [00:52] There's about 118000 revs in devel [00:52] So I wouldn't expect a repack to happen around now. [00:52] ugh. now it's repacking texts and there is 400k of them, lol. [00:52] But maybe I misunderstand. [00:53] * cody-somerville has a party to go to and really wants to get this branch up for review before he goes :( [01:19] wgrant: its OOM(base 10) size of pack, and every multiple of each OOM, of that size [01:19] so 118000 will be doing a 1K rev pack, probably, but that should be near-instant [01:20] Ah [01:20] also a brand spanking new repo should be under all the thresholds and not pack at all [01:20] however, 'branched yesterday' does not imply brand new repo === _mup__ is now known as _mup_ === _mup__ is now known as _mup_ [21:58] hi guys, I'm having a look at the launchpadlib to get data from the platform. I would like to get the bugs for a given project and I can't manage to find out how .. any clues? === almaisan-away is now known as al-maisan === al-maisan is now known as almaisan-away