/srv/irclogs.ubuntu.com/2013/02/22/#ubuntu-quality.txt

komputesballoons: ok merge requests done for FF and TB00:01
komputesballoons: also ManualStyleGuide is immutable :(00:03
balloonskomputes, ohh really? you can't edit? you sure your logged in?01:04
phillwballoons: sorry to say, but I took my eye off the bug, and it is now again a problem for us human testers... bug https://bugs.launchpad.net/ubuntu/+source/linux/+bug/108067401:21
ubot5Launchpad bug 1080674 in cairo "[QEMU] Corrupted desktop screen for raring desktop installation in QEMU guest (Cirrus graphics). Affects KVM but not VBox." [Medium,Confirmed]01:21
fenrwyes, I ran into that one as well01:46
phillwfenrw: I can only apologise, I thought it had been sorted.  I do try to keep up with the VM issues:'(01:49
balloons:-(01:50
fenrwphillw: it was the first test I ran, I thought it was a problem with the VM at first (ran from testdrive/kvm) I ran it on aquemu next and it was fine01:51
phillwballoons: with that many confirming it, I mistakenly thought it was .... "Yeah, they will get it fixed". I lost out.01:52
phillwballoons: of course, I could always ask as to why our canonical type person never followed the bug to completion :P01:53
phillwfenrw: I do seem to have become the guy to push VM bugs, But in all honesty, I cannot keep with them all, I do follow those that affect me and any of the testers who nag me.01:56
fenrwwhat is the best course to take when running a test and you hit a bug like that?02:01
fenrwphillw:02:02
=== Ursinha is now known as Ursinha-afk
phillwfenrw: nag me and balloons :D02:07
phillwfenrw: the -release team do cut me a lot of slack (i.e., they do allow me to nag them over such things)02:09
fenrwphillw: okay, I will test again tomorrow ;-)02:11
phillwwith VBox 4.2 arriving, and test drive hopefully being able to use it. With the KVM issue I am kept caught sort of busy. But, that is not a real complaint. I just want you guys to have the testing tools that you prefer.02:12
fenrwwell it's good to test on multiple VMs as that shows02:13
phillwI'm a KVM person, but I do appreciate that others prefer such as VBox.02:14
balloonsfenrw, with any bug you find, it's best to keep up with it.. report and ensure the folks responsible have what;s needed to fix i02:16
balloonsthen just follow up over time and when the fix is ready, help confirm it02:16
phillwWith Vbox 4.2 arriving, I have the 'fun' of teaching people about LVM's. http://en.wikipedia.org/wiki/Logical_volume_management02:16
phillwballoons: once Vbox 4.2 arrives fully and test drive supports it. I do think we need to tell people about LVMs02:18
fenrwI marked that it affects me, i'll continue to watch it02:18
fenrwphillw: how will LVM affect things?02:22
phillwSergioMeneses it seems the ubiquity bug has been sorted, but we have a regression in KVM. Please try in Vbox02:22
SergioMenesesphillw, I'm downloading it02:23
phillwfenrw: instead of having to reboot each time you make a new extended partition area, you can make an new area without needing to re-boot.02:24
komputesballoons: sorry, i wasn't logged in, thx02:25
balloonskomputes, :-)02:25
phillwLVM and KVM are very closely tied together in how they work. They also run as the system that makes cloud computing possible.02:26
phillwfenrw: They are parts of the kernel, that being the low level part of linux. that makes a computer work. Both KVM and LVM are 'in the system', they just need turning on.02:28
SergioMeneseshey komputes !02:28
SergioMenesesballoons, \o02:28
xnoxLVM and KVM are not related at all.02:28
fenrwhm, I don't know much technically behind KVM, Vbox, etc. Mostly have experience with VMWare02:29
xnoxLVM - does disk management, such that you can treat multiple block devices as a pool of available space and allocate slices.02:29
komputesola SergioMeneses02:29
phillwxnox: LVM is built into the linux kernel?02:30
SergioMeneseskomputes, hola! hablas español?02:30
xnoxKVM - does virtualisation aka faking enough for a different linux kernel to believe it's booting on a real system.02:30
komputesSergioMeneses: um poco02:30
phillwxnox: KVM is buily into the linus kernel?02:30
fenrwLVM sounds like a feature for multiple VMs on a single host utilizing a SAN02:30
xnoxphillw: it's a kernel module, but so is btrfs and a module for your webcam.02:30
komputesSergioMeneses: so I got started on my own branch and made some changed to FF and TB02:31
xnoxfenrw: My main machine is installed on lvm, cause it allows me to make snapshots and use snapshot as scratch throw away space for packaging building.02:31
phillwxnox: so, as I said that they are built in, where was I wrong?02:31
xnoxLVM and KVM are no tied together at all. as they are complete different sub-systems / features.02:32
xnoxs/no/not/02:32
phillwxnox: I did not say that, i said that they work together?02:32
SergioMeneseskomputes, mmmm02:33
xnox"<phillw> LVM and KVM are very closely tied together in how they work"02:33
xnoxlvm is implemented on windows, sun, mac osx etc. it's quite a generic concept https://en.wikipedia.org/wiki/Logical_volume_management02:33
SergioMeneseskomputes, pm02:34
SergioMenesessee you there02:34
xnoxkvm is one way to do virtualisation, xen virtualbox vmware are different ways to achieve virtualisation02:34
phillwxnox: yes, they are both available in the kernel and need no tweaking of the kernel to have them function? I was not trying to split hairs :D02:34
xnoxthey require some kernelspace modules, but they are mostly user-space utilities.02:35
phillwxen is an overlay, now out dated. It uses an overlay to access the kvm area.02:35
xnoxjust by having a linux kernel - without lvm2 command-line binary you will not be able to do anything with lvm volumes.02:35
xnoxxen is rapidly developed and has features that are not available in kvm.02:36
xnoxand hardly can be called an overlay.02:36
phillwxnox: xen is not built into the kernel.02:37
xnoxsure it is.02:37
xnoxone needs xen kernel modules for dom0 support02:37
SergioMeneseswhere is smartboy?02:38
phillwxnox: http://blog.codemonkey.ws/2008/05/truth-about-kvm-and-xen.html02:39
phillwI'm not wanting an argument, just what is current for new-commers02:40
=== Ursinha-afk is now known as Ursinha
xnoxphillw: two years later xen dom0 support got merged as part of 2.6.37 and 2.6.39 kernels. phillw, 5 years is a long time.02:44
xnoxcompare raring with hardy02:45
phillw3.5 now...02:45
phillwxnox: I do want an argument!02:45
phillw *DO NOT*02:46
phillwthe job's I see, ask for KVM.02:46
fenrwsomewhere in here, LVM and xen got interchanged and can't tell who or for what :)02:48
phillwfenrw: join the club... LVM is a system that is more easy to use than extended partitions. I've had to hold off as I was awaiting VBox 4.2 to arrive and test drive be able to use it.02:52
fenrwtestdrive is pretty nifty, does it delete the VM when you close it?02:54
fenrwI don't see a way to load an existing VM from it, so I am assuming so02:54
fenrwI need to read the config file again :)02:57
phillwit gets a bit complicated. If you have extended partitions you can make a new one and do a live boot (real machine). Using areas with the virtual machines you can allocate an area on the hard drive similar to Wubi02:57
phillwThe reason of using a section of hard disk (LVM) is that it will remain after a fail.02:58
phillwas xnox has had to really talk me through getting a log from my KVM system, in words of on syalble. He's best at saying if it can be done from VBox and from having a system that is not LVM per machine.03:00
fenrwhmmm, lost me on that last part03:03
phillwit is 03:00 here , the questions and comments here tonight to need addressing so we can better let new testers know what is best helpful for getting results from a failed install.03:04
SergioMenesesphillw, it works! :) using Vbox03:05
phillwfenrw: I'll book some time with xnox, who is far more experienced than I am. If he can explain it to me, I can then write it up so anyone can understand it :)03:06
phillwSergioMeneses that's great, just means we have a regression on https://bugs.launchpad.net/ubuntu/+source/linux/+bug/108067403:07
ubot5Launchpad bug 1080674 in cairo "[QEMU] Corrupted desktop screen for raring desktop installation in QEMU guest (Cirrus graphics). Affects KVM but not VBox." [Medium,Confirmed]03:07
phillwOne step forward, one step back :D03:07
SergioMenesesphillw, I think so xD03:08
fenrwI haven't gotten testdrive and vbox to work yet03:08
SergioMenesesbtw we have the same bug about the slides :S03:08
phillwfenrw: have a chat with SergioMeneses, he is best placed to help you with VBox03:09
fenrwI might give it a try loading without testdrive and make sure it works that way first03:10
fenrwor, not make sure, but see03:10
SergioMenesesfenrw, I use testdrive to get the isos, then I open Vbox and choose the iso  ~/cache/testdrive/iso03:12
SergioMenesesbut you can use both, it is not a big deal :)03:12
fenrwI tried that, I'm getting an error about pae both ways03:13
SergioMenesesphillw, lubuntu installer has not background03:13
SergioMenesesfenrw, which error?03:13
fenrwkernal requires the following features not present on the CPU: pae03:13
fenrwunable to boot - please use a kernal appropriate for your CPU03:14
SergioMenesesfenrw, here is the solution http://askubuntu.com/questions/164764/virtual-pc-error-unable-to-boot-please-use-a-kernel-appropriate-for-your-cpu03:15
SergioMenesesor this one http://www.linuxliveusb.com/en/help/faq/virtualization/154-unable-to-boot-please-use-a-kernel-appropriate-for-your-cpu03:16
fenrw$ arch03:16
fenrwi68603:16
fenrwinstalling raring-desktop-i386.iso03:16
fenrwwhich works on aqemu03:16
fenrwI'll take a look at those03:16
SergioMenesesballoons, phillw busy?03:17
SergioMenesesfenrw, :)03:17
balloonsSergioMeneses, bedtime for moi03:17
SergioMenesesballoons, ok.. dont worry03:17
SergioMenesesballoons, we have the new testcase for thunderbird now :D03:18
balloonsSergioMeneses, yay!03:19
SergioMeneseshttps://bugs.launchpad.net/ubuntu-manual-tests/+bug/111564503:19
ubot5Launchpad bug 1115645 in Ubuntu Manual Tests "Test Needed: Thunderbird" [Medium,In progress]03:19
fenrwSergioMenenses, It looks like the second one might help, I've ran into the first one as well when i tried to install the AMD64 version.. to be honest not sure why my arch says i686 when it's an AMD x2 64bit03:19
SergioMenesesyou can check it tomorrow :D03:19
balloonsyea, i have several things to merge looks like03:19
balloonsvery good work03:19
SergioMenesesfenrw, dont worry, take your time :D03:19
SergioMenesesballoons, and thanks to komputes for his help :)03:19
komputesGlad to help.03:20
fenrwthanks SergioMeneses, clicking that checkbox fixed it :)03:21
SergioMenesesfenrw, jejeje nice03:22
fenrwI booted the raring-desktop-i386 vbox to a live disk and got a system program problem detected03:26
SergioMenesesfenrw, ?03:30
komputesballoons: I'll try to look out for the test naming convention next time03:30
fenrwlooks like colord-sane crashed03:30
fenrwI wonder if it has to do with the 32-bit/16-bit color warnings vbox was giving me earlier03:37
SergioMenesesfenrw, mmmm... sounds rare, I dont have any issue like that03:39
SergioMenesesphillw, ? ↑↑↑↑03:39
komputesI'm having a hard time clicking on the bottom bug here: http://packages.qa.ubuntu.com/qatracker/milestones/256/builds/37168/testcases03:44
komputesthe one that links to 112733103:45
komputesAnyone else can reproduce?03:45
* SergioMeneses can not find his yubikey03:49
balloonskomputes, same for me :( https://launchpad.net/ubuntu-qa-website/+filebug Although there is an existing bug with the rollover pop-ups already (they cutoff). might want to link them03:51
SergioMenesesballoons, is it broken?03:52
SergioMenesesit doesnt work for me03:52
komputesballoons: https://bugs.launchpad.net/ubuntu-qa-website/+bug/1035503 ?03:56
ubot5Launchpad bug 1035503 in Ubuntu QA Website "Bug description yellow boxes exceed browser window dimensions." [Low,Confirmed]03:56
balloonskomputes, yes that's the one03:56
SergioMeneseskomputes, ++03:56
balloonsk, I'm really really off now.. had to post to g+ :-_)03:56
balloonsg-night03:56
SergioMenesesballoons, good night!03:57
komputesnight SergioMeneses03:58
komputesnight balloons03:58
SergioMeneseskomputes, \o03:59
fenrwI only get the error when booting with vbox to a live session (I haven't tried a full install yet in vbox)04:27
fenrw(colord-sane crashed)04:28
=== Ursinha is now known as Ursinha-afk
=== Ursinha-afk is now known as Ursinha
SergioMenesesfenrw, which iso are you testing?04:42
SergioMenesesubuntu-daily?04:42
fenrwSergiomeneses raring-desktop-i38604:42
fenrwyeah04:42
fenrwubuntu04:42
SergioMenesesfenrw,  look all bugs for live-session http://iso.qa.ubuntu.com/qatracker/milestones/243/builds/38045/testcases/1303/results04:46
SergioMenesescheck if your error is there04:47
SergioMenesesok guys! bed time... see you later04:50
pittiGood morning06:26
Noskcajevening pitti06:37
pittijibel: do you have an idea why inotify doesn't work in the jhbuild container?07:07
pittijibel: e. g. tail -f always shows that error, and turns out that it's also the very likely cause for the e-d-s failure07:07
pittijibel: confirmed07:20
pittijibel: googling does show some hits with "too many open files" if there are many containers, but this only runs a handful07:20
jibelpitti, good morning07:51
jibelpitti, correct, max_users_instance is set to 128, I'll increase to 51207:51
jibelpitti, can you retry the test07:54
pittibonjour jibel08:03
pittijibel: ah, I was going to ask you to try that, thanks08:04
pittitrying08:04
pitti\o/08:04
pittiboth tail and evolution-source-registry are happy again08:04
jibelYay!08:05
pittimerci08:05
=== Ursinha is now known as Ursinha-afk
pittijibel: that was the sysctl on the rabisu host, not within the container, right?08:09
jibelpitti, right, on the host.08:09
jibelI added the change to sysctl.d/60-custom.conf to preserve the setting on reboot08:10
pittijibel: for webkit, could that be "webkit" vs. "WebKit" confusino somewhere?08:19
havryliukhi, that's me again ;)08:20
havryliukanyone good at autopilot? i am having some basic configuration issues, i think08:20
pittijibel: (currently doing a manual jhbuild buildone webkit to see whether it's actually failing)08:20
jibelpitti, that'd be surprising becuase we use the names returned by jhbuild, so they should be consistent08:20
pittigosh, this is an unholy fast machine08:21
pittiit compiles faster that it can scroll through byobu/ssh08:21
pitti$ jhbuild run pkg-config --modversion webkitgtk-3.008:25
pitti1.11.508:25
pittijibel: ^ ok, so it does build on the machine at least \o/08:25
pittijibel: I'll see whether I can reproduce that in automatic mode08:26
pittijibel: so jenkins pulls current status/results from rabisu every 10 minutes, right?08:28
jibelpitti, 2 minutes08:28
pittihm, https://jenkins.qa.ubuntu.com/view/Raring/view/JHBuild%20Gnome/ looks like 1008:29
pittiI usually get the "latest builds" in batches with roughtly the same time, around :02, :11, :12, etc.08:29
jibelah, let me check that08:29
pittijibel: no worries, it's fine; I just want to understand how that works, i. e. jenkins regularly gets a file from rabisu?08:30
jibelurl check schedule: */2 * * * *08:30
jibelbut there is the publisher in-between so maybe that adds a delay08:31
pittiah08:31
jibelpitti, so every 2 min, jenkins checks if a *.revno file has changed and start a new job if it did08:32
pittithose in /var/log/jenkins/08:32
jibelpitti, this job checks *.state files for the result and stops when it's pass/fail or unstable08:32
jibelpitti, /var/log/jhbuild/08:32
pittierr, /var/log/jhbuild of course08:32
jibelpitti, and collect the log file on completion08:33
jibelI did it this way because of the very restricted policy between the lab and the rest of the work08:33
pittijibel: how does it determine "changed"?08:34
jibelworld08:34
pittimtime since last call?08:34
jibelpitti, it checks the content which is the revision number of the module + a timestamp08:34
pittijibel: ah, so if that's later than $last_run, it considers it as "has a new build"?08:35
jibelpitti, initially I used only the state file, and I think I should go back to only use it08:35
jibelpitti, if that's later than $last_run, it will start a job, and finish immediately with the result of $last_run08:37
jibelpitti, it's really hackish08:38
pittihttps://jenkins.qa.ubuntu.com/view/Raring/view/JHBuild%20Gnome/job/jhbuild-amd64-baobab/100/artifact/baobab.log08:40
pittimeh, I wonder if we should run with --distclean and install ccache08:40
pittiI've seen issues like that a lot08:40
* pitti wonders whether -C/--try-checkout also cleans the source tree, checking08:41
pittiok, jhbuild doesn't call git clean-tree anywhere08:41
pittiargh, my bad, it's "clean", not "clean-tree"08:42
pittijibel: so it seems we already call jhbuild with -C08:47
jibelpitti, yes, but I think this option should completely wipe the source tree08:53
pittiright, it should08:53
pittijibel: ignore me for now, I think that might be an actual regression08:53
pittiI'm doing a local build and investiage08:53
pittihah, it is08:53
* pitti heads bugzillawards08:54
jibelhm, force_checkout already calls self._wipedir(buildscript, self.srcdir)08:56
pittijibel: yes, doesn't help08:56
havryliukcould anyone help with autopilot? ^__^08:56
pittijibel: the error occurs on a fresh checkout, it's an actual bug08:56
jibelok08:56
* pitti ^5s jibel08:57
* jibel ^5s pitti back08:58
jibelhavryliuk, usually autopilot gurus hang out in this channel later in the day, like middle of the afternoon (european time)08:59
havryliukjibel, i see, thanks, will chase them later ;)09:00
pittijibel: I pushed the fix into baobab, now waiting for jhbuild to finish :)09:10
jibelawesome :)09:12
pittimeh, it keeps resetting my changed checksums in jhbuild.modules without actually rebuilding09:12
=== yofel_ is now known as yofel
pittijibel: could you help me understand some mechanics here?10:36
pittijibel: so I pushed that baobab commit (593bd4), and jhbuild-data/jhbuild.modules now has that10:37
pittibut /var/log/jhbuild/baobab.* still has the old revision10:37
pittijibel: that means that jhbuild is past the "checkout" stage, but didn't get round to building it yet, right?10:38
pitti(gnome/checkout/baobab/ is also current, i. e. at 593bd)10:38
jibelpitti, correct, old version was jhbuild.modules.bak:baobab (2d89dd812410e8fa03fd98076707917cc7c835ea)10:38
pitti*nod*10:38
jibelpitti, new version is jhbuild.modules:baobab (593bd4016a3bfa5f46804eaea7b9f91c72ac3b38)10:38
jibeland it is still in the queue jhbuild.updates:baobab (593bd4016a3bfa5f46804eaea7b9f91c72ac3b38)10:39
pittijibel: oh, thanks for pointing out ~/jhbuild-data/jhbuild.updates10:39
pittithat's useful10:39
pittiso folks is in there, too10:40
pittiwebkit is still acting up, though10:40
pittiok, I'll let that batch build, and try to reproduce some other failures10:40
jibelpitti, so it has detected the update but there are lot of packages queued10:41
pittijibel: ok, what I thought; thanks for confirming10:41
jibelparallel builds will help with that10:41
jibelpitti, BTW +1 for ccache, go ahead if you want to install it, or I'll do it later today10:42
pittijibel: doing now10:43
pittijibel: what do you prefer, adding PATH definition to .bashrc or jhbuild.cron?10:46
pittiI think jhbuild.cron is better, then we won't forget to set it up10:46
jibelpitti, I don't mind, do what you prefer10:46
pittijibel: https://code.launchpad.net/~pitti/charms/raring/jhbuild/ccache/+merge/150010, I locally updated jhbuild.cron, too10:52
jibelpitti, thanks10:55
pittijibel: nice, fixing inotify fixed more failing tests (polkit, realmd)10:55
jibelpitti, nice catch on this one :)10:59
pittijibel: btw, that branch doesn't yet have your sysdeps cleanups, right?11:09
pittijibel: we need to install the "check" package in manual sysdeps (gdm needs it), want an MP from me?11:10
jibelpitti, no I haven't updated it yet, no need for an MP unless there is lot more. I added to the list of packages to update11:14
pittijibel: merci11:14
havryliukpeople, has anyone arrived that could help with autopilot? c:12:31
=== yofel_ is now known as yofel
pittijibel: tail: inotify cannot be used, reverting to polling: Too many open files13:42
pittiargh, that again!13:42
pittijibel: it's like something is leaking inotify usage, or could it be that the other runnign containers are suddenly using more?13:42
pittijibel: can we bump this to 5000 or so?13:42
jibelpitti, I'll bump it significantly and we'll search what's leaking inotify13:43
pittijibel: oh, https://code.launchpad.net/~pitti/charms/quantal/jhbuild/jhbuild_from_git/+merge/130365 -> that should go to /raring now, presumably?13:43
jibelpitti, I merged it into raring13:44
pittiah great, thanks13:44
jibelmax_user_instances bumped to 800013:44
pittijibel: branch set to "merged"13:44
pittijibel: ok, I guess that needs the container to restart13:45
jibelI'm shutting down all the other containers13:45
jibelpitti, ah, there might be another limit for the user13:46
jibelpitti, I disabled cron and will restart the container after the current run13:48
pittijibel: ah, or that; I was going to wait until ibus finished install, and then kill it and reboot13:49
pittiwell, there's some 20 more modules to go, let's let it finish13:50
jibelthat's fine too13:52
jibelpitti, just tell me before rebooting i'd like to find the culprit13:53
pittijibel: do you know a way to shop all open inotify handles?13:53
jibelpitti, I think that without something like auditd it's impossible, there is nothing reported by lsof the uses so many handles13:57
pittiyeah, I was already checking that13:57
pittiah, figured out totem-pl-parser failure14:09
pittijibel: building third-last module14:11
pittijibel: we are missing libquvi-dev, but that ought to come in through sysdeps; I modified the upstream totem-pl-parser bug accordingly (should be fixed in jhbuild)14:11
vibhavI think far14:12
vibhavOops, typp14:12
vibhavI think Raring will be the first development release that has never broken for me14:13
pittireally, never?14:13
pittiwow14:13
vibhavIndwed14:14
vibhavIndeed *14:14
vibhavAutopkgtest have made a difference14:14
vibhavHas*14:14
smartboyhwvibhav, that's awesome:)14:15
vibhavAwesome indeed14:15
pitti2013-02-22 14:15:01 : jhbuild.cron Ended14:15
pittijibel: want to do something before rebooting?14:15
pittieek, it's running again, /me kills14:15
pittijibel: now nothing is running on the box except getty, sshd, and udevd, and inotify is still broken; so I guess that does need a reboot to pick up the changed sysctl14:16
jibelpitti, reboot the host you mean?14:17
pittijibel: no, reboot the container14:17
jibelpitti, ok, no problem14:17
pittijibel: you asked me to tell you before I reboot the container14:18
jibelpitti, right, and there's no problem you can reboot :)14:18
pittijibel: oh, neither WebKit nor realmd are in jhbuild-data/jhbuild.modules14:20
pittijibel: that might have something to do with our problems?14:20
jibelpitti, did you restart the container ?14:21
pittijibel: yes14:21
jibeltail: inotify cannot be used, reverting to polling: Too many open files14:21
pittieek14:21
jibel:/14:21
pittiWTH14:21
pittijibel: so maybe we need to restart rabisu14:21
jibelpitti, I'm tempted to restart the host14:21
pittijibel: 7 minutes until cron kicks in again :)14:23
pittijibel: thanks for rebooting; inotify seems happy again at least14:41
pittioh, rebooting again apparently14:42
jibelpitti, forgot something before previous boot, sorry14:42
pittinp14:42
jibelpitti, I didn't think you'd login so promptly14:42
pittioh, it was uptime 7 mins, I just thought I check whether it's already rebooted; no harm done14:42
jibelpitti, so that'd mean inotify leak is on the host14:43
pittijibel: or perhaps in one of the other containers?14:43
jibelthey were all down14:44
jibelcould be an issue with lxc though14:44
jibelstgraber, have you ever heard of inotify handles leak with LXC?14:45
jibelstgraber, I mean you set inotify watch on the guest and they are not freed properly14:46
jibelpitti, this time it's really up14:47
pittithanks14:47
stgraberjibel: nope but I've seen quite a few machines running out of inotify handles so it wouldn't be completely surprising14:48
jibelstgraber, do you know a way to track that apart from setting an audit trail on the whole filesystem?14:48
pittijibel: so I'm still puzzled why WebKit and realmd don't appear in ~/jhbuild-data/jhbuild.modules, but that sounds like a problem for Monday14:49
jibelpitti, I don't understand14:51
jibel$ jhbuild list | grep WebKit14:51
jibelWebKit14:51
jibelit should be there, the python script does nothing else than this14:51
jibelI suspect a bug in my code :)14:52
=== _salem is now known as salem_
=== Ursinha-afk is now known as Ursinha
pittijibel: ugh @ jhbuild-data/jhbuild.updates, seems it wants to rebuild the world again15:05
=== Ursinha_ is now known as Ursinha
pittijibel: ah, but realmd isn't in jhbuild list either, maybe it just fell out of the dependency chain15:10
pittijibel: so we'd need to clean up the jenkins job?15:10
pittijibel: yep, got removed on November 2215:10
jibelpitti, ok, I'll add an auto-clean, but removal on the public instance will be manual15:11
balloonspitti, afternoon to you15:29
pittihey balloons, how are you?15:29
smartboyhwHey balloons15:29
balloonsI'm pointed out umockdev to some of our autopilot test writers. One is trying to use it to simulate a camera plug/unplug15:29
balloonshaving some issues however, so I thought I'd ping you15:30
balloonssadly she's around after your EOD normally15:30
balloonshey smartboyhw !15:30
smartboyhwballoons, I think I should go and merge plars's Nexus7 testcase.... But now we need the Ubuntu Touch ones:P15:31
balloonssmartboyhw, yes I'm trying to merge all the goodies coming on15:31
smartboyhwballoons, LOL15:31
balloonsfor plars, I have to make the new testcase on the tracker too, since it's new15:31
pittiballoons: yeah, I see the scrollback every morning..15:32
smartboyhwballoons, add oil15:32
pittiballoons: maybe email works better; I need to leave in some 15 minutes, too15:32
balloonspitti, :-) Great, so any thoughts? I can re-summarize. Yes, I figured email questions would serve you best15:32
plarssmartboyhw, balloons: yeah, would be nice to get them in asap, but please make sure they look sane. I'm waiting to get my nexus7 back so I had to work from memory15:33
smartboyhwplars, OK:)15:33
smartboyhwballoons, you do merge or I do it?15:33
balloonsbut we're trying to write a shotwell ap test -- you think umockdev would be a good fit to help?15:33
pittijibel: question, why does /var/log/jhbuild/gnome-shell-extensions.state say "running"? it's not running AFAICS, and the log on https://jenkins.qa.ubuntu.com/job/jhbuild-amd64-gnome-shell-extensions/195/? is complete15:33
plarssmartboyhw: on the subject of ubuntu touch tests - yes, those should be coming pretty soon. I don't think we have daily builds out there yet, so once we do those will become important.15:33
balloonsplars, yes, :-) smartboyhw go ahead and do the merge. I'll do the tracker pieces and merge it to that15:33
pittiballoons: "ap" == "app" or "access point"?15:33
balloonsap= autopilot15:33
pittiballoons: it can record and simulate PtP cameras quite fine, yeah15:34
pittiballoons: I noticed she tried with the mtp tools, that's most likely not going to work15:34
pittimost cameras only speak PtP15:34
pittiso you need "gphoto2", or better, trace shotwell when it's talking to an actual camera15:34
balloonsok.. i was thinking about justnot using mtp..15:34
balloonsit was having trouble15:34
balloonsso just umockdev record ptp operations instead then?15:35
pittiballoons: yes; best with the application that you actually want to test (it's mostly record & replay)15:36
pittiballoons: should work with the gphoto2 tool as well, if you record enough operations (such as retrieving files, etc.)15:36
pittibut probably easiest to umockdev-record ... shotwell15:37
balloonspitti, ok, hmm.. I may have to get my feet wet15:37
balloonsohh nice..15:37
balloonsso literally record shotwell's behavoir15:37
balloonscool, we'll have to give those things a try and let you know15:38
jibelpitti, weird, looking at the logs I don't see the reason15:38
pittijibel: I guess the "running" state makes it appear as red, but that's probably just a followup issue15:38
smartboyhwballoons, after you put it in change Bug 1127287 to Fix Committed:)15:40
ubot5bug 1127287 in Ubuntu Manual Tests trunk "Testcase needed: Ubuntu Nexus 7 image installation" [Wishlist,In progress] https://launchpad.net/bugs/112728715:40
smartboyhwplars, the merge is in15:40
pittigood bye everyone, have a nice weekend!15:41
* balloons waves to pitti15:42
balloonssmartboyhw, plars adding them now15:42
smartboyhwballoons, :)15:43
smartboyhwballoons, I like that conversion script:P15:44
balloonsohh plars btw, https://wiki.ubuntu.com/QATeam/ContributingTestcases/ManualStyleGuide15:46
jibelpitti, the test was running, jenkins failed to fetch the state file when the container went down. So the check exited with a non-zero exit code15:47
jibelpitti, and have a nice week end15:47
balloonsso smartboyhw I'm fixing a couple little syntax things in the plars merge.. You need to be on the lookout for such things when you do merges15:51
balloonsthings like missing a <dl> tag, or not having the footer on the test15:52
tonyhubg'morning folks15:54
balloonsmorning tonyhub15:54
tonyhubhi balloons15:54
smartboyhwballoons, oK. Running the script?15:55
balloonssmartboyhw, yea, I think we should use and expand his tidy script as part of our review15:55
smartboyhwballoons, agreed15:56
balloonsbecause we're not always going to remember either :-)15:56
smartboyhwballoons, :)15:57
balloonsplars http://iso.qa.ubuntu.com/qatracker/milestones/243/builds/38116/testcases16:14
balloonsv16:14
balloonshttp://iso.qa.ubuntu.com/qatracker/milestones/243/builds/38116/testcases16:14
plarsballoons: awesome, thanks!16:15
balloonsty!16:15
balloonsfeel free to contribute anytime :-016:15
=== salem_ is now known as _salem
=== _salem is now known as salem_
komputesgreetings16:50
balloonshey komputes i'm going through your merges now16:50
komputessweet16:50
komputesI was thinking of another tests, but they are bias because I know they are buggy16:51
balloonsohh? what's that?16:51
komputesOne is dragging an attachment from an email to the desktop. The other is dragging contacts to a mailing list.16:51
balloonskomputes, i think it's ok to point out things that are broken. sometimes we write a test to confirm a break, and then keep it as a regression watcher ;-016:52
komputesDo I include the bug number in the test?16:52
balloonsthey have historically done things like that16:53
balloonssince we can update it after it goes away (and in general keep a good watch on things), I don't see that as the worst idea persay16:54
komputeshttps://bugs.launchpad.net/thunderbird/+bug/381017 https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/71131416:54
ubot5Launchpad bug 381017 in thunderbird (Ubuntu) "Cannot drag attachment from mail attachment pane to desktop" [Medium,Triaged]16:54
ubot5Launchpad bug 711314 in thunderbird (Ubuntu) "Address Book - Can't drag and drop contacts to list" [Undecided,Confirmed]16:54
komputesthose are the bugs in question16:54
komputesballoons: Do you recommend I do a 'bzr update' or 'bzr pull' before making changes?16:55
balloonsyes, doa bzr pull before starting on things16:57
balloonsyou want to make sure your changes line up with the newest stuff16:57
balloonsif you don't do that, you'll end up merging them after, which might not be as nice16:58
komputesit won't overwrite my changes from yesterday if they weren't accepted yet?16:58
balloonsno16:58
komputescoolio16:58
balloonsif something conflicts, it will tell you16:58
balloonsin which case, there might be an issue.. but if no conflicts, your good16:58
balloonsit won't ever lose stuff tho16:58
balloonsif it conflicts, it will keep both versions16:58
komputesindeed it did16:59
komputesbzr: ERROR: These branches have diverged. Use the missing command to see how. Use the merge command to reconcile them.16:59
komputesnow merging16:59
komputesoooOOoo nexus 7 tests. I want one...16:59
balloons;-)17:01
komputesI did bzr merge but it didn't fix it17:02
balloonsthe nexus 7 will run ubuntu (desktop) and ubuntu touch17:02
balloonsand on the desktop, all the autopilot tests will even run17:02
balloonsit's wicked cool17:02
komputessweet, need the docking station too then17:02
balloonskomputes, ahh.. welcome to manual merging17:02
balloonswhat's the conflict/17:02
balloons?17:02
komputesuncommitted changes17:02
balloonsohh17:03
balloonsthat's simple17:03
balloonscommit what you have17:03
balloonsbefore you merge17:03
komputesI want it to show me those changes17:03
balloonsbzr diff17:03
balloonsbzr status17:03
komputesfunny, they are not commits I made, they are the nexus 7 ones17:04
komputescomitted, pulled, all good17:05
balloonsyes.. if you make changes, but don't commit them17:06
balloonsyou can't do any merges17:06
komputesAha.17:07
komputesBut still I did not make the changes, I guess they came from the first attempt at pull17:07
balloonskomputes, ok, your branch looks good.. only changes are some minor indenting17:13
komputesOk, I'll review the changes and see if I can do that a bit better17:14
balloonsnothing big at all.. did you see javier's script on the mailing list?17:15
balloonsit's a little tidy script that keeps us all in line ;-017:15
balloonswe'll probably look to adopt that somehow into reviews so we keep everything nicely formatted17:15
balloonskomputes, all merged up17:22
jibelpitti, I ran the update script manually (no change apart a debug statement) and now WebKit is in the list of modules. Not something for a Friday evening, I'll look into this next week if it vanishes again.17:23
balloonsok, all pending reviews done ;-) time to sync to the tracker again17:25
balloonshello Letozaf_19:49
balloonshey Noskcaj ;-019:49
Letozaf_balloons, Hello!19:49
Noskcajhey balloons19:50
balloonsLetozaf_, pitti says you can just use shotwell directly in your umockdev commands19:50
balloonsrather than mtp19:50
Letozaf_balloons, oh! fine, I will try19:50
balloonskomputes, so ldap.utexas.edu is pubnlic eh?19:52
balloons8public19:52
balloons*public19:52
komputesballoons: do you know one for open source?19:52
komputesat least you didn't say pubic19:52
balloonshehe19:53
balloonskomputes, umm.. hmm19:53
komputesThere's a whole list to chose from, too bad we don't have one for Ubuntu members...19:55
balloonshttp://ldapwiki.willeke.com/wiki/Public%20LDAP%20Servers19:56
balloonsmaybe pick on debian19:56
balloonsdb.debian.org19:56
balloonsor a cert provider19:57
balloonsbut yea, i guess using a public one works19:58
balloonsto my knowledge, no we don't have a ubuntu one19:58
komputesballoons: db.debian.org search fail20:03
komputesI say go with a bigger university with thousands of contac20:04
komputeschances you'll get a match whatever you search20:04
balloonsohh20:04
balloonshttp://db.debian.org/doc-direct.html20:04
balloonsthey locked it down after the compromise20:04
komputesonce i put the DN it works20:05
komputesyou sear for "al" and it gives many results20:05
balloonsgood20:05
balloonsyea, works for me too20:06
komputesballoons: want me to change it and recommit?20:09
balloonskomputes, hmm.. yea, i think poking debian's ldap might be a bit better20:10
komputesk20:10
balloonsbut as you say, any ldap will work20:10
balloonsand there are indeed several20:10
balloonspublic ones as you've found20:10
komputesright, and the Debian server adds the possibly wanted/unwanted configuration of a BASE DN20:11
Letozaf_balloons, there is a thing that I do not understand, can I ask you ?20:14
balloonssure20:17
komputesballoons: is this good? <dt>Give it a name such as "Debian" and a provide the address of a server. If unsure, use the public Debian directory - Name: Debian - Server: db.debian.org - Base DN: dc=debian,dc=org</dt>20:18
komputesand then i switch the search from bob to al20:18
Letozaf_balloons, I dumped the sysfs device and udev properties, then I recorded the dynamic behaviour with shotwell, well there isn't much to record, just see the camera attached when I open shotwell, import the photos20:19
Letozaf_balloons, then when20:19
balloonskomputes, sure, maybe something like: <dt>Give it a name and provide the address of a server. If unsure, try using a public server such as use public Debian directory - Name: Debian - Server: db.debian.org - Base DN: dc=debian,dc=org</dt>20:19
balloonswell, i botched the grammer a little ,but yea20:20
balloonsLetozaf_, k20:20
Letozaf_balloons, I disconnect the camera and try to run the command using shotwell I see nothing happen, maybe because I did not do much with the camera20:20
Letozaf_balloons, I mean I would expect to see a mocked camera when shotwell opens20:21
NoskcajLetozaf_, would you mind adding yourself to https://wiki.ubuntu.com/QATeam/WhoWeAre20:21
Letozaf_Noskcaj, sure ik20:22
Letozaf_Noskcaj, sorry ok20:22
Noskcajty20:22
Letozaf_Noskcaj, :D20:22
komputesballoons: done20:24
balloonsNoskcaj, since i have you; https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bugs?field.searchtext=&field.status%3Alist=NEW&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&field.status%3Alist=INCOMPLETE_WITHOUT_RESPONSE&assignee_option=any&field.assignee=&field.bug_reporter=&field.bug_commenter=&field.subscriber=&&field.tag=iso-testing&field.tags_combinator=ANY&field.status_upstream-empty-marker=1&field.upstream_target=&field.has_cve.used=&fi20:25
balloonseld.omit_dupes.used=&field.omit_dupes=on&field.affects_me.used=&field.has_patch.used=&field.has_branches.used=&field.has_no_branches.used=&field.has_no_branches=on&field.has_blueprints.used=&field.has_no_blueprints.used=&field.has_no_blueprints=on&search=Search&orderby=-datecreated&start=020:25
balloonswhoa20:25
balloonslet me try that again that's huge url20:25
Noskcajmaybe make at bit.ly ?20:25
balloonshttp://is.gd/qSVTH720:25
TheLordOfTimeholy crap balloons... trying to flood us with hugeLinks?  :P20:25
balloonsindeed.. sorry, I didn't realize20:25
balloonsso Noskcaj that's a custom search for unconfirmed bugs found during iso-testing, sorted by date20:26
balloonsnewest to oldest20:26
balloons looked for anything 'new' or 'incomplete'20:26
Noskcajok, i'm only going to add things from the iso tracker, but others can add whatever to the wiki i'm making20:29
balloonsNoskcaj, that's only things reported via the tracker20:30
balloonsall tracker bugs have the 'iso-tracker' tag on it20:30
Noskcajwow20:30
balloonsyou can also get a full report on all bugs from the tracker in the reports secton20:30
balloonshttp://iso.qa.ubuntu.com/qatracker/reports/defects20:31
Letozaf_Noskcaj, weired https://wiki.ubuntu.com/QATeam/WhoWeAre doen't like me, cannot logon with Open ID, after logging on I remain on the "You are signing in to http://wiki.ubuntu.com/" page and thats it :(20:31
Noskcajok20:31
balloonsso for instance if you care to see all open bugs reported for the raring dailies: http://iso.qa.ubuntu.com/qatracker/reports/defects/opened20:31
balloonsunder 'raring daily'20:31
Letozaf_Noskcaj, ah! got an error: Internal server error - The server encountered an internal error or misconfiguration and was unable to complete your request.20:32
Noskcajhttps://wiki.ubuntu.com/QATeam/IncompleteBugs is the wiki page i'm partway through making20:33
balloonsLetozaf_, ok so how did it work out with shotwell in the end? pitti says to email him directly with more questions20:33
balloonshe would be best to help of course.20:33
balloonshopping on http://ubuntuonair.com/20:38
Letozaf_balloons, well I created the .ioctl file that has the recorded behavior obtained with shotwell in the umockdev command, but there is not much to record, I mean when you open shotwell with the camera attached, you import the photos and then close shotwell and camera, I did this just to try it quickly, but then when you use shotwell with umockdev with the camera disconnected nothing happens, I would expect to20:42
Letozaf_see a camera detected by shotwell20:42
Noskcajhttps://wiki.ubuntu.com/QATeam/IncompleteBugs now has things on it, please add to it20:49
* balloons goes to look20:51
balloonsNoskcaj, what's the criteria for bugs on this page/20:51
balloons?20:51
Noskcajballoons, idk, that probably needs working out20:52
balloonsshould we try and keep a list of just critical bugs?20:52
balloonsor things we REALLY care about?20:52
Noskcajthe second one probably, i put in a few at the bottom that need confirming badly too20:53
Noskcajphillw, PING20:53
Noskcajsince phill is away, can someone explain this bug 1131151 , note the window theme20:54
ubot5bug 1131151 in ubiquity (Ubuntu Raring) "make background work on when !gnome-settings-daemon" [Medium,Confirmed] https://launchpad.net/bugs/113115120:55
balloonsNoskcaj, ok, update the page with the reasoning for what's listed there. I would encourage you to keep the list short as possible20:55
Noskcajok balloons20:55
balloonswe don't want to make another lp-- consider actually just using a tag and linking things out20:55
balloonsmeaning, create a tag on bugs and then make that page a listing of what's been marked and why20:56
balloonsmake sense?20:56
Noskcajto correct my previous post, is what needs editing http://imgur.com/wVG3AmE20:57
Noskcajballoons, yeah20:57
balloonsNoskcaj, ok that's weird20:59
Noskcaji agree21:00
balloonsthat a xubuntu or lubuntu install?21:00
Noskcajlubuntu, that's wh i pinged phillw21:00
balloonsahh21:00
Noskcajthe maximise button does nothing too21:00
balloonsso the bug you linked is saying when gnome-setting-dameon isn't running, you don't get a background21:00
Noskcaji'm afraid to risk clicking the minimise button21:00
balloonsand probably a few other things not working too21:00
balloonsit's an issue because the flavors might not be running this21:01
Noskcajballoons, that bug i linked up the top was the wrong copy/paste, please see the imgur link21:01
balloonslol21:01
balloonsok21:01
balloonshmm.. bzr hates me21:07
Noskcajlol21:08
balloonsi couldn't get a good remerge to work21:09
balloonskomputes, all merged up21:15
komputesballoons: sweet, what else is high priority atm?21:16
komputesI tried the daily with testdrive, but after the CD Boot screen, I see nothing, just a black screen.21:16
komputesThose are images from Feb 2121:17
balloonskomputes, ohh?21:18
balloonsI haven't run the daily today21:18
balloonsas far as what else is needed, well, tests for any application you like or enjoy.. or simply expanding the tests for the apps we have21:21
balloonsyou can also look at the bugs here; https://bugs.launchpad.net/ubuntu-manual-tests21:21
balloonsthis would be helpful; https://bugs.launchpad.net/ubuntu-manual-tests/+bug/77495921:21
ubot5Launchpad bug 774959 in Ubuntu Manual Tests "Install test cases should cover both installation methods" [Wishlist,Triaged]21:21
balloonsthis would be really nice, but you need the hw to help; https://bugs.launchpad.net/ubuntu-manual-tests/+bug/111550221:22
ubot5Launchpad bug 1115502 in Ubuntu Manual Tests "Test Needed: Secure boot test for image testing" [Undecided,New]21:22
* komputes is looking21:22
komputes1115502 requires someone with access to secure boot hardware, sorry21:23
balloonsyes, it does21:23
balloonsbut i had to ask..21:23
komputesI'll do 77495921:23
komputesIf I have the hardware, I do the other one some other day21:24
balloonshmm.. this looks straightforward enough; https://bugs.launchpad.net/ubuntu-manual-tests/+bug/112733121:26
ubot5Launchpad bug 1127331 in Ubuntu Manual Tests "Nautilus testcase needs clarified" [Undecided,New]21:26
balloonskomputes, so we'll get to try out your thunderbird tests for the cadence week next week ;-021:36
komputeso/\o  HIGH FIVE!21:36
komputesballoons: I saw 1127331, but I was wondering how I could emulate a media device on a VM21:38
balloonsbug 112733121:38
ubot5bug 1127331 in Ubuntu Manual Tests "Nautilus testcase needs clarified" [Undecided,New] https://launchpad.net/bugs/112733121:38
balloonsdepending on your vm, you can share you physical usb ports21:38
balloonsi'm looking over everything for the cadence week21:47
komputesballoons: Uh, what the "Click on the Install FAMILY icon" - http://iso.qa.ubuntu.com/qatracker/testcases/1300/info21:47
komputesWhats a family icon?21:47
=== balloons changed the topic of #ubuntu-quality to: ""Welcome to Ubuntu Quality | http://wiki.ubuntu.com/QATeam | Cadence Weeks: https://wiki.ubuntu.com/QATeam/Cadence/Raring/"
balloonskomputes, yes.. i added that to the sytle guide ;-021:48
balloonsit's replace by ubuntu, kubuntu, xubuntu, etc where appropate21:49
balloonshttps://wiki.ubuntu.com/QATeam/ContributingTestcases/ManualStyleGuide21:49
komputesIs the site supposed to replace it with whatever is being tested?21:49
balloons"When writing your testcase, substitute the word FAMILY in place of ubuntu, kubuntu, xubuntu, etc. The word FAMILY (in caps!) will automatically be replaced with the proper ubuntu flavor according to the testcase context. This is part of keeping your testcase flavor agnostic. "21:49
balloonsyes exactly21:49
komputesBut it's not atm, right21:50
balloonsit will sub in properly depending on the product being tested21:50
balloonswhat do you mean?21:50
komputesCheck it http://iso.qa.ubuntu.com/qatracker/testcases/1300/info21:50
balloonsohh, yes under info it will still show family21:50
balloonsit's a straight print of the text21:50
komputesso where would it be shown correctly?21:50
balloonshttp://iso.qa.ubuntu.com/qatracker/milestones/243/builds/38121/testcases/1300/results21:51
balloonshttp://iso.qa.ubuntu.com/qatracker/milestones/243/builds/38079/testcases/1300/results21:51
balloonsthat's using the same testcase21:51
balloonsthe one you linked. under lubuntu and kubuntu21:51
balloonssee how it reads?21:51
komputesstill says Family21:52
balloons?21:52
balloonslol.. really?21:52
balloonsit shows properly for me21:52
komputesOh Testcase is colapasble21:52
balloonsyes21:52
balloonszomg21:52
komputesI've been doing it wrong this entire time21:52
balloonsohhhh21:52
komputesZOMG WEBSITE FAIL21:52
balloonsno worries21:52
komputesSO MANY B00GS21:52
balloonsyea, it's collapsed by default too21:52
balloonsthat was a decision intentionally made21:53
balloonsbecause you also review results on the submission page21:53
komputesLooks like a section seperator21:53
balloonskind of how it works out21:53
komputesok nm then21:53
balloonskomputes, weird.. look at this gedit test; http://packages.qa.ubuntu.com/qatracker/milestones/258/builds/38183/testcases/1420/results22:18
balloons<dt> Type in “<a href="http://www.ubuntu.com">Link To Ubuntu</a>”</dt> needs the quotes dropped :-)22:19
komputesballoons: yes, I can try to use escape chars to fix that22:19
komputesor hex codes i mean22:20
balloonsohh22:21
balloonsman it appears other places too22:21
balloons Type in “The quick brown foxes jump over the lazy dog”22:21
balloonsI think it's the character "22:22
balloonswell it's ”22:22
balloonsnot "22:22
balloonsand ’ not '22:22
balloonsmake sense/22:22
balloons?22:22
balloonsi'm still working on setting up the cadence week.. I think a simple s//g will fix it if you want to propose a merge?22:23
balloonsif not I'll have at it22:23
komputesballoons: Yeah, if you can do it quickly go for it.22:34
balloonskomputes, I just did.. I was just typing to you22:34
balloons:-) just finished up22:34
komputesfinishing up the Install (live session) testcase22:34
komputesTestcase format script is broken22:35
komputesI have  vim-tiny and tidy22:35
komputes./TestCaseFormat ubuntu-manual-tests/testcases/image/Install\ \(live\ session\)22:35
komputes./TestCaseFormat: You need vim & tidy to run this script22:35
balloonskomputes, actually how can I force the html to not be interperted?22:36
komputeshex codes22:36
balloonseven in drupal.. hmm22:36
balloonshttp://packages.qa.ubuntu.com/qatracker/milestones/258/builds/38183/testcases/1420/results22:37
komputesballoons: http://code.cside.com/3rdpage/us/url/converter.html22:37
balloonslol I failed22:37
komputesotherwise it's interpreted as html22:38
komputesbecause it is in fact html22:38
SergioMeneseshi all!22:38
komputesola SergioMeneses22:38
balloonskomputers, I've pretty much just failed22:39
SergioMeneseskomputes, balloons \o22:39
balloonsone more try22:40
balloonsType in %3Ca href="http://www.ubuntu.com"%3ELink To Ubuntu%3a/a%3E22:40
balloonsno dice22:40
komputesballoons: did you try the url converter I sent you the link to?22:42
balloonsI did22:43
balloonsI tried this as well; http://ascii.cl/htmlcodes.htm22:43
balloonsohh bother22:43
balloonswoot22:44
balloonshttp://packages.qa.ubuntu.com/qatracker/milestones/258/builds/38183/testcases/1420/results22:45
balloonsthanks komputes22:50
balloonsI was missing the semicolons22:50
komputeswhat does <pre> do?22:52
balloonsmakes that little box22:53
komputesah22:53
balloonspre=preformatted22:53
balloonsI decided I wanted to add a box to avoid using the quoes22:53
balloonssince it was important to get it right in that case22:53
komputesballoons: cool well, submitted the merge request, let me know if I can close out Bug #77495922:54
ubot5bug 774959 in Ubuntu Manual Tests "Install test cases should cover both installation methods" [Wishlist,Triaged] https://launchpad.net/bugs/77495922:54
balloonskomputes, ahh.. I saw, let me look22:55
komputeshi chilicuil22:56
chilicuilhi komputes o/22:57
komputeschilicuil: did you write the formatting script?22:58
komputeshttps://wiki.ubuntu.com/QATeam/ContributingTestcases/ManualStyleGuide/test_case_format_script22:58
balloonschilicuil, thanks updating the wiki too22:58
balloons:-)22:58
balloonskomputes, while messing with gedit i noticed this too: https://bugs.launchpad.net/ubuntu-manual-tests/+bug/113196122:59
ubot5Launchpad bug 1131961 in Ubuntu Manual Tests "Gedit test is unity centric" [Undecided,New]22:59
balloonsmight be a problem on other legacy testcases.. something to look out for22:59
balloonskomputes, so this looks good.. Can you fix the formatting tho23:00
balloonsI see 2 little mistakes23:00
balloons<dt>Allow the machine to reboot</dt> line is indented to much, and there's no default footer23:00
chilicuilkomputes: yep, balloons np =)23:01
komputesballoons: chilicuil: The script does not work for me. I have  vim-tiny and tidy23:03
komputes$ ./TestCaseFormat ubuntu-manual-tests/testcases/image/Install\ \(live\ session\)23:03
komputes$ ./TestCaseFormat: You need vim & tidy to run this script23:03
chilicuilkomputes: I thought vim-tiny will be enough.., however I've the full featured vim, try installing vim-gtk and then retry running the script23:05
SergioMenesesit is a script for vim, right?23:05
balloonsok, dinner time for me.. l'll keep merging your requests, and anything you get in this weekend/early next week we could probably sneak into the cadence week :-)23:06
chilicuilballoons: bom apetite23:06
balloonsI'll be offline most of next week, but i'll still get emails.. Thanks for your efforts.. should be a fun week for testing23:06
chilicuilSergioMeneses: yep23:06
SergioMenesesballoons, :)23:06
balloonsnight SergioMeneses, chilicuil, komputes23:06
SergioMenesesballoons, see you!23:07
komputessee you later balloons23:07
komputesballoons: formatting fixed23:08
balloonskomputes, lol.. I just left feedback on the merge23:08
balloonsok, I'll check and merge before I run23:08
komputesballoons: http://bazaar.launchpad.net/~komputes/ubuntu-manual-tests/komputes-manual-tests/revision/2423:11
komputescan't request a merge since one is still pending23:11
balloonsjust merged on my box23:11
balloonshttps://code.launchpad.net/~komputes/ubuntu-manual-tests/komputes-manual-tests/+merge/15016123:11
balloonsthe merge updates, see?23:11
balloonsso your good.23:11
balloonsas you make changes and push them, it will track until it's in23:11
balloonsmerged23:15
balloonshttp://iso.qa.ubuntu.com/qatracker/testcases/1497/info23:16
balloonsfeel free to close the bug23:16
balloonsty komputes.. i'm off23:17
komputesciao23:17
SergioMeneseskomputes, http://packages.qa.ubuntu.com/qatracker/testcases/1496/info23:29
SergioMeneses:)23:29
komputesSergioMeneses: It was fun to do!23:30
SergioMenesessure!23:31
SergioMenesesballoons, around?23:41
SergioMenesesmmm.... I've read the log23:42

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