=== yofel_ is now known as yofel | ||
MasterUbuntu | Have just joined the testing team, is there anything urgent to look at first? | 10:24 |
---|---|---|
=== robbiew1 is now known as robbiew | ||
=== meganerdca is now known as meganerd | ||
jibel | patrickmw, with a small fix and the polkit configuration change usersadmin test passed | 17:26 |
patrickmw | jibel, nice! | 17:30 |
patrickmw | jibel, can you check if the environment you ran the tests on has shotwell installed? | 17:30 |
patrickmw | jibel, or that it launches ok | 17:30 |
jibel | :-) | 17:31 |
jibel | yes shotwell is installed. | 17:31 |
jibel | does the test works in your env ? | 17:31 |
patrickmw | jibel, on my laptop and my vm. I have one test failure, but I'm working on it. Looks like the app changed | 17:32 |
jibel | well %U doesn't exists | 17:32 |
jibel | patrickmw, what's the %U in launcher_args for ? | 17:33 |
patrickmw | jibel, remember the original spreadsheet from the rally? well it was designated as %U | 17:34 |
patrickmw | jibel, didn't know better at the time :) | 17:35 |
patrickmw | jibel, but it still passes for me | 17:37 |
jibel | patrickmw, yeah because there was a bug in mago with command arguments :-) it is fixed in bzr | 17:38 |
jibel | patrickmw, 7 tests 1 skip \o/ test fixed, you rock man ;-) | 17:39 |
patrickmw | yay! | 17:39 |
jibel | next | 17:39 |
patrickmw | jibel, that test that failed for me passed. had to slow ldtp down a bit | 17:40 |
jibel | patrickmw, if we could find a reliable way to sync ldtp and the application that would fix many tests | 17:41 |
patrickmw | jilbel, I use a lot of waittill.... methods | 17:41 |
patrickmw | jibel, that's made a big diff in my tests | 17:42 |
patrickmw | jibel, but don't use shotwell tests as example. chromium would be better (its more recent) | 17:44 |
jibel | patrickmw, that's what I use too. My main problem today is with ubiquity where the widget have an atkname explicitly set and all the pages and proceed buttons have the same name. | 17:44 |
patrickmw | jibel, shotwell was, "learn as I go" | 17:44 |
jibel | but that's a different problem | 17:44 |
jibel | patrickmw, sure, that's why shotwell passes and chromium fails ;-P | 17:44 |
patrickmw | jibel, I have encountered that with software center | 17:44 |
patrickmw | jibel, where do I set the global ldtp run speed setting? | 17:47 |
jibel | patrickmw, I don't know if there's any such setting in ldtp | 17:47 |
patrickmw | jibel, there is. I thought there was a way to change it through mago | 17:48 |
patrickmw | jibel, I will add this :) | 17:48 |
patrickmw | jibel, I will check with nagappan to be sure. | 17:49 |
jibel | patrickmw, no it's semi-hardcoded for the start and close of the application to ensure that even when waittillexists returns the application is really there | 17:49 |
jibel | much better 83% success http://reports.qa.ubuntu.com/reports/desktop-testing/natty/index.20110407.html | 17:50 |
jibel | now update-manager. | 17:51 |
patrickmw | jibel, chomium test has the %U arg too! | 17:55 |
patrickmw | jibel, that was on the list too. what was that arg supposed to do? | 17:56 |
jibel | patrickmw, pass. | 17:56 |
jibel | patrickmw, this arg is used when the application is launcher with the help of a desktop file | 17:58 |
patrickmw | jibel, thank you | 17:58 |
patrickmw | jibel, you said that users-admin passed? | 17:59 |
jibel | patrickmw, yup. I removed the last argument of the last call to doesrowexists with seems to have been removed from ldtp. | 18:00 |
jibel | patrickmw, the documentation needs an update obviously | 18:00 |
patrickmw | jibel... what what what?? | 18:00 |
patrickmw | jibel, oh | 18:01 |
patrickmw | jibel. that's been fixed. I had to reinstalled ldtp | 18:01 |
jibel | patrickmw, doesrowexist ('<window name>', '<table name>', '<string to be matched>'[, <partial match = False>]) there's no partial match | 18:02 |
patrickmw | jibel, correct | 18:02 |
patrickmw | jibel, but nagappan fixed it :) | 18:02 |
jibel | Cool, but the version is not in natty | 18:02 |
patrickmw | jibel, version of what? ldtp? | 18:03 |
jibel | ldtp | 18:03 |
patrickmw | jibel, well ,then how did I get it? | 18:03 |
patrickmw | jibel, the fix that is | 18:03 |
jibel | patrickmw, I don't know, latest version in natty is ldtp | 2.1.0-1 | 18:04 |
patrickmw | jibel, i will check what I'm running | 18:04 |
jibel | patrickmw, and it's what the test env uses, it updates the system every day before the run then restarts | 18:04 |
jibel | apt-cache policy ldtp | 18:04 |
patrickmw | jibel, yeah that's what I have ;/ | 18:06 |
patrickmw | jibel, I have no clue how I got the fix. I uninstalled then reinstalled as usual | 18:06 |
jibel | did you ever installed a version from git ? | 18:07 |
patrickmw | jibe, I don't believe so. its been a while. I just installed from apt-get | 18:08 |
jibel | patrickmw, can you look at baobab and arrange_by in nautilus | 18:12 |
jibel | I'll skip ssh, webdav and ftp until I've a server properly setup | 18:13 |
patrickmw | jibe, ok. did you get the doesrowexist method to pass or are you removing the line? | 18:13 |
jibel | patrickmw, I just removed the 'partial match' argument and use the exact name of the user created by the test | 18:14 |
jibel | patrickmw, the assertion is still there | 18:15 |
jibel | and valid | 18:15 |
patrickmw | jibel, I didn't think that worked, because of the extra text after the newline | 18:15 |
jibel | patrickmw, it does work. | 18:16 |
patrickmw | jibel, sweet! | 18:16 |
jibel | patrickmw, same problem for TestSoftwareCenter.test_custom_package_list | 18:17 |
patrickmw | jibel, yeah, those methods work me me :) | 18:18 |
jibel | patrickmw, timeadmin will be quick, the application vanished, and replaced by indicator-datetime-preferences, needs a rewrite | 18:22 |
jibel | I'll cleanup obsolete tests. | 18:23 |
jibel | patrickmw, i'm back in ~3 hours, I'll merge your fixes after dinner. | 18:25 |
patrickmw | jibel ack | 18:25 |
=== meganerdca is now known as meganerd | ||
=== hggdh_ is now known as hggdh | ||
nagappan | patrickmw, jibel, in one of my system, I'm upgrading from 10.10 64-bit to 11.04 64-bit using update-manager -d | 20:29 |
nagappan | patrickmw, I get some error, unable to fix it - http://ldtp.freedesktop.org/user-doc/d3/de5/a00209.html | 20:29 |
nagappan | patrickmw, sorry | 20:30 |
nags_ | patrickmw, http://pastebin.com/JSEX1wen | 20:30 |
nagappan | patrickmw, any help | 20:30 |
nagappan | patrickmw, I have uninstalled openoffice before trying to upgrade | 20:30 |
nagappan | patrickmw, as I guess this might conflict with libreoffice | 20:31 |
patrickmw | nagappan, looking now. unfortunately I haven't ran an upgrade in quite some time | 20:31 |
patrickmw | nagappan, what happens after this is logged. Does it just abruptly stop or do you get an error dialog? | 20:37 |
nags_ | patrickmw, I got this error message "An unresolvable problem occurred while calculating the upgrade: | 20:38 |
nags_ | Can not mark 'ubuntu-desktop' for upgrade" | 20:38 |
jibel | nagappan, can you please attach the files in /var/log/dist-upgrade somewhere especially apt.log | 20:39 |
nags_ | patrickmw, error diaog message http://pastebin.com/NJYsm7WQ | 20:39 |
nags_ | jibel, sure | 20:39 |
nags_ | jibel, apt.log http://pastebin.com/68NFv4am | 20:40 |
jibel | nagappan, the package ubuntu-desktop is not installed maybe removed to install package from a ppa. The upgrade will be painful :-) | 20:40 |
nags_ | jibel, shall I install manually in that case ? | 20:41 |
* nags_ checking | 20:41 | |
nags_ | jibel, its alread installed | 20:41 |
nags_ | jibel, ubuntu-desktop installed ; install (was: install). Optional | 20:41 |
nags_ | jibel, *** Opt metapack ubuntu-deskt 1.207 1.207 The Ubuntu desktop system | 20:42 |
jibel | nags_, nevermind I read "run in 'desktop' mode, (because of pkg 'ubuntu-desktop')" but understand the other way :S | 20:43 |
nags_ | jibel, :-) | 20:44 |
jibel | nags_, I think thats because there is an ongoing transition in unity/libnux and not all the packages are available | 20:45 |
jibel | Investigating (0) libnux-0.9-0 [ amd64 ] < none -> 0.9.40-0ubuntu1 > ( libs ) | 20:45 |
jibel | Broken libnux-0.9-0:amd64 Breaks on unity [ amd64 ] < none -> 3.8.2-0ubuntu1 > ( gnome ) (< 3.8.4) | 20:45 |
jibel | Considering unity:amd64 5 as a solution to libnux-0.9-0:amd64 1 | 20:46 |
jibel | Holding Back libnux-0.9-0:amd64 rather than change unity:amd64 | 20:46 |
jibel | which means that it tries to upgrade libnux to 0.9.40-0ubuntu1 | 20:46 |
jibel | which requires unity 3.8.4 | 20:46 |
jibel | but only unity 3.8.2-0ubuntu1 is available | 20:46 |
jibel | nags_, 3.8.4 has been published 2 hours ago only so maybe it's not available | 20:48 |
nags_ | jibel, ah ! okay | 20:49 |
nags_ | jibel, will try upgrading tomorrow then :-) | 20:49 |
nags_ | jibel, thanks | 20:49 |
jibel | nags_, yeah, there are many fixes in this release and it is much more stable. | 20:50 |
nags_ | jibel, that's the reason I want to update my laptop ;-) but got struck, will try tomorrow | 20:53 |
=== meganerdca is now known as meganerd | ||
=== meganerdca is now known as meganerd |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!