/srv/irclogs.ubuntu.com/2013/12/20/#ubuntu-quality.txt

=== 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
pittiGood morning05:22
jibelGood morning07:21
=== iahmad__ is now known as iahmad
DanChapmanGood Morning all08:12
elfyhi DanChapman08:13
DanChapmanhey elfy :-)08:13
elfyearly reports of the xubuntu session bug being fixed were premature ...08:14
DanChapmanelfy i thought so.... :-) is it still progressing to be fixed or got lost somewhere ;-p?08:19
DanChapmanjibel just reading bug 1260012, I will push a patch for it this morning.08:21
ubot5bug 1260012 in ubiquity (Ubuntu) "app snapshot during test setup is being set to an empty list" [Undecided,New] https://launchpad.net/bugs/126001208:21
elfyDanChapman: sponsor queue I 'think'08:31
=== chihchun is now known as chihchun_afk
pittijibel: 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:47
pittijibel: nevermind; of course the page finished loading now, after I pinged11:48
pitti(it's running)11:48
pittishouldn't really take 28 mins, but I'll be patient11:48
pittiheck no, 1:29 ago; seems it's stuck11:49
pittidarn, ran fine for me in run-adt-test; but some tests do make some network connections11:50
jibelpitti, there is a networking issue in the lab. IS is on it11:51
pittijibel: ah, thanks11:51
pittiit seems everythign I do today suddenly starts to crumble..11:51
pittidialer-app suddenly failing all over the place on otto, autopkgtests not wanting to play along..11:52
pittiit's like it would cry "go away to holidays, will you!" :)11:52
pittijibel: the new adt failure flood -- still those network probs?13:25
DanChapmanjibel, 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
ubot5bug 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/126168513:44
pittiDanChapman: it's in trusty since yesterday morning13:44
pittiDanChapman: don't say you *still* get it with 1.4+14.04.20131218-0ubuntu2 ..13:45
pittiDanChapman: (it's in the changelog, https://launchpad.net/ubuntu/+source/autopilot-gtk/+changelog)13:45
jibelpitti, yes it is. Don't bother with that I'll retry once it is solved13:46
pittijibel: thanks13:46
DanChapmanpitti, 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 run13:46
jibelDanChapman, it is still happening with latest autopilot :/13:46
jibelDanChapman, I cannot get any useful trace due to networking problem in the lab right now13:47
pittignargh; hopefully with a different stack trace then?13:47
pittiso I guess "2014 problem"13:47
jibelit is like working on a 80's 28k modem13:47
pittiwell, I *am* currently on a 2G tether in the train, so I know the feeling :)13:48
pittibut it seems most web pages work fine, while *.ubuntu-ci mostly isn't13:48
* DanChapman has no issues with 120Mb connection :-D13:50
DanChapmanpitti, 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 property13:51
pittiDanChapman: perhaps; I didn't really understand why the previous two changes helped13:52
pittiDanChapman: we need to be able to melt that down to a relatively simple and reliable test case which we can put into ap-gtk itself13:52
pittiwhich can certainly be "request something 1.000 times", or opening/closing lots of dialogs, etc.13:53
pittisomewhere in ap-gtk's brain there is a memory corruption, and it's really hard to trigger13:53
pittior it's somewhere in ubiquity/python-gi/gtk/etc.; it's all in-process, so could be anywhere13:54
DanChapmanpitti, ok well I will try and find it over the holidays :-) see if I can force it out somehow.13:58
pittiDanChapman: cheers!14:00
DanChapmanjibel, 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:05
jibelDanChapman, right now, I cannot do anything, but I'll enable verbose mode as soon as I can.14:09
DanChapmanjibel, thanks mate14:09
* pitti waves good bye, happy holidays everyone!14:22
=== fader_ is now known as fader
=== daz_ is now known as Guest86003
senanDanchapman: Good Eve!!!16:48
DanChapmansenan Hey there, how are you?16:48
senanDanChapman, I'm good.. thanks.. how about you16:51
senanIt seems the system update crashed my tests16:51
DanChapmansenan, :-) I'm good thanks.16:52
senanDanChapman, Did you get time to check my test ?16:53
DanChapmansenan 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 flakiness16:55
DanChapmansenan lets see if we can figure some of it out now, :-)16:55
DanChapmansenan 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:11
senanDanChapman why is that ?17:12
DanChapmanwhy is what?17:12
senanDanChapman, u202617:12
DanChapmansenan, that's how the '...' is stored in dbus.17:14
senanDanChapman, how did you figure it out ?17:15
DanChapmansenan open python console and run print(u'\u2026')17:15
senanDanChapman Got It17:16
DanChapmansenan, i figured it out by walking to the menu_item and printing the accessible_name, I probably could have just used print_tree() aswell17:17
senanDanChapman, ok17:18
senanDanChapman but normally we print Scan Folder... right.. I'm curious to know how did you do that17:19
senanDanChapman, even with that I'm getting state not found error17:21
DanChapmansenan 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 tree17:22
DanChapmansenan ok I will try it :-) Good fun isn't it :-D17:22
senanDanChapman, Yea it is17:27
DanChapmansenan i have a solution just gonna paste it :-)17:27
senanDanChapman, Wow.. great17:28
DanChapmansenan http://paste.ubuntu.com/6606819/17:29
DanChapmanworks fine for me17:29
senanDanChapman it worked :)17:36
DanChapmansenan awesome :-)17:37
senanDanChapman in the treeview in filechooser dlg, I'm having a problem now17:41
DanChapmansenan yes the filechooser dialogs have changed, i only found that out today :-| what's it doing?17:42
senanDanChapman, its clicking the Device not folders..so  the toggle button is not visible17:43
senanDanChapman, previously it was clicking Places but now its going to Devices17:46
DanChapmansenan, 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
DanChapmanif you can figure something out that would be awesome :-)17:49
senanDanChapman, yea I'll try .. and let you know the status17:49
senanDanChapman, OK Dan.. Good Night..I'm working on weekends also :(17:50
DanChapman:-) good night senan17:50
=== psivaa is now known as psivaa-holiday
=== Ursinha-afk is now known as Ursinha

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