=== jose- is now known as JoseeAntonioR [04:49] Good morning [05:47] Good Morning all :-) [06:35] hey DanChapman [06:38] pitti, Hey! [07:33] good morning [07:33] morning jibel [07:35] Good morning DanChapman [07:45] pitti, in python how can I get the pid of an already running application? [07:46] DanChapman: one started with launch_test_application ? [07:49] pitti, no but it is for autopilot test. I see in autopilot.introspection you can get_proxy_for_existing_process. I was wanting to see if it can be used for nautilus test. when opening text files etc [07:49] but it wants a pid for the running process [07:52] DanChapman: if you have a subprocess.Popen instance, you can get it from its .pid attribute [07:52] DanChapman: otherwise it depends on how you launched it [07:59] pitti, ok i think using popen should do it if I spawn the app at the start of the test. Cheers [08:00] DanChapman: if you spawn the app, just save the Popen object or the pid; usually you should do it with launch_test_application anyway, then you can get it from .process.pid === iahmad is now known as iahmad|afk [08:10] pitti, ahh i didn't realise you could call launch_test more than one app in a test. Its slow to load but it works so will use that. Cheers === iahmad|afk is now known as iahmad [09:25] xnox, hey. Did you get a chance to take a look at ubiquity autopilot yesterday? [10:44] pitti, before i file a bug thought i would quickly check it is one for you. NautilusToolbar and all its children do not have globalRect co-ordinates so unable to navigate to buttons. [10:45] DanChapman: but the toolbar is actually visible? [10:46] pitti, yeah its actually quite strange i can see all the other properties of the toolbar, buttons, tool tips etc its just missing the globalRect [10:47] and only for the toolbar and its children. The file window etc has them [10:49] DanChapman: no immediate idea what's wrong with it, so please feel free to file a bug [10:50] OK will do, just thought i'd check first [10:53] so - anyone can answer this, I don't mind who :) [10:53] if FLAVOUR calls ubuntu or Xubuntu etc in a manual testcase - will #FLAVOUR show as #xubuntu :) [10:54] writing an irc testcase ... [10:54] elfy, yes [10:54] woot [10:54] do you EVER sleep knome :) [10:54] hardly [10:54] you should ... [10:54] heh [10:54] well i did sleep for... 8 hours last night :) [10:55] that's good enough :) [10:55] yup [10:55] better than 4 [10:55] indeed it is - more than I usually get [10:56] 4 is more than you get? ugh if that :P [10:56] 8 is ... usually about 6 [10:56] yeah, same here [10:56] well, sometimes i sleep 14+ hours [10:56] I'd call that unconscious ... [10:56] lol [10:57] there's now only 3 unclaimed xubuntu testcases \o/ [10:57] yeah [11:21] only here to annoy elfy [11:21] go away again then [11:22] bye [11:22] ?part === _salem is now known as salem_ [15:39] hey balloons. Yesterday I had the day off. [15:39] I saw your bug, I'll work on it today. [15:41] elopio, awesome.. I didn't get a chance to investigate things a ton more [16:15] balloons: as a nice coincidence, timp is updating some tab tests today. [16:15] elopio, :-) perfect. [16:15] he's the one that wrote the tabs code, so I'll use him to find a nice solution. [16:16] do you think we can consider the tab title length? [16:16] or otherwise make it generic enough to work.. I know we already talked about this issue :-) [16:18] balloons, hey. [16:18] DanChapman, hello good sir [16:25] balloons, I read your note on trello this morning, so made a start on nautilus test but hadn't checked my email till this afternoon where i read Vas's reply. :-S I'll leave it as it is for now as there is a bug with the toolbar anyway. And carry on with Vas when he appears [16:26] DanChapman, I hope he pops on IRC.. that would be awesome having him here for an hour or two.. We should be able to get him all squared away in that time [16:26] DanChapman, I also don't think making a start on the test is a bad idea.. if you've started on it, and maybe add a simple test, he could expand it. It might be easier for him [16:30] balloons, i have only added a few tests so far so he can definately expand it. But I did add some cool tests to it, like opening a music file and checking that it opened in rhythmbox. I didn't realise you could launch more than one app with launch_test_application in a test, until pitti pointed it out :-) [16:30] DanChapman, ohh nice! [16:58] good evening. [16:59] dkessel, evening [16:59] who might be able to help if i run into any issues with my autopkgtest for jenkins today? [17:00] balloons, when you get a sec could you review terminal for me please? [17:00] while he's here dkessel , jibel and or pitti are good bets :-) [17:01] DanChapman, sure.. just finished some lunch, so I can hop in and review it now [17:05] awesome! :-) [17:16] hmmm balloons hold on that review for a few mins just ran it again and seems to be broken today lol just fixing it [17:16] DanChapman, lololol [17:16] I'll pretend I'm not running it [17:16] *wink* [17:16] lololol [17:30] * DanChapman whispers to balloons *its fixed* [17:30] Now on revision 59. [17:35] ok, so 2 failurs still [17:36] on what? [17:37] self.assertThat(terminal_window.title, Eventually(Contains('~'))) [17:37] self.assertThat(terminal_window.title, Eventually(Contains('~/Documents'))) [17:37] looking into it now [17:41] balloons, thats what my title bar displays [17:45] how strange :-) [17:47] jibel, pitti, are you there? i am having trouble running my autopkgtest using run-adt-test .... [17:47] in my test, I am trying to issue the command 'cd' (with some relative path), but it seems that is forbidden... [17:48] i get this error: /tmp/tmp.x3FfeyQ7TU/ubtree0-ubtree/debian/tests/run-maven-tests: 9: cd: can't cd to ../../cli [17:50] balloons, what does your window title display when you are in Home and Documents? [17:55] DanChapman, nothing :-) [17:55] says Terminal [17:55] i don't think it changes [17:56] yea in preferences the window title is just Terminal [17:57] dkessel, does the path exist? [17:57] balloons, i am trying to find out... [17:58] or, err.. hmmm.. if it's relative, do you have permissions.. that would be possible to not have even listing permissions :-) [17:59] Really??? mine looks like this http://imageshack.us/f/69/h690.png/ [17:59] i am running again with the -k flag... so (if i find out how to do that) i can login to the vm after running the test [18:01] DanChapman, yep.. just terminal for me [18:01] it's a preferences thing [18:01] balloons but in preferences it says 'Terminal' which it does on the global title bar [18:01] anyways, not a big deal with the dfaults [18:04] I don't think I have ever seen it with just Terminal. So do i just set the title bar test to 'Terminal' instead of '~' and remove the test window title changes? [18:12] DanChapman, I think it's fine.. you can also manually test the window changes [18:12] I mean to say you can manually set the window title if you'd like [18:12] in my case, it doesn't follow because my settings are non-default [18:13] balloons, ok so I had the wrong assumption... adt-run starts in the package's root directory, not in ./debian/tests [18:14] balloons ok cool. I will leave it as it is and see how it runs on Jenkins then. [18:14] DanChapman, it should.. [18:32] DanChapman, al lmerged and pushed.. pushing to prod now [18:34] balloons, cool. I will file a bug for accessing the dialogs see if pitti can help [18:36] jibel hey, could you add terminal test to autopilot-ubunu-applications when you get a chance please :-) [19:00] balloons, my jenkins autopkgtest branch is now working. but when executing the tests in the vm, one test fails. [19:12] balloons, i guess i will mail pitti about this. seems like the test it executes does not have the correct access rights. this looks like some known issue. [19:12] dkessel, ok, so works locally, but fails in vm because of permissions? [19:13] balloons, yup. [19:34] mailed pitti ;) good night === JoseeAntonioR is now known as jose === shadeslayer_ is now known as shadeslayer [21:00] What is the name of the OEM setup app? I've got two bugs that need reporting [21:04] bug 1206684 [21:04] bug 1206684 in ubiquity (Ubuntu) "Rendering errors at language select screen (Install and OEM-setup)" [Undecided,New] https://launchpad.net/bugs/1206684 === salem_ is now known as _salem