[09:52] Good morning all; happy Use Your Common Sense Day! :-D [09:52] nerochiaro, ping [09:58] oSoMoN: hey [09:58] nerochiaro, hey [09:58] nerochiaro, last week I had access to a nexus4 [09:58] nerochiaro, I looked into the failing autopilot test for notes-app [09:59] nerochiaro, never managed to reproduce the issue in several hundreds runs… [09:59] oSoMoN: so it might be just a jenkins issue you think ? [09:59] nerochiaro, Omer was able to reproduce it locally with his nexus4, so I don’t think so [10:00] nerochiaro, but it’s definitely a heisenbug [10:00] oSoMoN: that's really annoying [10:00] nerochiaro, while investigating the issue, I submitted https://code.launchpad.net/~osomon/notes-app/manually-create-db/+merge/193097 as a random attempt to fix it [10:01] nerochiaro, turns out it doesn’t fix the bug, but I still think the change is valid, would you mind taking a look? [10:01] oSoMoN: doing that now [10:01] nerochiaro, thanks [10:06] oSoMoN: the reason why i don't totally like that approach is that it embeds in the tests much more knowledge about the database structure than we need. by letting Qt create it we have (1) the ini file created properly by Qt, which might change between versions (2) the db structure created by the app, so if it's changed we have one less place to fix in the tests [10:07] oSoMoN: if the app starting and quitting isn't causing problems, i don't see why not use it to setup the tests [10:07] nerochiaro, I know, but on the other hand launching the app, then quitting it, then launching it again is probably not what autopilot is expecting [10:07] oSoMoN: i don't think it cares, it all happens before the tests are run [10:08] nerochiaro, an alternative would be to have a first dummy test that does nothing (but the app is started and thus the db created), and ensure this test is always run first [10:08] oSoMoN: that would be ok too, but it seems to me we're trying to fix a problem that is not really a problem [10:10] nerochiaro, yeah, maybe [10:11] nerochiaro, the code that finds the db file could still be simplified, I’ll see if I can extract this one into a separate MR [10:11] oSoMoN: if you think it's important, i can give a more in-depth review to that MR and we can change things that way. I'm not fully against it, I just dont't see the need for it, is all. [10:11] nerochiaro, or is there still a reason for looking the db in two different paths? [10:12] nerochiaro, nah you’re right, until it’s proven to be a problem, let’s keep it this way [10:12] oSoMoN: i don't think I wrote the code that looks in two different paths. I think when i wrote that function i was looking into just one, IIRC [10:13] oSoMoN: if we're sure it's always in the same place i'm happy to simplify that code [10:13] tmoenicke: please review https://code.launchpad.net/~schwann/ubuntu-keyboard/keyboard-cpp-qml/+merge/193427 [10:15] nerochiaro, ok, I’ll go for a separate MR that simplifies that code then [10:15] nerochiaro, I also submitted https://code.launchpad.net/~osomon/notes-app/unskip-tests-desktop/+merge/193303, mind having a look? [10:16] oSoMoN: looking. i'll have an MR for you to review as well soon [10:17] nerochiaro, sure === _salem is now known as salem_ [10:54] oSoMoN: MR to unskip tests, approved [10:55] nerochiaro, thanks [11:17] nerochiaro, I just submitted https://code.launchpad.net/~osomon/notes-app/simplify-db-lookup/+merge/193750 [11:54] oSoMoN: looking. can you have a go at this one instead ? https://code.launchpad.net/~amanzi-team/notes-app/notes-app-cursor-in-view/+merge/193743 [11:54] nerochiaro, yup [11:58] nerochiaro, does it fix a known bug? === MacSlow is now known as MacSlow|lunch [12:02] oSoMoN: i don't think there's a report for it. essentially you can keep typing in a note and eventually you overflow the screen space and you can't see what you're typing anymore [12:03] nerochiaro, ok [12:03] nerochiaro, I need to flash the latest image before I can test, it’s gonna take a while, but I’ll test it today for sure [12:05] oSoMoN: no problem [12:06] oSoMoN: i was looking into the presentation that bill emailed everyone. it doesn't mention notes anywhere, does it mean there are no plans for notes for the next cycle ? [12:16] oSoMoN: actually there was a bug related (in part) to that MR i asked you to review: https://bugs.launchpad.net/notes-app/+bug/1170362 (i already linked it to the MR) [12:16] Launchpad bug 1170362 in notes-app "[note pad] can't create a long content note" [High,In progress] [12:17] oSoMoN: one more thing: if i see a bug that's marked fix committed but i know the fix is in the current image, can i just mark it fix released myself (or is that something QA should do) ? [12:19] nerochiaro tmoenicke I don't get the onTextChanged events from bug 1243164 [12:19] Launchpad bug 1243164 in Ubuntu UI Toolkit "TextArea generates onTextChanged events when OSK is displayed or screen is rotated" [Undecided,New] https://launchpad.net/bugs/1243164 [12:21] gusch: that's really weird, how come it only happens to me ? [12:21] nerochiaro: no idea, maybe test again with the latest version [12:22] gusch: i did already last week, but i can try again. [12:23] nerochiaro, do it yourself [12:25] oSoMoN: cool. and please see my comment on https://bugs.launchpad.net/notes-app/+bug/1190630 when you have time [12:25] Launchpad bug 1190630 in notes-app "Autopilot tests in notes_app.tests.test_quit fail in jenkins ci" [High,In progress] === MacSlow|lunch is now known as MacSlow [13:34] oSoMoN: with your MR to set up the DB in notes, it seems that i get random failures that I wasn't getting before [13:34] oSoMoN: on AP tests === gusch is now known as gusch|away [13:44] nerochiaro, do you get those random failures on desktop? [13:45] oSoMoN: on device [13:45] nerochiaro, do you get them reliably? which tests are failing? [13:46] oSoMoN: no, as I mentioned they are random. sometimes it can't find the db named "notes"when trying to delete things from it, other times tests are failing for stuff like notes not being there when the tests expects them to be. [13:47] oSoMoN: i can't definitely say but they all seem like failures due to the db not being in the right state [13:49] nerochiaro, weird, I’ll run them a bunch of time locally to see if I can reproduce [13:50] oSoMoN: how do you run the tests these days ? I'm running them by logging in into the device, maybe that's not the correct way ? (though i don't see why not) [13:51] nerochiaro, phablet-test-run from your dev box [13:57] oSoMoN: ok, trying that way now. meeting still in 3 minutes from now or in 1h ? [13:59] nerochiaro, my calendar says in an hour [14:00] oSoMoN: it has been at 15 so far [14:00] oSoMoN: for the past week [14:02] oSoMoN: and everyone seems to be there now (except you and bill) [14:02] nerochiaro, joining then [14:06] oSoMoN: some examples of the failures: http://pastebin.ubuntu.com/6358908/ [14:12] nerochiaro, looks like some sort of weird db corruption, can you run `adb shell "rm -r /home/phablet/.local/share/com.ubuntu.notes"` and then run the tests again? [14:12] oSoMoN: the next test doesn't fail [14:12] oSoMoN: so it looks like sometimes the db setup fails [14:12] oSoMoN: and sometimes not [14:13] nerochiaro, so can you run the tests with "phablet-test-run -o . notes_app" and then pastebin the resulting test_results.xml? [14:17] oSoMoN: i'm runnin it, going to grab some food in the meantime [16:33] nerochiaro, I tested https://code.launchpad.net/~amanzi-team/notes-app/notes-app-cursor-in-view/+merge/193743 and reported back there === bfiller is now known as bfiller_afk [17:38] any idea why "qtmultimedia camera" does only work once? [17:38] Do I need to free the camera somehow? [17:40] after running my app even the Ubuntu's own camera app wont get the camera preview [17:40] rebooting helps [17:40] I'm on the latest trusty (r11) [18:04] Here is the SDK output when the app is ran the second time: http://pastebin.com/VD0jJ1p6 [18:22] oranger, ping. you here? wanted to ask about th docviewer-app. Anything I can do to help? I want to read my course PDF:s on my tablet :P === bfiller_afk is now known as bfiller === salem_ is now known as _salem [21:23] hey , while submitting app for ubuntu center , it says to "submit your application ", It means a binary? [21:23] http://tinypic.com/r/2qnvzub/5 [21:28] Thanks [21:28] can you help me [21:29] any new idea [21:29] exp: Account software [21:30] Quit [21:41] ? [21:52] killer, need help? [21:56] yes [21:56] what's the problem? [21:57] Firstly can i directly submit the source code if i don't know packaging , for my proprietary app ,I read somewhere ubuntu also do packaging [22:01] killer you need to create a click pkg [22:01] is your app written in qml? [22:01] It is written in c and python [22:01] :/ [22:02] popey, ^^^ [22:03] ? [22:03] I call the expert, I though you were creating a ubuntu touch app [22:09] ? [23:45] popey: submitted eyrie to the store :)