IRC log for #catroid on 20120802

03:13.08*** join/#catroid infobot (~infobot@rikers.org)
03:13.08*** topic/#catroid is Official #catroid channel. Logs available at http://infobot.rikers.org/%23catroid/
08:53.09*** join/#catroid atermenji (~atermenji@satellite.donapex.net)
09:11.31*** join/#catroid ptreitler (~pete@178.188.56.46)
13:27.54atermenjiaried3r ptreitler anybody here?
13:42.24ptreitleryes
13:44.41ptreitler...but just about to leave; heading home from work. Will catch you in ~half an hour
13:44.50*** part/#catroid ptreitler (~pete@178.188.56.46)
14:14.44*** join/#catroid ptreitler (~ptreitler@80-123-28-126.adsl.highway.telekom.at)
14:14.56ptreitlerback
14:19.47atermenjihi Peter
14:20.06atermenjiit seems that all tests from UItestProject are passing now
14:20.33atermenjihttp://catroidtestserver.ist.tugraz.at:8080/job/GSoC-2012-Artur/32/
14:20.41atermenjihere is my latest test result
14:20.58atermenjithere are 3 failures in UItestProject but I've already fixed them
14:21.32atermenji1 failure left in TestProject. It is at.tugraz.ist.catroid.test.ui.MainMenuActivityTest.testShouldNotCrashIfProjectIsNull 
14:22.00atermenjithere is no way to fix it afaik because ABS is not working correctly with ActivityUnitTestCase
14:22.32atermenjiso I'm waiting in the build queue on Jenkins to run my branch several times more
14:24.15atermenji1 problem still left. ABS throws ArrayIndexOutOfBounds exception in random cases and this fails Jenkins build. It appears on random tests. It was not throwed in my last build so all the tests passed
14:24.35ptreitlervery nice, good job!
14:24.39atermenjiI am investigating this issue and I've wrote an issue on ABS repo on github
14:25.46ptreitlerok
14:26.31ptreitlerhave you heard any updates from aried3r regarding the review / acceptance of your code?
14:26.46ptreitlerhaven't managed to get in touch with him since I got back from vacation...
14:27.57atermenjihe looked through my last commits
14:29.04atermenjialso we've discussed my build with contextual actionbar. have you looked at it?
14:33.06ptreitleryes
14:33.25ptreitleris that build still on a separate branch?
14:34.32atermenjiyes it is
14:34.49ptreitleractionbar_features, right?
14:34.55atermenjiI want to merge it when my main branch "adding_fragments " will be accepted
14:35.06atermenjiexactly
14:36.50ptreitlerok, will check it out
14:37.00ptreitlerwhat's your plan for when you're finished with the UI tests?
14:37.19ptreitlerafk for a couple of minutes
14:37.50atermenjiI want my branch adding_fragments to be merged asap :)
14:38.30atermenjiI've changed a lot of files there and had a lot of merging conflicts when pulling from master couple of times
14:39.14atermenjialso we planned to add ABS lib as a git submodule to the repo with Anton
14:39.53atermenjiwhen my branch will be merged I want to do merge with actionbar_features branch
14:40.16atermenjiand after that I plan to implement tablet multipane layouts
17:01.50ptreitleryes, we'd like to have it merged asap too :)
17:28.53*** join/#catroid atermenji1 (~atermenji@satellite4.donapex.net)
20:53.01aried3ratermenji1: Finally got a connection where SSH port is open.
20:53.31atermenji1traveling?
20:53.58aried3rRegarding the final evaluation, there's no problem from my point of view if things continue like they are now.
20:54.11aried3rSomewhat. Work forces me to travel.
20:54.58aried3rFreelancing with a bit of web stuff.
20:55.11atermenji1Python ?
20:55.27aried3rSadly not. Existing framework. php :\
20:55.57aried3rAnyway, we're having a release meeting on Monday as you probably know.
20:56.22aried3rI'll try to convince everyone that your branch should be merged before the release.
20:56.47aried3rShouldn't take much effort, since your ticket on our local Kanban Wall has a 'red dot'. Meaning, there'll be no release without that.
20:57.28aried3rIf we're lucky, we can merge before others. >:D
21:00.48aried3rJust looked at the test results. #36 looks promising.
21:04.44atermenji15 min afk
21:05.06*** join/#catroid ptreitler_ (~ptreitler@178-191-207-173.adsl.highway.telekom.at)
21:06.48atermenji1yeah all test from UI test project are passing as I already said to Peter
21:07.29atermenji1there is 1 test failure in TestProject. It appears because ABS is not working correctly with AndroidUnitTestCase
21:07.39aried3rJust read the backlog.
21:07.51aried3rOk, the one with 'use Theme.Sherlock.Liight'?
21:07.58atermenji1I can leave it as it is, delete the test or reimplement it in some other way
21:08.03atermenji1yes, exactly
21:12.46*** join/#catroid atermenji (~atermenji@satellite3.donapex.net)
21:18.09atermenjiback
21:19.22atermenjiso there is only one problem left. that random ArrayIndexOutOfBounds exceptions in ABS
21:21.02atermenjiI've wrote an issue on ABS repo. but no response currently.
21:21.19atermenjiI am trying to test with the latest robotium right now (3.3.1)
21:21.56atermenjiif it fails I'll try to surround with try catch statement lines in ABS which are causing the exception
21:24.14atermenjianyway tests are passing, my branch is stable and I think it can be merged once I'll find a workaround for that ABS issue
21:25.25atermenjiwhat do you think about all this ? :)
21:35.24atermenjiaried3r here?
21:40.09aried3rWhat are the fixes in 3.3.1?
21:40.50aried3rI also think so. But the code review will take some time. I have to get it accepted by kaufmaster probably. Least thing we should do to distribute the knowledge of the changes.
21:41.11aried3rBut I'll review all of it (just compare master and your branch) and ask you if I have problems understanding some changes.
21:41.47aried3rI'll also look at the test coverage to see if it decreased and if so, why.
21:42.05aried3rBut I'm fairly positive that we can merge very soon.
21:42.32atermenjitest coverage decreased because of ABS. we need to exclude it from emma
21:42.52aried3rTrue
21:42.52atermenjihttps://github.com/jayway/robotium/commits/master
21:43.10atermenjiauthor of Robotium pushed several commits from 3.3 release
21:43.26aried3rOh, cool. waitForFragment
21:43.37atermenjialso I've made a pull request to Robotium today https://github.com/jayway/robotium/pull/26
21:44.17aried3rVery nice
21:47.38atermenjiwhen do you plan to release on Google Play? August 13?
21:52.34atermenjialso I will be offline tomorrow. I'll schedulte 3-5 builds on Jenkins today before going to sleep. Nobody is building at night anyway
21:58.47atermenjinew robotium build failed :(
22:00.28atermenjiaried3r I hope to resolve the issue with random exceptions on weekend. Since this is the only issue left before merging you can start reviewing the code with the team, so that we could merge sooner. hope to do it before others :) send me a mail if you'll have any questions
22:10.58aried3rWill do.
22:11.01aried3rThanks
22:13.47atermenjiif you plan to release on 13th probably I can also merge with contextual abs branch and spend some time implementing multi pane layouts
22:30.39*** part/#catroid ptreitler_ (~ptreitler@178-191-207-173.adsl.highway.telekom.at)
22:43.47aried3rBut please remember that we cannot merge new features without tests.
22:45.29atermenjiI've spent to much time on fixing tests, so I always have this in mind :)
22:45.37aried3rGood :)
22:48.16*** part/#catroid atermenji (~atermenji@satellite3.donapex.net)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.