/srv/irclogs.ubuntu.com/2013/07/30/#ubuntu-quality.txt

=== jose- is now known as JoseeAntonioR
pittiGood morning04:49
DanChapmanGood Morning all :-)05:47
pittihey DanChapman06:35
DanChapmanpitti, Hey!06:38
jibelgood morning07:33
DanChapmanmorning jibel07:33
jibelGood morning DanChapman07:35
DanChapmanpitti, in python how can I get the pid of an already running application?07:45
pittiDanChapman: one started with launch_test_application ?07:46
DanChapmanpitti, 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 etc07:49
DanChapmanbut it wants a pid for the running process07:49
pittiDanChapman: if you have a subprocess.Popen instance, you can get it from its .pid attribute07:52
pittiDanChapman: otherwise it depends on how you launched it07:52
DanChapmanpitti, ok i think using popen should do it if I spawn the app at the start of the test. Cheers07:59
pittiDanChapman: 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.pid08:00
=== iahmad is now known as iahmad|afk
DanChapmanpitti, 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. Cheers08:10
=== iahmad|afk is now known as iahmad
DanChapmanxnox, hey. Did you get a chance to take a look at ubiquity autopilot yesterday?09:25
DanChapmanpitti, 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:44
pittiDanChapman: but the toolbar is actually visible?10:45
DanChapmanpitti, yeah its actually quite strange i can see all the other properties of the toolbar, buttons, tool tips etc its just missing the globalRect10:46
DanChapmanand only for the toolbar and its children. The file window etc has them10:47
pittiDanChapman: no immediate idea what's wrong with it, so please feel free to file a bug10:49
DanChapmanOK will do, just thought i'd check first10:50
elfyso - anyone can answer this, I don't mind who :)10:53
elfyif FLAVOUR calls ubuntu or Xubuntu etc in a manual testcase - will #FLAVOUR show as #xubuntu :)10:53
elfywriting an irc testcase ...10:54
knomeelfy, yes10:54
elfywoot10:54
elfydo you EVER sleep knome :)10:54
knomehardly10:54
elfyyou should ...10:54
knomeheh10:54
knomewell i did sleep for... 8 hours last night :)10:54
elfythat's good enough :)10:55
knomeyup10:55
knomebetter than 410:55
elfyindeed it is - more than I usually get10:55
knome4 is more than you get? ugh if that :P10:56
elfy8 is ... usually about 610:56
knomeyeah, same here10:56
knomewell, sometimes i sleep 14+ hours10:56
elfyI'd call that unconscious ...10:56
knomelol10:56
elfythere's now only 3 unclaimed xubuntu testcases \o/10:57
knomeyeah10:57
hobgoblinonly here to annoy elfy11:21
elfygo away again then11:21
hobgoblinbye11:22
hobgoblin?part11:22
=== _salem is now known as salem_
elopiohey balloons. Yesterday I had the day off.15:39
elopioI saw your bug, I'll work on it today.15:39
balloonselopio, awesome.. I didn't get a chance to investigate things a ton more15:41
elopioballoons: as a nice coincidence, timp is updating some tab tests today.16:15
balloonselopio, :-) perfect.16:15
elopiohe's the one that wrote the tabs code, so I'll use him to find a nice solution.16:15
balloonsdo you think we can consider the tab title length?16:16
balloonsor otherwise make it generic enough to work.. I know we already talked about this issue :-)16:16
DanChapmanballoons, hey.16:18
balloonsDanChapman, hello good sir16:18
DanChapmanballoons, 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 appears16:25
balloonsDanChapman, 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 time16:26
balloonsDanChapman, 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 him16:26
DanChapmanballoons, 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
balloonsDanChapman, ohh nice!16:30
dkesselgood evening.16:58
DanChapmandkessel, evening16:59
dkesselwho might be able to help if i run into any issues with my autopkgtest for jenkins today?16:59
DanChapmanballoons, when you get a sec could you review terminal for me please?17:00
balloonswhile he's here dkessel , jibel and or pitti are good bets :-)17:00
balloonsDanChapman, sure.. just finished some lunch, so I can hop in and review it now17:01
DanChapmanawesome! :-)17:05
DanChapmanhmmm balloons hold on that review for a few mins just ran it again and seems to be broken today lol just fixing it17:16
balloonsDanChapman, lololol17:16
balloonsI'll pretend I'm not running it17:16
balloons*wink*17:16
DanChapmanlololol17:16
* DanChapman whispers to balloons *its fixed*17:30
balloonsNow on revision 59.17:30
balloonsok, so 2 failurs still17:35
DanChapmanon what?17:36
balloons    self.assertThat(terminal_window.title, Eventually(Contains('~')))17:37
balloons    self.assertThat(terminal_window.title, Eventually(Contains('~/Documents')))17:37
balloonslooking into it now17:37
DanChapmanballoons, thats what my title bar displays17:41
DanChapmanhow strange :-)17:45
dkesseljibel, pitti, are you there? i am having trouble running my autopkgtest using run-adt-test ....17:47
dkesselin my test, I am trying to issue the command 'cd' (with some relative path), but it seems that is forbidden...17:47
dkesseli get this error: /tmp/tmp.x3FfeyQ7TU/ubtree0-ubtree/debian/tests/run-maven-tests: 9: cd: can't cd to ../../cli17:48
DanChapmanballoons, what does your window title display when you are in Home and Documents?17:50
balloonsDanChapman, nothing :-)17:55
balloonssays Terminal17:55
balloonsi don't think it changes17:55
balloonsyea in preferences the window title is just Terminal17:56
balloonsdkessel, does the path exist?17:57
dkesselballoons, i am trying to find out...17:57
balloonsor, err.. hmmm.. if it's relative, do you have permissions.. that would be possible to not have even listing permissions :-)17:58
DanChapmanReally??? mine looks like this http://imageshack.us/f/69/h690.png/17:59
dkesseli 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 test17:59
balloonsDanChapman, yep.. just terminal for me18:01
balloonsit's a preferences thing18:01
DanChapmanballoons but in preferences it says 'Terminal' which it does on the global title bar18:01
balloonsanyways, not a big deal with the dfaults18:01
DanChapmanI 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:04
balloonsDanChapman, I think it's fine.. you can also manually test the window changes18:12
balloonsI mean to say you can manually set the window title if you'd like18:12
balloonsin my case, it doesn't follow because my settings are non-default18:12
dkesselballoons, ok so I had the wrong assumption... adt-run starts in the package's root directory, not in ./debian/tests18:13
DanChapmanballoons ok cool. I will leave it as it is and see how it runs on Jenkins then.18:14
balloonsDanChapman, it should..18:14
balloonsDanChapman, al lmerged and pushed.. pushing to prod now18:32
DanChapmanballoons, cool. I will file a bug for accessing the dialogs see if pitti can help18:34
DanChapmanjibel hey, could you add terminal test to autopilot-ubunu-applications when you get a chance please :-)18:36
dkesselballoons, my jenkins autopkgtest branch is now working. but when executing the tests in the vm, one test fails.19:00
dkesselballoons, 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
balloonsdkessel, ok, so works locally, but fails in vm because of permissions?19:12
dkesselballoons, yup.19:13
dkesselmailed pitti ;) good night19:34
=== JoseeAntonioR is now known as jose
=== shadeslayer_ is now known as shadeslayer
NoskcajWhat is the name of the OEM setup app? I've got two bugs that need reporting21:00
Noskcajbug 120668421:04
ubot5bug 1206684 in ubiquity (Ubuntu) "Rendering errors at language select screen (Install and OEM-setup)" [Undecided,New] https://launchpad.net/bugs/120668421:04
=== salem_ is now known as _salem

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