=== bfiller is now known as bfiller_afk === salem_ is now known as _salem === Ursinha-afk is now known as Ursinha [07:21] good morning all [07:22] hi DanChapman [07:23] hey elfy :-) [07:38] Good morning [07:58] good morning quality :) [07:58] hi dkessel [09:06] jibel: btw, you were asking about the autopkgtest PoC [09:06] jibel: (last Friday) [09:06] jibel: it's "worker" in http://bazaar.launchpad.net/~pitti/+junk/adtcloud/files, together with worker.conf [10:07] image [10:46] DanChapman, I'm looking into the custom partitioning test failure. When no config is passed as argument to custom_partition_part_tests, it picks a random config but none of them is supposed to create an encrypted partition, correct? [10:46] or am I missing a case [11:02] morning all [11:47] jibel, no none of them should be encrypted. I think it's a bug in the combobox emulator [11:49] it looks like the mouse clicks the partition type combobox twice so the instead of finding the mount point by index it's using that index to scroll down the wrong combobox [11:53] jibel, so only config1 is working atm? [12:00] jibel, i also see there was a seg fault on the progress page again :-/ [12:22] DanChapman, right, only config1 is working. The segfault is intentional to reproduce a bug in errors.u.c [12:24] jibel, ok cool well i'm just updating my iso's then im gonna spend the afternoon improving the custom install tests, try and get them in good shape :-) [12:31] DanChapman, as you wish, forcing Config1 and the workaround for the slideshow makes everything green https://jenkins.qa.ubuntu.com/view/Ubiquity/view/Ubuntu/ [12:32] :-D that's a wondeful sight [12:33] at least it is under control and failures are understood :) [12:34] jibel, indeed :-) === _salem is now known as salem_ [14:07] balloons: yesterday I was away. I'm back, looking at the state of the image. [14:12] elopio, ahh [14:26] DanChapman, actually it looks like a bug in the combobox itself. Manually, 1rst time I click on the combox box it doesn't open [14:26] but not always [14:28] jibel, hmmm ok let me just boot in again. Does the dialog have focus when it opens? I've found recently that some dialogs don't get input focus on load so the first click gets focus then the following clicks act as normal. I wonder if it's that or as you say a combobox bug [14:50] DanChapman, yes the dialog has focus. It's clearly a bug in the combo, to reproduce press 'free space' click the combo to open it, select 'ext4' (sometimes there is a thick black line that appears just above the combo) [14:50] reproduce these steps twice [14:50] when the black line appears, then next time you click on the combo it won't open [14:51] DanChapman, it's a minor bug for a human, but fatal to automated tests [14:52] DanChapman, hm, the black line are scrolling arrows of the combobox [14:57] balloons: what's the current website for manual testing of packages? [14:57] http://packages.qa.ubuntu.com/ [14:57] http://packages.qa.ubuntu.com/ [14:57] barely beat me to it [14:59] haha [14:59] DanChapman, http://people.canonical.com/~j-lallement/combo_with_scrolls.png is what I see when it fails [14:59] balloons, so, any new thoughts on the community issues? [15:11] DanChapman, more details, when the combo doesn't open, last button the user pressed (cancel/Ok) is focused [15:12] hm, no [15:17] knome, I suppose, but now isn't the best time to chat :-) It was interesting because I believe that was around the time of unity being launched [15:18] elopio, so i'm filing a bug for the switch_to_tab issues with calendar [15:18] ohh I should upgrade first actually [15:19] balloons: if you still see the issue, assign it to me. [15:19] elopio, right, jenkins doesn't seem to have it anymore, so perhaps an update fixed it [15:19] * balloons goes back to calendar rework [15:24] elopio, I still see it happening actually; http://91.189.93.70:8080/job/generic-mediumtests-trusty/1783/testReport/junit/calendar_app.tests.test_dayview/TestDayView/test_show_current_days_with_mouse_/ However, I'm thinking it's something specific to that tab in calendar, as only the daytab trips it [15:31] jibel yes i'm getting the same, but the scroll buttons only appear from the 2nd partition onwards. on first attempt they aren't present [15:34] balloons: looking. [15:34] balloons: have you seen ubuntu-device-flash saying that it can't push to the device? [15:36] elopio, yes... trying to remember why [15:37] elopio, is this a new device flash? [15:37] balloons: I don't understand what you mean. [15:37] this is not a new device [15:37] so this is not a first time flash right?> [15:37] it's a new flash of an old device. [15:38] are you in the bootloader? [15:38] adb reboot bootloader [15:38] err.. I guess it's fastboot [15:41] jibel it also depends on the position of the dialog if you move it to the top of the window the buttons don't appear as there is enough room on the scrren for the whole list [15:42] hmmm how do we work with that [15:43] DanChapman, I think this combo is really broken, the behaviour is completely inconsistent [15:44] jibel i agree it seems like sometimes it's clipping the list/size of the window for no apparent reason as there is plenty of room on the screen. [15:44] then other times it's fine [15:47] grr, and workarounds that are fine manually don't work with AP :/ [15:53] jibel, also the top of the widow should align with the baseline of combo. We are definately getting lucky that even config1 is working :-p [16:11] balloons; hi :) [16:12] howdy [16:12] jibel, what have tried as a workaround so far? save me trying the same [16:12] balloons, fever :( ... how abt you ? [16:13] senan, I'm sorry to hear that. I'm doing well. lots to do as always [16:13] afternoons all [16:14] balloons, did you check my code ? [16:16] senan, no I've not had a chance. You said it wasn't working because of window position [16:16] did you solve it? [16:17] balloons, I think it will work [16:18] balloons, I changed compiz settings and it worked..but I think its specific to my machine [16:19] senan, add this to your mock import for py2 and py3 compatibility [16:19] http://paste.ubuntu.com/7114899/ [16:22] k, for me test_scan_remote_folder fails because it doesn't select the input box [16:22] senan, ^^ [16:22] otherwise it runs fine [16:23] jibel, just read in the gtk docs that the scroll buttons should only appear when the list height exceeds the height of the display and the combo window will move to accomodate the list untill it reaches full height [16:23] senan, make those couple fixes and we should be set [16:23] so i wonder what's going on. [16:24] balloons, I didnt change anything there :( [16:24] jibel have you tried selecting 'position at end' for each partition and then tab to the combo and select from there. It seems to work manually i'll give it a go with AP [16:24] DanChapman, does the gtk emulator have a input helper? to type into textfields? [16:25] balloons: autopilot has it built in :-) [16:25] balloons: http://unity.ubuntu.com/autopilot/api/input.html#autopilot.input.Keyboard.focused_type [16:26] right, but it seems to fail heh [16:27] o.O really? I did implement something originally but thomi suggested the above should be used [16:27] DanChapman, yea, I wonder, hmm [16:27] balloons: how's it failing? not getting focus? [16:27] yea, not focusing [16:28] yea, it's interesting because I see AP click the input properly, etc.. But the app doesn't set focus [16:29] and the assert checking for .is_focus is true [16:29] so lol [16:29] gtk ftw [16:30] balloons,DanChapman, are you talking abt baobab ? [16:31] senan, yes, and i see the issue [16:31] it's a gtk thing [16:31] * balloons grumbles [16:32] ty DalekSec [16:32] ty DanChapman [16:32] balloons, pushed the latest changes [16:32] senan, you need to deslect the gear, else the scan remote folder test fails [16:32] gtk loves to ignore input when a menu is open [16:33] balloons, how to deselect it ? [16:33] so add a self.pointing_device.click() just above with self.keyboard.focused_type(input_server_name) as kb: [16:33] that should be it [16:33] I hope, heh [16:34] add a comment to the effect we are deslecting the gear to ensure input is recieved [16:37] balloons, Its already there right ? [16:38] senan, no you need to add it [16:39] balloons, after clicking only I'll get the input_server_name right.. how can I add it before that ? [16:40] senan, I don't understand. you need to open the menu, click the item to open the dialog then close the menu by clicking again [16:40] or you can close it another way if you wish [16:40] it simply needs to be closed [16:41] balloons, ahh got it :) [16:43] balloons: close the menu after the dialog opens? o.O [16:45] DanChapman, the radial menu stays open for some reason. And as long as it's open gtk won't pass ibput to anything else [16:51] balloons, I can do it just before typing the text in the input field right ? [16:51] senan, yep [16:51] balloons: now it's installing the fresh image, I don't get why it failed. But I'll be finally able to run the calendar tests in a few minutes. [16:52] elopio, I'm refactoring the calendar tests.. i think time is better spent this way [16:52] balloons: totally agree. [16:53] but the crash doesn't seem related to the tests. I would like to find the .crash file to see what's going on. [16:54] balloons, pushed.. can you check [17:03] senan, can you place it outside of the with self.keyboard, and add a comment? [17:04] balloons, ohh.. sorry.. I'm not reading properly now a days :( [17:04] no worries! [17:07] balloons, done :) [17:09] balloons, added a bigger comment :)..one more update :) [17:11] senan, looks good [17:12] balloons,are we done ? [17:12] I think so my friend [17:12] hooorayyyyy:) [17:12] balloons, so whats next ? [17:13] senan, I'll merge it. And you are free to work on another test ;-) [17:13] :) [17:13] i suspect you'll find this next one a bit easier [17:15] balloons, if you guys are with me :) [17:16] senan, did you want to try working on core apps test? [17:17] balloons, yea I'm ready :) [17:17] balloons, anything in your list ? [17:19] senan, sure.. let's see [17:20] balloons, ok.. I'm going to sleep.. severe headache and fever..but I completed the test..I can sleep well this night [17:20] yes, sleep well and feel better [17:20] Good Night All :) [17:20] we'll talk when you are feeling better :-) [17:21] balloons, I'll be back tomorrow :D [17:21] have a read of http://www.theorangenotebook.com/2014/03/keeping-ubuntu-healthy-core-apps.html [17:21] balloons, too much work pending at office :( [17:21] don't think about that for the moment :-) [17:21] pleasant dreams [17:22] :) [17:28] elopio, so what happened with calendar for you? [17:30] DanChapman, I merged senan's mp.. it might be the longest mp I've ever been a part of. He started last October === bfiller is now known as bfiller_afk [17:42] senan, yeah it's been a while coming hasn't it :-) it's kinda awesome he persisted till the end [17:42] balloons: ^^ [17:43] DanChapman, ugly hack to make custom partitioning tests working http://paste.ubuntu.com/7115355/ [17:43] indeed :-) he was elated to finally have it land. I admire his persistence [17:43] balloons: me too :-) [17:43] I noticed that space bar always works while click doesn't [17:44] now config4 is failing for a different reason [17:48] jibel oh interesting, hmm i wonder if we should check the combobox focus after the tabs or done (if it doesn't already in the select_item function. i'll check that) although i don't think the space is even needed as long as it's tabbed to it and focused selecting works fine with the combo closed [17:49] DanChapman, it is not needed but I liked to see the combo opening just to know I was on the right widget :) [17:49] jibel, whats config4 failing on? [17:50] DanChapman, http://paste.ubuntu.com/7115408/ [17:51] it doesn't find the combo at all [17:54] jibel, it looks like it selected the combo ok it just can't find the atk combobox to see the combobox items [17:55] which is weird !! === bfiller_afk is now known as bfiller [17:55] i wonder if the atk object is displaying nonsense globalRect values [18:15] balloons: I'm installing manually from the recovery console. ubuntu-device-flash made a bad joke here. [18:15] elopio, :-( [18:29] balloons, hmh, right [18:30] balloons, i don't remember as unity being something that's really controversial at that time [18:30] balloons, iirc, people were more worried about mir and rolling release and how those were communicated... [19:21] balloons: now it boots, but the screen is blank. I can adb shell, and that looks good. Any pointers? [19:21] elopio, is this a mako? [19:21] balloons: it is [19:23] elopio, I've ecountered problems when i didn't unlock the device and reboot it in android at least once before flashing [19:23] so if you install android, give it a few boots [19:23] no idea why, but the phone will fail to install if it's a fresh flash without at least one reboot in my experience [20:28] balloons: nearly there :-D https://jenkins.qa.ubuntu.com/view/Ubiquity/view/All/portlet/dashboard_portlet_8/ [20:29] look at that green! [20:31] wow full lubuntu default install in 6 min 41 secs thats seems rediculously quick [20:32] are they caching things? [20:33] https://jenkins.qa.ubuntu.com/job/ubiquity_ap-lubuntu_devel_daily-test_nonenglish_default/139/ARCH=i386,label=rabisu/consoleText [20:33] very quick [20:52] just on time for Beta 2 \o/ [20:57] are you guys also running ubiquity AP Tests for xubuntu? [20:57] good evening [20:59] https://jenkins.qa.ubuntu.com/view/Ubiquity/view/All/portlet/dashboard_portlet_8/job/ubiquity_ap-xubuntu_devel_daily-run/ [20:59] dkessel, yep, all flavors [21:00] great. at least something that's automatically tested there... [21:04] I checked the toolkit status for xubuntu yesterday. i don't have much hope of getting much tested with ap... still mostly gtk2 apps. [21:04] only 3 apps using gtk3 and dbus [21:07] dkessel: evince, file-roller and gthumb? that's a guess btw [21:08] jibel, have you filed a bug for that combobox behavior? [21:09] DanChapman, not yet. [21:09] DanChapman: parole, abiword, mugshot. [21:10] I must admit I only checked dependencies. not if using autopilot vis is possible [21:10] dkessel: gthumb is introspectable and evince and file-roller are already covered by ubuntu-autopilot-tests [21:11] jibel, ok cool :-) thanks for getting more to go green today [21:11] DanChapman: I believe gthumb was not preinstalled. instead there was ristretto [21:11] dkessel: oh i thought it was :-/ [21:12] DanChapman, I restarted xubuntu and edubuntu and it hope it'll be all green soon [21:12] interesting. I missed the evince dbus dependency [21:13] jibel :-D [21:13] * DanChapman is going to go and wait on the results [21:14] dkessel, the easiest way to check any of the mis just autopilot launch -i Gtk and if it spews out "Autopilot interface loaded", it's a winner :-) [21:16] DanChapman: yeah OK I'll five the three a try the other day. [21:28] it seems it is possible to test gtk2 apps with a tool called dogtail: https://fedorahosted.org/dogtail/ [21:28] * balloons shudders [21:29] bah, it won't be green, edubuntu crashed :/ [21:29] :-( i see it showing the xml.. thats a shame === retoaded is now known as retoaded_afk [21:37] and xubuntu is green, so only edubuntu i386 failed [21:38] and it looks like a real failure [21:42] DanChapman, it's a timeout. We kill autopilot after 20min, that's why the xml file is empty === alai is now known as alai_afk === Ursinha is now known as Ursinha-afk === salem_ is now known as _salem === Ursinha-afk is now known as Ursinha [22:58] has anyone had video driver / wifi issues with the 3.13.0-16 kernel in 14.04 ?