=== danilos_ is now known as danilos | ||
gary_poster | bac frankban gmb call in 2 | 12:08 |
---|---|---|
* gmb fires up firefox | 12:08 | |
bac | gary_poster: where we doing this? | 12:11 |
bac | nm | 12:11 |
gary_poster | bac gmb frankban https://talkgadget.google.com/hangouts/_/edbf4dd708d7938ac8ac1f60fd51d01b84c936bc | 12:11 |
* gmb -> Lunch | 12:37 | |
* gary_poster going to restart after new kernel | 13:06 | |
frankban | gary_poster: I was looking at bug 1003097. It seems that at the end increasing the query count by 1 is not a bad idea. The test fails because this query (http://pastebin.ubuntu.com/1003086/) is not cached. And I think that query is cached by Browser.open(TASK-URL). | 14:06 |
_mup_ | Bug #1003097: lp.bugs.browser.tests.test_bugtask.TestBugTaskView.test_rendered_query_counts_constant_with_team_memberships fails when run by itself <paralleltest> <Launchpad itself:Triaged> < https://launchpad.net/bugs/1003097 > | 14:06 |
gary_poster | frankban, ok. I guess we could either increase by one, or make the test itself open that url and then reset the query count | 14:07 |
gary_poster | either way, a comment will be important :-) | 14:07 |
gary_poster | back in a few | 14:08 |
gary_poster | hey gmb, I have a working parallel juju instance up so I'm going to try our benji's lpsetup branch. | 14:25 |
gary_poster | if it works, I can let you know and you can do a MP and so on | 14:25 |
gary_poster | is that ok? | 14:25 |
gmb | gary_poster, That works for me. | 14:25 |
gary_poster | cool thx | 14:25 |
gary_poster | gmb, can you access that branch, like via http://bazaar.launchpad.net/~benji/lpbuildbot/bug-1003044 ? I can't | 14:30 |
gary_poster | gmb, asking webops to make it public | 14:31 |
gmb | gary_poster, Hmm. Me neither. Are lpbuildbot branches private by default (and if so, I guess they're private to canonical-sysadmins. | 14:31 |
gmb | Ah right. | 14:31 |
gmb | Yes, it'll need a rubber duckie. | 14:31 |
gary_poster | :-) | 14:31 |
frankban | gary_poster: do we want to try the triple jump from tasks/normal to qa/landing or is it too unfair? https://code.launchpad.net/~frankban/launchpad/bug-1003097-isolation-failure/+merge/107024 | 14:31 |
gary_poster | frankban, :-) reflect reality. drag it to review and say that you went over the limit because you couldn't stand not fixing the bug :-P Then you can drag it to landing | 14:33 |
gary_poster | approved frankban | 14:34 |
frankban | thanks gary | 14:34 |
gary_poster | thank you | 14:34 |
gary_poster | gmb, I eventually got a patch for benji's branch, and applied that...but I was not up to date in my charm and so lpsetup's dependencies were wrong :-( | 15:20 |
gary_poster | I'm redoing everything now | 15:20 |
gary_poster | but gmb, if/when you do have a moment | 15:20 |
gary_poster | if you could take a look at why tests fail in lp:~gary/charms/precise/buildbot-slave/add-max-builds-support that would be wonderful | 15:21 |
gary_poster | if you don't get around to it that's fine | 15:21 |
gary_poster | but it would be a great help | 15:21 |
gary_poster | and I think you know the details there better than I | 15:21 |
gmb | gary_poster, Actually, I can take a look in ten minutes or so. | 15:22 |
gmb | So I will :) | 15:22 |
gary_poster | awesome, thanks gmb | 15:22 |
gmb | gary_poster, When you say "tests" do you mean the charm tests or do you mean LP tests when that charm's used as a slave? | 15:33 |
gary_poster | gmb, sorry, I mean the charm tests | 15:57 |
gary_poster | the LP tests are doing fine | 15:57 |
gmb | gary_poster, Okay. Good - I didn't know if you mean that you'd also discovered that all the tests die horribly... | 15:57 |
gmb | *meant | 15:57 |
gary_poster | :-) no | 15:57 |
gmb | Actually, that was my fault for not bootstrapping, but still. | 15:58 |
gmb | Also, "ues" is not a valid response to a yes/no question. We live and learn. | 16:00 |
gary_poster | heh | 16:28 |
gary_poster | gmb, see my comment to https://bugs.launchpad.net/launchpad/+bug/1003206 , and shake your head and say "I knew it couldn't be that simple!" :-) | 16:28 |
_mup_ | Bug #1003206: (parallel tests) worker output is missing from some tests <paralleltest> <Launchpad itself:Triaged> < https://launchpad.net/bugs/1003206 > | 16:28 |
gary_poster | gmb, and ow, we are doing something crazy with the subunit output now: various subunit bits are inserted within the last failure on the page of http://ec2-50-19-187-30.compute-1.amazonaws.com:8010/builders/lucid_lp/builds/0/steps/shell_9/logs/stdio , for instance. :-/ | 16:32 |
gary_poster | holy smoke, the tests have gone haywire :-( | 16:33 |
gary_poster | I'm hoing to go get some lunch :-/ | 16:33 |
gary_poster | or going | 16:33 |
gary_poster | you decide | 16:34 |
gmb | Doubleyew tee eff. | 16:47 |
frankban | Get someone else's branch landed means branch it and the ec2 landing it I suppose... could you confirm? | 16:52 |
gmb | gary_poster, So, I think this is definitely a good time to revert to -p6 for a run. | 16:54 |
gmb | frankban, Yes, that's right. You might be able to do `ec2 land $merge_proposal_url` though. | 16:54 |
gmb | I can't quite remember. | 16:54 |
gmb | gary_poster, Ah, crumbs, I think this is the problem: | 16:54 |
gmb | When we come across an error, we pass it to the Subunit formatter's _subunit.addError() method. That passes it to _addOutcome(), which writes to _stream... which in this case means that it gets written to stdout. | 16:56 |
gmb | Although the messiness makes no sense, since that's what _always_ happened. | 16:56 |
gmb | Hmm. | 16:57 |
gmb | gary_poster, I think we should do this: | 16:57 |
gmb | revert to -p6 for a run, to confirm that nothing new is screwing with things | 16:57 |
gmb | If that's confirmed, revert it in devel (and revert the -p7 change in zope.testing-3.9.4-fork) | 16:57 |
gmb | ??? | 16:57 |
gmb | Win. | 16:57 |
* gmb -> grabbing some dinner but will BBL. | 16:58 | |
gary_poster | :-) | 17:02 |
gary_poster | yeah will do after more lunch break | 17:02 |
bac | hey gary_poster, i haven't put it in canonicaladmin yet, but i plan to work on memorial day for a swap day tbd | 19:48 |
gary_poster | bac, cool | 20:05 |
bac | gary_poster: i'm trying to run a ec2 buildbot test and am running into errors. you ever see permission denied errors re: /var/tmp/bazaar.launchpad.dev/mirrors | 20:06 |
gary_poster | bac, yes. :-( today is not a good day for test runs. Maybe we should pair after I finish my tl call notes (I was chair) | 20:06 |
bac | oh, ok | 20:07 |
bac | so is it a busted branch for LP? | 20:07 |
bac | oh benji! :) | 20:08 |
gary_poster | bac https://talkgadget.google.com/hangouts/_/860d9077559ceb3952f1dd8c072db17bf6d623a8 | 20:12 |
bac | ok | 20:22 |
gary_poster | qbac you disappeared | 21:34 |
gary_poster | bac | 21:34 |
bac | yesh | 21:34 |
bac | retrying | 21:34 |
gary_poster | did the hail eat you bac? | 22:00 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!