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