=== xnox is now known as doko_ === doko_ is now known as xnox === Ursinha-afk is now known as Ursinha === Ursinha-afk is now known as Ursinha === chihchun_afk is now known as chihchun [05:22] Good morning [07:21] Good morning === iahmad__ is now known as iahmad [08:12] Good Morning all [08:13] hi DanChapman [08:13] hey elfy :-) [08:14] early reports of the xubuntu session bug being fixed were premature ... [08:19] elfy i thought so.... :-) is it still progressing to be fixed or got lost somewhere ;-p? [08:21] jibel just reading bug 1260012, I will push a patch for it this morning. [08:21] bug 1260012 in ubiquity (Ubuntu) "app snapshot during test setup is being set to an empty list" [Undecided,New] https://launchpad.net/bugs/1260012 [08:31] DanChapman: sponsor queue I 'think' === chihchun is now known as chihchun_afk [11:47] jibel: sorry, my interweb tube is rather limited here; do you see a build for -2ubuntu1 on http://d-jenkins.ubuntu-ci:8080/view/Trusty/view/AutoPkgTest/job/trusty-adt-python-docutils/ ? [11:48] jibel: nevermind; of course the page finished loading now, after I pinged [11:48] (it's running) [11:48] shouldn't really take 28 mins, but I'll be patient [11:49] heck no, 1:29 ago; seems it's stuck [11:50] darn, ran fine for me in run-adt-test; but some tests do make some network connections [11:51] pitti, there is a networking issue in the lab. IS is on it [11:51] jibel: ah, thanks [11:51] it seems everythign I do today suddenly starts to crumble.. [11:52] dialer-app suddenly failing all over the place on otto, autopkgtests not wanting to play along.. [11:52] it's like it would cry "go away to holidays, will you!" :) [13:25] jibel: the new adt failure flood -- still those network probs? [13:44] jibel, pitti is the patch for bug 1261685 still to be released? also where can i view this info myself? I can't seem to find anything :-) [13:44] bug 1261685 in autopilot-gtk (Ubuntu) "libautopilotgtk.so crashed with SIGSEGV in GtkNode::MatchStringProperty (this=0xa8b6c80, name=..., value=...) at /build/buildd/autopilot-gtk-1.4+14.04.20131128.1/lib/GtkNode.cpp:271" [High,Fix released] https://launchpad.net/bugs/1261685 [13:44] DanChapman: it's in trusty since yesterday morning [13:45] DanChapman: don't say you *still* get it with 1.4+14.04.20131218-0ubuntu2 .. [13:45] DanChapman: (it's in the changelog, https://launchpad.net/ubuntu/+source/autopilot-gtk/+changelog) [13:46] pitti, yes it is. Don't bother with that I'll retry once it is solved [13:46] jibel: thanks [13:46] pitti, just found that thanks :-) yes well its still occurring still on todays edubuntu run https://jenkins.qa.ubuntu.com/view/Ubiquity/view/Edubuntu/job/ubiquity_ap-edubuntu_devel_daily-test_custom_install/ see i386 run [13:46] DanChapman, it is still happening with latest autopilot :/ [13:47] DanChapman, I cannot get any useful trace due to networking problem in the lab right now [13:47] gnargh; hopefully with a different stack trace then? [13:47] so I guess "2014 problem" [13:47] it is like working on a 80's 28k modem [13:48] well, I *am* currently on a 2G tether in the train, so I know the feeling :) [13:48] but it seems most web pages work fine, while *.ubuntu-ci mostly isn't [13:50] * DanChapman has no issues with 120Mb connection :-D [13:51] pitti, could hammering dbus quite hard cause it to flake, as at that point in the test it just repeatedly loops on a group of dialogs not being visible and the progressbar fraction property [13:52] DanChapman: perhaps; I didn't really understand why the previous two changes helped [13:52] DanChapman: we need to be able to melt that down to a relatively simple and reliable test case which we can put into ap-gtk itself [13:53] which can certainly be "request something 1.000 times", or opening/closing lots of dialogs, etc. [13:53] somewhere in ap-gtk's brain there is a memory corruption, and it's really hard to trigger [13:54] or it's somewhere in ubiquity/python-gi/gtk/etc.; it's all in-process, so could be anywhere [13:58] pitti, ok well I will try and find it over the holidays :-) see if I can force it out somehow. [14:00] DanChapman: cheers! [14:05] jibel, also would you be able to set the test output to be more verbose see if the autopilot logging can help show a bit more detail (If your connections good enough that is :-) ) [14:09] DanChapman, right now, I cannot do anything, but I'll enable verbose mode as soon as I can. [14:09] jibel, thanks mate [14:22] * pitti waves good bye, happy holidays everyone! === fader_ is now known as fader === daz_ is now known as Guest86003 [16:48] Danchapman: Good Eve!!! [16:48] senan Hey there, how are you? [16:51] DanChapman, I'm good.. thanks.. how about you [16:51] It seems the system update crashed my tests [16:52] senan, :-) I'm good thanks. [16:53] DanChapman, Did you get time to check my test ? [16:55] senan hmmm yes I did take a look and it looks like there has either been changes to baobab or the upgrade to Gtk3.10 is causing some flakiness [16:55] senan lets see if we can figure some of it out now, :-) [17:11] senan ok so to select the 'Select Folder...' item it needs to look something like self.app.select_single('GtkCheckMenuItemAccessible', accessible_name='Scan Folder\u2026') [17:12] DanChapman why is that ? [17:12] why is what? [17:12] DanChapman, u2026 [17:14] senan, that's how the '...' is stored in dbus. [17:15] DanChapman, how did you figure it out ? [17:15] senan open python console and run print(u'\u2026') [17:16] DanChapman Got It [17:17] senan, i figured it out by walking to the menu_item and printing the accessible_name, I probably could have just used print_tree() aswell [17:18] DanChapman, ok [17:19] DanChapman but normally we print Scan Folder... right.. I'm curious to know how did you do that [17:21] DanChapman, even with that I'm getting state not found error [17:22] senan i have some walk functions i use, but an easier to get the items in that menu would be something like menu = self.app.select_many('GtkWindowAccessible')[1] and then menu.print_tree() and in the terminal output you will see all the objects/values in that tree [17:22] senan ok I will try it :-) Good fun isn't it :-D [17:27] DanChapman, Yea it is [17:27] senan i have a solution just gonna paste it :-) [17:28] DanChapman, Wow.. great [17:29] senan http://paste.ubuntu.com/6606819/ [17:29] works fine for me [17:36] DanChapman it worked :) [17:37] senan awesome :-) [17:41] DanChapman in the treeview in filechooser dlg, I'm having a problem now [17:42] senan yes the filechooser dialogs have changed, i only found that out today :-| what's it doing? [17:43] DanChapman, its clicking the Device not folders..so the toggle button is not visible [17:46] DanChapman, previously it was clicking Places but now its going to Devices [17:49] senan, i'm not entirely sure for the best approach since it changed i planned to look into it tomorrow with a fresh brain :-) [17:49] if you can figure something out that would be awesome :-) [17:49] DanChapman, yea I'll try .. and let you know the status [17:50] DanChapman, OK Dan.. Good Night..I'm working on weekends also :( [17:50] :-) good night senan === psivaa is now known as psivaa-holiday === Ursinha-afk is now known as Ursinha