[09:40] psivaa, around? have a query about the server tests excuting with UTAH [09:41] jamespage, sure [09:42] psivaa, so its more a fundamental UTAH question - is the success or failure of a test measured by the return code of the script? [09:44] jamespage, yes, ideally jcollado should be able to answer more on this [09:45] psivaa, OK - I was just checking [09:45] jamespage: Yes, that's the way it works for now [09:47] jcollado, great - thanks for the confirmation [09:47] psivaa, FYI I think we really need to separate the server tests to be task centric as they are at the moment [09:48] but I'm spending some time on the next few weeks on UTAH for server so I can work on that [09:59] jamespage, ack, we were going to split the tests and the job in jenkins is just an example. and thanks for doing it :) [10:49] jcollado, if I'm using my own preseeds how much stuff do I get for free from utah? [10:49] for example will it inject the utah proxy I configured in /etc/utah? [10:49] and the required packages for testing? [10:51] jamespage: utah will add the lines required to install the test client, but not any packages required run specific tests [10:51] jcollado, ack - just trying to figure out how much I need in the preseed [10:51] jamespage: If you need specific packages for a test suite, it's probably better to have that in the setup scripts for that test suite [10:52] jamespage: Aside from that, in the latecommand the ssh key for the utah user will be added to the authorized keys in the VM so that you can send/receive files [10:53] jamespage: One thing I've found looking at your test cases is that you assume that the user name will be ubuntu while the preseed in utah assumes it's utah [10:53] jamespage: To avoid problems, I think it's better to set utah in the test cases as well [10:53] jcollado, I could just drop it altogether and let utah add it right? [10:54] jamespage: With regard to the preseed, yes, that should be fine. [10:54] jamespage: But you need to take that into account for the test case scripts [10:55] jcollado, yep - got that [10:56] jamespage: Looking at the code, I see that the username will be indeed updated, but it doesn't look it will be added if you haven't set one in the preseed. [11:00] so I just discovered [11:05] jcollado, no auto proxy add AFAICT either [11:08] jamespage: What would be the use case for that? [11:08] jcollado, /etc/utah/uqt-vm-tools.conf allows setting of a proxy for the vm [11:09] the use case is when I'm trying to test stuff at home with limited internet bandwidth its x1000 faster to get deb's etc from a local squid-deb-proxy cache rather than from the archive everytime [11:09] at least as soon as the cache is hot anyway [11:10] its the proxy for apt rather than the proxy generally [11:10] "d-i mirror/http/proxy string http://192.168.1.1:8000" for example [11:11] jamespage: I see. Certainly, when I run tests I've to download the same packages over and over for different VMs [11:11] for me its the difference between 300K/s and 30MB/s [11:12] jcollado, its less import when testing the full ISO - but I'm just using the mini ISO ATM [11:14] jamespage: That would be interesting to have. I've written it down, so that I remember to discuss this in the utah meeting we've got this afternoon. [11:15] jcollado, please - its an essential feature for me - I can workaround in my test preseed for the moment but its not portable [11:21] jamespage: Opened: https://bugs.launchpad.net/utah/+bug/1043249 [11:21] Ubuntu bug 1043249 in UTAH "apt proxy added automatically to the preseed" [Undecided,New] [11:21] jamespage: Please review and comment if something is missing [11:22] jcollado, LGMT [11:22] LGTM even [11:22] :-) [11:29] jcollado, is it possible to use utah to execute a runlist locally so I don't have to provision a VM to test it? [11:30] jamespage: Yes, you can use `utah -r ` [11:37] jcollado, hmm - I get this error with the example one in utah [11:37] http://paste.ubuntu.com/1173672/ [11:38] jcollado, jamespage afaik nuclearbob was working on the proxy stuff, I'd check with him [11:39] I will ask him on today's catch up [11:39] jamespage: if you are going to be working in utah for the next couple of weeks, you may want to come to our weekly meetings for a while [11:39] jamespage: we have a hangout on wed afternoons [11:40] gema, what time? [11:40] 3pm [11:41] gema, OK - I'll try to make it today - I have a 14:30 which should be done in time hopefully [11:41] jamespage: ack [11:42] jamespage: there is no problem in moving it half an hour later as far as I can tell, so if you find it useful today we could try that [11:42] OK - lets see [11:42] jamespage: I've seen validation problems in the past, but right now I cannot reproduce it. Which package version are you using? [11:42] jcollado, 0.4ubuntu57-r661~quantal1 [11:46] jamespage: Are you using the example runlist or another one? [11:46] jcollado, I get it with the example and my own [11:47] the desktop interface looks a lot better in virtualbox since the removal of unity-2d but performance is excruciating [11:49] jamespage: That's strange. I don't get any validation error with this one: http://pastebin.ubuntu.com/1173679/ (which should be the same example one you have) [11:50] jcollado, it is - I'm using quantal rather than precise - could that make a difference? [11:51] jamespage: Oh, yes, now I realize [11:52] jamespage: The thing is that we use an newer version of python-jsonschema that is available through the PPA: https://launchpad.net/~utah/+archive/stable [11:52] jamespage: Probably you have version 0.2 when you should have 0.5 [11:52] jcollado, I am using 0.2 yes [11:53] jcollado, OK - the docs probably need updating then [11:54] jcollado, how does that get into the VM being tested ten? [11:54] then [11:55] jamespage: The PPA is enabled in the preseed [12:12] jcollado, it tried to by add-apt-repository was not installed... [12:15] jamespage: The add-apt-repository call failed or after adding the PPA to your sources you still don't get python-jsonschema 0.5? [12:19] jcollado, I patch it all up after provisioning and then it works OK [12:20] jcollado, "add-apt-repository -y ppa:utah/stable" - command not found [12:20] I've added the required packages to my preseed to fixup === _salem is now known as salem_ === sagaci_ is now known as sagaci [14:27] Hi, is there any people who develop checkbox? [14:28] looks like there is [14:29] Hi, is there any checkbox dev here? [14:35] smartboyhw: sure, ask away, we may be a bit slow, I for one am on a phone conference [14:35] Er, I don't know why, the audio tests passed, but then still it shows a popup showing the tests had failed and I need to report a bug. Thanks roadmr [14:37] smartboyhw: I suggest you say "no" to the bug report request and then run the rest of the tests, the final report will tell you why it thinks the audio test failed [14:37] I know. [14:37] where can I find the report then? [14:37] smartboyhw: if you like you could put the submission.xml somewhere for me to look at and figure out what happened [14:38] smartboyhw: in .cache/checkbox/submission.xml, you can open it with firefox [14:38] OK [14:38] smartboyhw: note it only gets generated when the test run ends [14:38] OK [14:39] OK, where to put the submission.xml? [14:39] smartboyhw: you could pastebin it [14:40] http://paste.ubuntu.com/1173908/ [14:40] smartboyhw: awesome thanks [14:41] ) [14:41] :) [14:59] smartboyhw: strange because this submission doesn't show any failed tests :/ [15:00] :) [15:01] smartboyhw: so the window asking you to report a bug, it had a test name on it, which was it? [15:01] All the audio ones [15:04] oh ok.. let's see [15:04] smartboyhw: which version of checkbox are you running? [15:06] jcollado, gema, bug 1043382 [15:06] Launchpad bug 1043382 in UTAH "Reporting of test failures" [Undecided,New] https://launchpad.net/bugs/1043382 [15:06] jamespage: Thanks === yofel_ is now known as yofel [15:56] jcollado, erm - stupid question but can I make UTAH run my tests as root? [15:57] jamespage: There's a "run_as" field in the test suite runlist for that. [15:57] jamespage: http://utah.readthedocs.org/en/latest/development.html#runlists-hierarchy [15:59] jcollado, and that can escalate to root? I'll try it [15:59] josepht: ^ [16:06] jamespage: by default they run as 'root', 'run_as' will allow dropping privileges for testcases that require it. [16:12] josepht, OK - lemme give it a swing - was seeing some odd issues.... [16:48] josepht, gema: OK - so I rejigged all of the server test cases and hacked out the preseed templating code [16:48] https://code.launchpad.net/~james-page/+junk/server-tests [16:49] still struggling a bit to get them to execute through UTAH tho [19:33] I see a surge of bugs against ubiquity, when really they are bugs in live-desktop, i.e. bugs in other packages. [19:33] Does the iso tracker encourage filing bugs against ubiquity for some reason? [19:33] xnox, yes.. [19:33] Or is it just the random sample of latest ubiquity bugs which just happen to be anything but ubiquity? [19:33] balloons: that's bad. [19:33] in general, bugs encountered during installation are filed against ubiquity [19:34] bug 1043488 [19:34] Launchpad bug 1043488 in ubiquity (Ubuntu) "Scroll with a scroll wheel doesn't work on a web page" [Undecided,New] https://launchpad.net/bugs/1043488 [19:34] bug 1043403 was also filed against ubiquity [19:34] Launchpad bug 1043403 in linux (Ubuntu) "Wireless not active during installation or after boot" [Undecided,Confirmed] https://launchpad.net/bugs/1043403 [19:35] (it also, in the very first description) said "even after I boot into installed system there is no wifi" [19:35] balloons: I do not scale to reassign them to different packages =/ [19:35] xnox, heh, no I'm sure you don't [19:36] I am ok with ubiquity crashing & filing bug against ubiquity, even if it is a particular package install problem. But making ubiquity yet another bucket "ubuntu (no package)" is counter productive =/ [19:36] hmm.. no I don't believe that's the intent here [19:36] part of the issue I think is stemming from the post-installation testing rolled into the iso-testing [19:36] balloons: so can you show me where the iso tracker / test cases encourage to file bugs specifically against "ubiquity" [19:36] ? [19:37] * xnox doesn't use iso tracker / test cases that often. Or am I blind and just don't see such encourangment. [19:37] post-installation hmmm.... [19:37] to be honest anything can be install or a package issue. [19:37] meaning since we're now rebooting into the installation and running tests, those bugs should be reported against the package in question [19:37] http://iso.qa.ubuntu.com/qatracker/milestones/219/builds/22057/buginstructions [19:38] we can change what the instruction are obviously :-) [19:38] but what I meant was there is no further information given about reporting a bug that didn't occurr in the installr [19:41] balloons: I would say for "Graphics problems file against: xorg"; "For all other hardware file against: linux"; "For installer bug, crashes, or installation failure: ubiquity"; "For particular applications during live session or after the install: against that application"; "If not sure: ubuntu (no package)" [19:41] "Fail to boot after install: grub2" [19:41] or uboot on arm. [19:41] ok.. we can customize the info by arch, so [19:42] awesome! =) [19:42] Mention Xorg only on Desktopy Cds. [19:42] And ubiquity on the desktopy CDs; but debian-installer on others [19:43] balloons: does iso tracker/testcases have a launchpad bugtracker?! I think I should just file a bug about it. [19:43] ? [19:43] xnox, indeed [19:43] check the bottom of the page [19:44] debian installer / ubiquity is split properly atm [19:53] balloons: bug 1043503 [19:53] Launchpad bug 1043503 in Ubuntu QA Website "bugreporting instructions need improvement" [Undecided,New] https://launchpad.net/bugs/1043503 [19:54] xnox, I'll have a look and comment on it [19:54] this is something we can change on the fly, so assuming we all agree, we'll update it [20:01] xnox, so bugs filed against ubuntu are triaged, or intended to be triaged? [20:01] for some reason I do get bug mail about "Ubuntu (no package)" And I do notice that many/different/random people assign them to correct packages [20:01] very quickly [20:02] so somebody is taking care of those =) [20:02] xnox, alright [20:02] I have no clue who though =) [20:02] bugsquad? brian murray's army of bots? [20:02] I'm assuming the bugsquad :-) [20:02] the bot army! [20:02] I love it [20:05] "(we don't always watch that area, though, 24/7)" --- reply on #ubuntu-bugs [20:07] xnox, ok, I will try and make the suggested changes this week and mention it to everyone to try and file bugs accordingly. Often they don't know where to file, but if ubutu (no package) is being triaged, then that's the place to go.. The trouble is I believe historically all isotesting bugs were triaged by jibel et la on QA [20:07] so having them land in a couple places probably worked out well for that [20:08] balloons: redirecting all to one place, does not work. [20:08] balloons: either keep it, as it is. Or stream it into multiple buckets. [20:08] xnox, what do you mean? [20:08] balloons: to be honest "linux" and "xorg" are big buckets as it is. But by landing more-or-less correct bugs gets more people to look at them quicker. [20:08] there will be cases of peopl egetting it wrong.. but even more so for the random post-install bugs, people simply won't know where to assign it [20:09] balloons: yeah, so ubuntu (no package) should be a last fallback. [20:09] but not "the only encouraged location to file bugs" [20:10] should we encourage folks to file against the application they are having issues in, even if it turns out to be something like a compiz bug? [20:10] yes. [20:10] is that better or worse than filing against ubuntu? [20:10] better - cause filing in multiple locations, triggers more/different people to "sheppard/triage" bugs [20:11] and compiz is a corner case - by the time a bug becomes a compiz bug it usually already has been in linux/xorg packages =) [20:11] or even unity [20:11] it's just important that we note that in the bug reporting instructions [20:12] we don't want a novel, but :-) [20:12] balloons: if somebody is using ISO testing website I think they are capable to separate: installer (ubiquity), hardware support (linux), or other bugs =) [20:12] balloons: remember they managed to download & burn an ISO =)))))))))) [20:13] hehe [20:52] balloons, maybe we should add some requirements before people can join ubuntu-qa/ubuntu-testing ? like read and understood the bugsquad and bug reporting documentation [20:53] jibel, asking them to read things in advance and understand isn't a bad idea.. but if we do it, we need to help get them knowledgable [20:53] in general I don't think it's too bad [20:53] the bugs xnox mentioned came from someone I was helping over email actually.. [20:53] they are new.. clearly saying 'file a bug' isn't enough detail [20:54] balloons: is that so! [20:54] * xnox phht! it's all balloons fault =))))) [20:54] *kidding* [20:55] balloons, people doing testing *will* file bugs, IMO reading documents like https://help.ubuntu.com/community/ReportingBugs/ or https://wiki.ubuntu.com/Bugs/BestPractices should be mandatory [20:55] xnox, I can affirm one of them anyway [20:55] :-) [20:56] jibel, yep.. but further we should make sure they are filing good reports [20:56] both in where they land, and what they say [20:58] testers make the effort to download iso, install them and reporting bugs. We can expect that is there are requirements like reading some documentation to join the team they will follow the guidelines [20:58] s/is there/if there [20:58] then filing good reports comes with experience and time. [21:11] ISO tracker question why has the Xubuntu 12.10 daily iso been updated since 8-22-2012? [21:11] leadsled, gtk2 indicator errors [21:13] how long will it take for this to be resolved? [21:15] leadsled, unknown to me.., however, I expect it to be fixed this week.. the images are in a state of flux do to feature freeze occuring [21:15] next week is beta 1 testing.. we will need an iamge ;-) [21:21] Why has the decision been made to end Ubuntu 12.10 alternate when there is only a month and half until the final release? [21:22] leadsled, the idea was discussed at the last UDS, as a target for this cycle. Now, it was agreed the alternate images could be considered to be dropped if ubiquity was able to meet all the features of the alternate installer [21:22] Now, as you read in the email, feedback is being solicitied for dropping the alternate, even though all features are not yet contained in ubuiquity === salem_ is now known as _salem [21:32] should the daily isos at this point have beta instead alpha on the readme.diskdefines? [21:43] leadsled, now.. there not yet beta :-) [21:43] *no [21:47] so beta starts tomorrow === Ursinha` is now known as Ursinha