/srv/irclogs.ubuntu.com/2009/04/29/#ubuntu-testing.txt

apacheloggerstgraber: ahoy ... how would one go about getting kde.qa.ubuntu.com?07:06
aragood morning all :-)07:28
davmor2Morning All10:02
aramvo: remeber the bug in update-manager where it just poped up when some updates were available (instead of just showing an indicator)12:11
mvoara: that it pops up is a new feature (the design team wants it this way) - or is there something wrong with that mode?12:16
aramvo: no, no, so it is a "feature"... OK :D12:16
mvohttps://wiki.ubuntu.com/JauntyJackalope/ReleaseNotes#Change in notifications of available updates12:17
aramvo: ok, thanks!12:18
schwukCool - I was wondering why that had happened.12:18
arahehehe, I was not the only one :D12:19
aramvo: ok, and is it a "feature" that every time I run 'sudo apt-get update' update-manager pops-up? (when there are available updates) or is it a bug?12:20
schwukara: every time, or only if there are new packages?12:20
araschwuk: every time. Let's say. I run sudo apt-get update, and there are some firefox security updates. I close update-manager (without installing the updates) and run sudo apt-get update again. It pops up again (with the same packages)12:21
schwukseem it's only if there are updates for me (just apt-get update'd twice in a row - update-manager only appeared the first time)12:22
schwukI lied - it was just slow12:22
schwukIt's shown up now.12:22
mvoara: everytime is a bug, but everytime with pending security updates is a feature12:29
mvoara: but seb just complained about this too12:29
aramvo: ok, thanks. are the specifications written some where?12:30
mvoara: I talk to the design team what should be done in this case12:30
aramvo: ok12:30
mvohttps://wiki.ubuntu.com/NotifyOSD#Update Manager12:30
aramvo: thanks. (I am seeing the backlog now in -desktop... )12:31
* ara -> lunch12:34
araeeejay: moshi moshi13:46
eeejayara: howdy13:48
araeeejay: I just uploaded the first version of the msn pidgin test at lp:~apulido/ubuntu-desktop-testing/pidgin_msn13:49
araeeejay: it is in an early stage (pymsn is a pain...) but it should be working13:49
eeejayara: cool! don't hesitate to push directly to the pidgin branch, it gets pretty confusing13:50
araeeejay: ok, I will, as the code won't interfere13:50
eeejayara: did recent changes in trunk break API? open/exit/close/etc..13:50
arayes, there are some changes13:51
araeeejay: I wanted you to have a look, because one of the things that comes to my mind is that Buddy class could be part of the pidgin.py, instead of msn_utils.py/xmpp_utils.py, etc.13:51
eeejayara: ldtp2 almost works with the gedit udt test. almost...13:51
araeeejay: cool :)13:51
araeeejay: good to hear :)13:51
eeejayara: but shouldn't my buddy be renamed to XMPPBuddy?13:53
eeejayara: there would be a seperate buddy subclass for every protocol?13:53
araeeejay: I was thinking of having just 1 generic Buddy, and rely protocol stuff to the Client class13:54
eeejayara: oh, right. i forgot how i did that. so xmpp/msn_utils.py would still have the relevant Client class?13:55
araeeejay: yes. but this is just an idea13:55
eeejayara: i am fine either way. i guess a question is, do we expect test writers to access Pidgin.buddy directly, or rely on convenience Pidgin methods for sending messages, etc.13:56
araeeejay: I guess both things should be fine. If they find Pidgin methods enough for their tests, cool, if they need for flexibility, Pidigin.Buddy should be available13:58
eeejayara: great, +113:58
araeeejay: cool13:59
eeejayara: i think we should also start considering merging in all the separate suite branches out there, like pidgin and dx on my end13:59
araeeejay: completely agreed13:59
araeeejay: it is starting to have too many13:59
thekornmake a separate project which contains all test suites ;)14:01
araeeejay: I pushed the msn changes directly in the pidgin branch14:26
araeeejay: I will start now the refactoring14:26
eeejayara: neat. did you see the NO_GAIL bits?14:26
araeeejay: no, sorry14:26
araeeejay: I forgot14:26
jtholmesdavmor2, how was the party thurs night14:28
davmor2jtholmes: fINE THANKS14:29
davmor2Fine thanks even14:29
jtholmesgood when do we get started back testing pls14:30
davmor2Alpha 1 although I've added a topic for tonight about maybe running some stress tests and the best ways around it14:31
jtholmeswhere do i look for the topic u mention14:32
davmor2jtholmes: it's to discuss at the meeting tonight14:40
jtholmesok14:41
jtholmesdavmor2, is amd64 just a label for both intel and amd  64bit releases?14:42
jtholmesie  amd64 works on both arch's14:42
davmor2jtholmes: If you have a intel dual core then it should support both 32bit and 64bit and amd64 is the generic kernel for any intel or amd 64bit cpus14:44
davmor2in the same way that intel386 works on amd 32bit and 64bit machines14:45
davmor2Yay just booked flights and hotel for uds14:46
jtholmesdavmor2, r u actually employed by canonical14:46
jtholmesdavmor2, when should i start changing the test plans i disovered incorrect or missing during testing of jaunty14:47
davmor2jtholmes: Really we need to discuss all the plans what needs to be covered etc before we start work on them again.  Other wise the danger will be duplicating stuff all over again which we want to miss out on this time.   So not until after UDS probably14:50
jtholmesdavmor2, we being you and heno and others directing the test team etc. from ubuntu14:52
davmor2jtholmes: we being the QA team and community who really need to get this right in order to move on :)14:53
jtholmesdavmor2, will the discussion be in the weekly QA irc meetings sometime after uds?14:55
davmor2jtholmes: you can read the doc as they are created using gobby (a collaborative text editor) instructions will be on the uds page.  gobby is like multiplayer gedit :)14:57
jtholmesok thanks14:57
eeejayher ara, could i commit a change to udt that will log exception tracebacks with logger.warning16:02
eeejayara: it is two lines :)16:02
araeeejay: sure, go ahead :)16:03
eeejayara, thanks16:03
araeeejay: btw, my msn test fails at some point when logging out the buddy. I am trying to discover where exactly16:03
eeejayara: does it hang?16:05
araeeejay: it doesn't. it logs out the buddy successfully, but then it exists the testsuite without writing the results or exiting pidgin. I am debugging it now. It could be something in pymsn itself16:06
eeejayara: dang. good luck16:06
davmor2slangasek: Congrats by the way on the work you did to get jaunty out :)16:07
eeejayara: actually, i'll make an official merge proposal, because i have the NO_GAIL changes here too..16:10
araeeejay: ok16:11
araeeejay: apparently, client.logout() in pymsn just send an OUT message that conflicts with the ldtp communication, so the ldtp server exists if you logout a pymsn client :-D17:23
eeejayara: really?? literally O.U.T. ?17:32
araeeejay: yes :)17:33
eeejayara: wow, bizarre..17:34
araeeejay: indeed17:34
araeeejay: funny enough, if you open a python console (I tried with ipython) and connect a pymsn and then, logout, the interpreter thinks you sent and ctrl+d and ask "do you really want to exit (y/n)?17:35
eeejayara: maybe it does that. maybe it raises KeyboardInterrupt17:38
araeeejay: maybe... :)17:41
araeeejay: sometimes this hacks happen when trying to implement a closed protocol...17:42
araeeejay: how do I exit? how do I exit? KeyboardInterrup!!!!!!17:42
eeejayara: possible, yeah :)17:42
eeejayara: i am trying to make ipython quite with an exception17:43
eeejayara: the code in iplib.py looks like maybe an EOFError would do the trick17:44
eeejaybut i couldn't get it to happen17:44
eeejayara: i think i see a possibility17:46
eeejayara: maybe it does sys.stdin.close()17:46
araeeejay: no, it does not17:50
eeejayara: i hope it doesn't do sys.exit() :)17:51
araeeejay: :D17:52
araeeejay:         self._send_command('OUT')17:52
ara        self._transport.lose_connection()17:52
arareminder: qa meeting in 3m in #ubuntu-meeting17:57
nagappanis there any issue with Ubuntu 9.04 having 2 nVidia card ?19:17
nagappanthe installer doesn't come up, if we have 2 cards19:17
nagappanit gets struck when the X comes up19:17
nagappanlater, tried removing a card and installed Ubuntu 9.04, after installation, when I plugin the card, the second card is not being detected19:18
nagappanboth the cards are same nVidia chipset19:18
nagappanI mean the lspci is listing only one card19:19
sbeattienagappan: hrm, you might ask on #ubuntu-x or #ubuntu-kernel19:20
nagappansbeattie, sure, let me join there19:21
nagappansbeattie, thanks :)19:22

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