IRC log from 26-Mar-2008
2008-03-26T00:42:40 <mifosbot> New news from builds: MIFOS-WT-639 has FAILED (633 tests failed): Updated by Amiruddin Nagri
2008-03-26T02:04:17 *** stephenhorgan has joined #mifos
2008-03-26T02:42:03 *** ChanServ has quit IRC
2008-03-26T02:43:21 *** ChanServ has joined #mifos
2008-03-26T02:43:21 *** irc.freenode.net sets mode: +o ChanServ
2008-03-26T02:50:52 <mifosbot> New news from builds: MIFOS-WT-640 was SUCCESSFUL (with 2712 tests): Updated by Amiruddin Nagri
2008-03-26T06:36:21 *** keith_r_p has joined #mifos
2008-03-26T06:36:40 <keith_r_p> hey, stephen!
2008-03-26T06:59:31 <stephenhorgan> keith_r_p: hi
2008-03-26T07:11:07 <keith_r_p> Do you want to talk about PPI some time?
2008-03-26T07:11:20 <keith_r_p> And bug 1668?
2008-03-26T07:25:30 <stephenhorgan> i haven't looked into it yet, but is there something I should be worried about?
2008-03-26T07:28:59 <keith_r_p> No, but I can fill you in on what I've researched so far on 1668.
2008-03-26T07:30:09 <stephenhorgan> sure, that'd be great
2008-03-26T08:07:41 *** keith_r_1 has joined #mifos
2008-03-26T08:07:43 <mifosbot> New news from builds: MIFOS-WT-641 was SUCCESSFUL (with 2712 tests): Updated by LAJDEL Nazir
2008-03-26T08:11:48 *** keith_r_2 has joined #mifos
2008-03-26T08:12:07 <keith_r_2> I'll add a comment to issue 1668 detailing what I observed when stepping through the code.
2008-03-26T08:21:53 *** meonkeys has joined #mifos
2008-03-26T08:21:53 *** ChanServ sets mode: +o meonkeys
2008-03-26T08:22:59 *** epavlenko has joined #mifos
2008-03-26T08:24:39 *** keith_r_1 has quit IRC
2008-03-26T08:26:03 *** keith_r_p has quit IRC
2008-03-26T08:45:17 <meonkeys> stephenhorgan: Hi Steve,
2008-03-26T08:45:23 <stephenhorgan> hi Adam
2008-03-26T08:45:32 <meonkeys> you were right on... I should have just tried the 3.2.5ga version first
2008-03-26T08:45:42 <meonkeys> I'm doing that now.
2008-03-26T08:45:49 <meonkeys> sorry about that!
2008-03-26T08:45:53 <stephenhorgan> well i didnt expect those kinda errors either
2008-03-26T08:46:17 <stephenhorgan> but they should be addressed sometime
2008-03-26T08:46:43 <meonkeys> Yes, agreed.
2008-03-26T08:48:36 <meonkeys> ok, the unit tests just completed...
2008-03-26T08:48:51 <meonkeys> hmm, looks like there are still some errors.
2008-03-26T08:50:02 <meonkeys> stephenhorgan: foreign key constraint issues, still.
2008-03-26T08:50:19 <stephenhorgan> hmm, i'll take a look, sorry
2008-03-26T08:52:18 <meonkeys> oh, no worries. perhaps the trunk development diverged a bit since your last commit on the branch.
2008-03-26T08:52:33 <meonkeys> stephenhorgan: here's my error log, I just ran the full test suite http://download.yousendit.com/712406A314AF7C62
2008-03-26T08:59:02 <meonkeys> you know, it might be nicer if run_test stopped after the first error... no need to run the whole suite when there's an error! I'll see about adding "haltonfailure" to the junit target(s).
2008-03-26T08:59:32 <meonkeys> anyway, looks like the first error is in ProductMixActionTest. I'll try your fix for that class.
2008-03-26T09:03:28 <meonkeys> yep, fixes ProductMixActionTest! nice. I'll try the full test suite now.
2008-03-26T09:05:00 <stephenhorgan> mine's running; race you!
2008-03-26T09:05:19 <meonkeys> LOL.
2008-03-26T09:08:57 * meonkeys overclocks 155% ...
2008-03-26T09:09:04 <stephenhorgan> no cheating
2008-03-26T09:10:25 <meonkeys> :)
2008-03-26T09:11:18 <meonkeys> just kidding. I don't even know how to overclock this thing.
2008-03-26T09:12:34 <stephenhorgan> it's usually the turbo switch on the front case
2008-03-26T09:13:00 <meonkeys> Hah! I miss that switch.
2008-03-26T09:13:15 <meonkeys> ok, mine completed. 8min, 56sec.
2008-03-26T09:13:25 <meonkeys> ah, looks like an error stopped it, though.
2008-03-26T09:13:27 <stephenhorgan> noooooo
2008-03-26T09:13:58 <stephenhorgan> did you enable haltonfailure ?
2008-03-26T09:14:14 <meonkeys> yep
2008-03-26T09:14:24 <meonkeys> faster results. :)
2008-03-26T09:14:35 <meonkeys> but yeah, I suppose there could be other failures.
2008-03-26T09:16:46 <meonkeys> the error is in TestSurvey. Ugh.
2008-03-26T09:30:36 <sam-r-i> i noticed Nazir had a fairly big and wide-ranging check-in this morning, might be a good chance to integrate with that if haven't yet
2008-03-26T09:33:37 <meonkeys> I need to integrate a bowl of cereal with my stomach right about now.
2008-03-26T09:35:49 <stephenhorgan> meonkeys: have fixed TestSurvey, running suite again
2008-03-26T09:38:15 <meonkeys> ok
2008-03-26T09:44:16 <meonkeys> some notes for posterity...
2008-03-26T09:44:38 <meonkeys> 1. trunk may have diverged since last commit on the branch
2008-03-26T09:44:51 <meonkeys> 2. I may have swung the wrong way resolving a merge conflict
2008-03-26T09:45:00 <meonkeys> 3. I may have botched the merge
2008-03-26T09:45:14 <meonkeys> 4. Mayfly was upgraded
2008-03-26T09:45:33 <meonkeys> #1 seems the most likely culprit at this point, but who knows.
2008-03-26T09:59:21 <stephenhorgan> meonkeys: my suite passed
2008-03-26T09:59:55 <stephenhorgan> want me to resend your patch with my changes included?
2008-03-26T10:01:22 *** emilytucker_mifo has joined #mifos
2008-03-26T10:01:47 <meonkeys> stephenhorgan: awesome! sure.
2008-03-26T10:02:10 <stephenhorgan> ok
2008-03-26T10:13:26 <stephenhorgan> patch is on it's way now, hope it works for you!
2008-03-26T10:13:41 <meonkeys> ok, I'll try it right way. Thank you!
2008-03-26T10:14:20 <stephenhorgan> np
2008-03-26T10:18:01 <stephenhorgan> meonkeys: btw, I ran that against 12608. I just did svn up to 12610 and have merge conflicts
2008-03-26T10:19:20 <stephenhorgan> have to go... ttyl
2008-03-26T10:39:59 *** keith_r_p has joined #mifos
2008-03-26T10:40:25 *** keith_r_1 has joined #mifos
2008-03-26T10:46:12 *** keith_r_2 has quit IRC
2008-03-26T10:59:06 *** keith_r_p has quit IRC
2008-03-26T11:12:22 *** keith_r_p has joined #mifos
2008-03-26T11:29:56 *** keith_r_1 has quit IRC
2008-03-26T11:39:02 *** keith_r_1 has joined #mifos
2008-03-26T11:57:30 *** keith_r_p has quit IRC
2008-03-26T12:16:33 <meonkeys> folks, can we have a mini-freeze on the trunk until I commit the hibernateUpgrade branch merge back to the trunk?
2008-03-26T12:27:21 <meonkeys> I'll take that as a yes. :)
2008-03-26T13:31:33 <meonkeys> sam-r-i, epavlenko, keith_r_1: stand-up today?
2008-03-26T13:32:00 <epavlenko> is that a rhetorical question? :)
2008-03-26T13:32:16 <meonkeys> lol.
2008-03-26T13:45:47 <mifosbot> New news from builds: MIFOS-WT-642 has FAILED (41 tests failed): Updated by Adam Monsen
2008-03-26T14:17:49 <mifosbot> New news from builds: MIFOS-WT-643 has FAILED (41 tests failed): Manual build
2008-03-26T14:26:26 *** keith_r_1 has quit IRC
2008-03-26T14:39:28 *** Tomb_ has joined #mifos
2008-03-26T14:39:59 <meonkeys> Tom B? Now there's a welcome sight!
2008-03-26T14:40:32 <Tomb_> hey Adam!
2008-03-26T14:40:49 <Tomb_> I'm starting to poke my head around
2008-03-26T14:41:19 <Tomb_> was looking at the bug list, but noticed that it's going to be reviewed
2008-03-26T14:41:50 <meonkeys> Hey, never fear, I can get you a bug if you want one!
2008-03-26T14:42:02 <meonkeys> simple, complex, whatever.
2008-03-26T14:42:03 <Tomb_> i was going to post a message to the list asking for a good place to start
2008-03-26T14:42:41 <meonkeys> the most important stuff is linked to from here: http://www.mifos.org/developers/wiki/MifosPatchQueue
2008-03-26T14:42:42 <Tomb_> it looks like you have merged hibernate 3.2.5?
2008-03-26T14:42:43 <mifosbot> <http://tinyurl.com/2wejsx> (at www.mifos.org)
2008-03-26T14:42:57 <meonkeys> yeah, and broke the build. :-/
2008-03-26T14:43:02 <Tomb_> ouch
2008-03-26T14:43:08 <Tomb_> is it still broken?
2008-03-26T14:43:15 <meonkeys> well, I'm not convinced the build is "really" broken...
2008-03-26T14:43:26 <meonkeys> might be something specific to the build server.
2008-03-26T14:43:32 <Tomb_> ah...hmmm
2008-03-26T14:43:40 <Tomb_> are you stuck?
2008-03-26T14:44:00 <meonkeys> yeah, kinda.
2008-03-26T14:44:03 <Tomb_> or would you like another pair of eyes on it?
2008-03-26T14:44:09 <meonkeys> sure!
2008-03-26T14:44:42 <Tomb_> is the thread with you and Stephen the latest info?
2008-03-26T14:44:49 <meonkeys> yep
2008-03-26T14:44:51 <Tomb_> and is it in the trunk?
2008-03-26T14:44:54 <meonkeys> yeah.
2008-03-26T14:45:08 <Tomb_> okay, i'll pull it down and see what i get...
2008-03-26T14:45:15 <Tomb_> :)
2008-03-26T14:45:22 <meonkeys> well, bless your heart.
2008-03-26T14:45:51 <meonkeys> the failing tests are here: http://build.mifos.org:8085/bamboo/browse/MIFOS-WT-643
2008-03-26T14:45:52 <mifosbot> <http://tinyurl.com/394lec> (at build.mifos.org:8085)
2008-03-26T14:45:58 <meonkeys> (again, doesn't repro locally)
2008-03-26T14:47:00 <Tomb_> you're confident about this? i'll try building the latest..
2008-03-26T14:47:20 <meonkeys> oh, definitely. I've executed "ant run_test" locally several times.
2008-03-26T14:47:44 <meonkeys> Only difference I'm aware of between my machine and the build server is I'm on Ubuntu
2008-03-26T14:47:49 <meonkeys> and the build server is Windows XP
2008-03-26T14:47:50 <Tomb_> just was wondering if it's a platform thing...
2008-03-26T14:48:06 <meonkeys> I was wondering the same thing.
2008-03-26T14:48:26 <meonkeys> The test failures don't obviously point to platform-specific issues
2008-03-26T14:48:29 <Tomb_> okay, i have redhat and i can run it on my windows vista machine
2008-03-26T14:48:36 <Tomb_> okay
2008-03-26T14:48:44 <meonkeys> you the bomb, Tom
2008-03-26T14:48:53 <Tomb_> wassaap
2008-03-26T14:51:20 <meonkeys> AH!
2008-03-26T14:51:23 <meonkeys> I know what it is.
2008-03-26T14:51:37 <meonkeys> my.HibernateTest.properties
2008-03-26T14:52:07 <meonkeys> HibernateTest.properties changed, so my.HibernateTest.properties must also change
2008-03-26T14:53:02 <Tomb_> that'll make it break locally?
2008-03-26T14:53:20 <meonkeys> well, maybe
2008-03-26T14:53:37 <Tomb_> that makes sense
2008-03-26T14:54:38 <meonkeys> I'm just thinking that my.HibernateTest.properties on the build server is missing the new c3p0 properties.
2008-03-26T14:55:25 <Tomb_> doesn't the build replace hibernate properties instead of overriding them?
2008-03-26T14:55:43 <meonkeys> yep
2008-03-26T14:55:52 <meonkeys> IIRC. :)
2008-03-26T14:55:58 <Tomb_> yeah, then what you're saying makes sense
2008-03-26T14:56:12 <Tomb_> IIRC is the place to be
2008-03-26T14:56:17 <Tomb_> G
2008-03-26T14:56:20 <Tomb_> :)
2008-03-26T14:56:21 <meonkeys> he he.
2008-03-26T14:56:31 *** Kim_ has joined #mifos
2008-03-26T14:56:55 <meonkeys> only problem with my logic is that I *didn't* modify my own my.Hibernate.properties, so my unit tests should have failed.
2008-03-26T14:57:12 <meonkeys> hi Kim_! guess who's here?
2008-03-26T14:58:50 <Kim_> Tom?
2008-03-26T14:58:59 <Tomb_> ya!
2008-03-26T14:59:08 <Kim_> Hi Tom
2008-03-26T14:59:14 <Tomb_> hey Kim :)
2008-03-26T15:00:34 <Kim_> Heard from Adam that you just had a very good musical performance (you know what I mean :-))
2008-03-26T15:01:10 <Tomb_> sweet :)
2008-03-26T15:01:38 <Tomb_> yeah, we have another concert coming up in May...but i'm not going to be playing in that one :(
2008-03-26T15:01:50 <Tomb_> i have to go to a wedding on the east coast
2008-03-26T15:02:28 <Tomb_> you should try to make the next concert anyway
2008-03-26T15:02:33 <Tomb_> www.psso.org
2008-03-26T15:02:47 <Tomb_> can't beat $8
2008-03-26T15:03:17 <Kim_> but where is it?
2008-03-26T15:03:31 <Tomb_> Town Hall..around 8th and Seneca
2008-03-26T15:03:45 <Tomb_> oh yeah
2008-03-26T15:03:47 <Tomb_> duh
2008-03-26T15:03:57 <Tomb_> it's been a while hasn't it
2008-03-26T15:04:13 <Tomb_> well...maybe you could make a special trip up here?
2008-03-26T15:04:23 <Tomb_> eh...:S
2008-03-26T15:05:28 <meonkeys> Tomb_: do you have a my.HibernateTest.properties or a my.hibernate.properties?
2008-03-26T15:05:41 <Tomb_> no, neither
2008-03-26T15:05:53 <Tomb_> so i'm expecting this to fail...hopefully
2008-03-26T15:05:53 <meonkeys> ook, cool.
2008-03-26T15:06:14 <meonkeys> yeah
2008-03-26T15:07:07 <meonkeys> I looked at the "Build Logs" artifact on Bamboo... looks like the build server might not have my.HibernateTest.properties or my.hibernate.properties
2008-03-26T15:07:22 <meonkeys> but I need to have someone actually remote into the build server to check
2008-03-26T15:07:33 <meonkeys> maybe there was a local modification, then an svn merge conflict.
2008-03-26T15:07:34 <meonkeys> hmmmm.
2008-03-26T15:08:22 <sam-r-i> hey guys, it's been another busy day and i am just starting to "integrate a sandwich with my stomach" but Tom, good to see you back around! Let's catch up later
2008-03-26T15:08:54 <Tomb_> thanks Sam - integrate away!
2008-03-26T15:11:31 <meonkeys> lol.
2008-03-26T15:11:33 <meonkeys> Kim_: do you have a my.HibernateTest.properties or a my.hibernate.properties?
2008-03-26T15:12:00 <Kim_> i'll check
2008-03-26T15:17:41 <Tomb_> it passed for me on Fedora linux
2008-03-26T15:18:02 <meonkeys> interesting!
2008-03-26T15:18:18 <meonkeys> ok then, we'll have to restrict v1.1 to Fedora or Ubuntu. Works for me!
2008-03-26T15:18:28 <Tomb_> ;)
2008-03-26T15:18:36 <meonkeys> hmmm, I wonder if perhaps the c3p0 stuff is messing stuff up.
2008-03-26T15:19:03 <Tomb_> well, it could be that we have a my.HibernetTest.properties on the build server...?
2008-03-26T15:19:20 <meonkeys> yeah, still waiting on help with that.
2008-03-26T15:19:50 <meonkeys> Van and Ofer are both on vacation right now. :)
2008-03-26T15:20:19 <Tomb_> figures
2008-03-26T15:20:23 <Tomb_> ;)
2008-03-26T15:20:48 <Tomb_> i'm going to try removing the additional c3p0 properties to see if that makes it fail
2008-03-26T15:21:21 <meonkeys> I was just trying that too.
2008-03-26T15:21:44 <Tomb_> ok
2008-03-26T15:22:39 <Tomb_> also, i'm running the run_test_parallel_2 - is that a problem?
2008-03-26T15:23:00 <meonkeys> I haven't been using that one lately...
2008-03-26T15:23:11 <meonkeys> not sure if the TestSets are being maintained.
2008-03-26T15:23:37 <meonkeys> I broke the build recently by a problem that *only* showed up using run_test
2008-03-26T15:23:52 <Tomb_> ok, i'll kick off run_test
2008-03-26T15:24:46 <meonkeys> you're working your way up to a free breakfast...
2008-03-26T15:25:04 <meonkeys> I make some pretty mean Swedish pancakes!
2008-03-26T15:26:02 <Tomb_> then we should have a cook off! the "dutch babies" against the "swedish pancakes"!
2008-03-26T15:26:17 <Tomb_> ..course, i really like swedish pancakes
2008-03-26T15:26:24 <meonkeys> yes. awesome!
2008-03-26T15:26:32 <Tomb_> they're like those french things...
2008-03-26T15:26:38 <Tomb_> crepes
2008-03-26T15:26:41 <Tomb_> mmmm
2008-03-26T15:27:04 <Tomb_> Amy's back too
2008-03-26T15:27:10 <Tomb_> we should plan a breakfast again
2008-03-26T15:27:14 <meonkeys> oh! cool.
2008-03-26T15:27:17 <meonkeys> Ok, I'll set it up.
2008-03-26T15:27:22 <Tomb_> shweet
2008-03-26T15:30:05 <meonkeys> no my.HibernateTest.properties or my.hibernate.properties on the build server.
2008-03-26T15:34:13 <Tomb_> crap
2008-03-26T15:34:25 <Tomb_> let me see if i can get it running on my vista box
2008-03-26T15:35:13 <meonkeys> I'm trying a build on my wife's Windows XP box. She probably won't mind.
2008-03-26T15:39:30 <Tomb_> crap - ran out of memory with run_test
2008-03-26T15:39:36 <Tomb_> what do you set yours to?
2008-03-26T15:40:50 <meonkeys> haven't changed from the default
2008-03-26T15:41:11 <meonkeys> so I guess 1GB?
2008-03-26T15:41:32 <Tomb_> hmm...that's what i had mine at
2008-03-26T15:42:25 <Tomb_> oh, i think the 64-bit systems need more ram
2008-03-26T15:43:04 <Tomb_> yeah - they need about 50% more
2008-03-26T15:43:29 <meonkeys> wow.
2008-03-26T15:43:34 <meonkeys> big ints.
2008-03-26T15:43:41 <Tomb_> yep
2008-03-26T15:43:52 <meonkeys> does 64bit seem faster?
2008-03-26T15:44:05 <Tomb_> yeah
2008-03-26T15:44:11 <Tomb_> i think
2008-03-26T15:44:33 <Tomb_> hard to compare with the faster clock cycle as well
2008-03-26T15:45:21 <meonkeys> ah, yeah.
2008-03-26T15:47:41 <Tomb_> this is going to take a little while...i have to reinstall mifos on this machine
2008-03-26T15:48:21 <meonkeys> mine too, this Windows box seems kinda slow
2008-03-26T15:48:29 <meonkeys> *sigh*
2008-03-26T15:48:46 <meonkeys> well, actually...
2008-03-26T15:48:53 <meonkeys> I have a more interesting question for you...
2008-03-26T15:48:58 <meonkeys> Do you have Skype set up?
2008-03-26T15:49:06 <meonkeys> or (gasp) a normal phone?
2008-03-26T15:49:19 <Tomb_> either one...preference?
2008-03-26T15:49:22 <meonkeys> Skype!
2008-03-26T15:49:36 <Tomb_> alright...hold on a sec...i gotta log in.
2008-03-26T15:52:12 *** awalji has joined #mifos
2008-03-26T15:53:22 <awalji> Tomb_: hey stranger!
2008-03-26T15:53:33 <Tomb_> wassap
2008-03-26T15:57:01 <meonkeys> awalji: quick, give him some bugs!
2008-03-26T15:57:12 <awalji> 1729
2008-03-26T15:57:15 <awalji> :D
2008-03-26T15:57:17 <awalji> go
2008-03-26T15:57:20 <awalji> hehe j/k
2008-03-26T15:57:36 <awalji> scary that i have high priority bug numbers readily available though...
2008-03-26T15:57:49 <awalji> i need a life
2008-03-26T15:58:24 <Tomb_> me and Adam are chattin
2008-03-26T15:59:52 <awalji> yes, i hear you're helping him with the build issues
2008-03-26T16:28:41 <meonkeys> and issue 1616. :)
2008-03-26T16:28:54 <meonkeys> Shirley MFI in the Hizzy!
2008-03-26T16:29:31 <Tomb_> sweet...shirley to the rescue
2008-03-26T16:30:29 <Tomb_> i have to take off for a couple hours but i'll start with 1729...and then 1616
2008-03-26T16:30:31 <Tomb_> sound good?
2008-03-26T16:34:07 <meonkeys> I'll take care of 1616, but you can have 1729.
2008-03-26T16:36:20 <meonkeys> great to have you back, Capt. Caveman!
2008-03-26T16:37:59 <Tomb_> thanks Adam :)
2008-03-26T16:38:28 <awalji> oh i was kidding about 1729
2008-03-26T16:38:31 <awalji> you don't need to work on it
2008-03-26T16:38:40 <awalji> i think it may be already fixed by Kim's change for issue 1718
2008-03-26T16:38:41 <Tomb_> well what should i work on then?
2008-03-26T16:38:50 <awalji> oh do you seriously want bugs to work on?
2008-03-26T16:38:54 <Tomb_> yeah
2008-03-26T16:38:59 <awalji> i can oblige but i wasn't sure if you were serious
2008-03-26T16:39:01 <awalji> haha ok
2008-03-26T16:39:04 <Tomb_> :)
2008-03-26T16:39:07 <awalji> give me 10 mins to look through what will be useful
2008-03-26T16:39:34 <Tomb_> okay - i'm going to be taking off at 5 for couple hours
2008-03-26T16:39:44 <Tomb_> could you email it to me?
2008-03-26T16:40:43 <awalji> can do!
2008-03-26T16:40:55 <Tomb_> cool. thanks!
2008-03-26T16:41:08 <awalji> wait how many do you want?
2008-03-26T16:41:14 <awalji> how much time are you going to spend?
2008-03-26T16:41:22 <awalji> stuff that has to be in for v1.1 or stuff that can wait?
2008-03-26T16:41:42 <Tomb_> give me one for v1.1 for now.
2008-03-26T16:41:57 <Tomb_> what would be better is if i could just grab them as i have time too
2008-03-26T16:42:05 <Tomb_> do you have an active list?
2008-03-26T16:42:24 <awalji> yeah we have a queue, which is not filled right now, called 'mifos_external'
2008-03-26T16:42:32 <awalji> i'll add some to that queue if there isn't any on that
2008-03-26T16:42:38 <awalji> i think that might be ok
2008-03-26T16:42:42 <awalji> i'll check in with the team
2008-03-26T16:42:49 <Tomb_> okay, that sounds good
2008-03-26T16:42:56 <awalji> thanks :)
2008-03-26T16:43:03 <Tomb_> no problem :)
2008-03-26T16:43:30 <Tomb_> it's probably best to hit me with 1 for now - i may need some time to catch up with what has happened
2008-03-26T16:47:14 <awalji> sure no problem :)
2008-03-26T16:48:28 <awalji> i have one
2008-03-26T16:48:30 <awalji> 1351
2008-03-26T16:48:39 <awalji> do you want to take a look at that?
2008-03-26T16:48:48 <awalji> it's one that is pretty simple i think but high impact
2008-03-26T16:49:02 <awalji> if you want ot work on it, i'll just assign it to you now
2008-03-26T16:49:09 <Tomb_> okay, i'll take it
2008-03-26T16:49:15 <awalji> sure?
2008-03-26T16:49:35 <Tomb_> yeah, why not? i haven't looked at it yet - is it bad or something?
2008-03-26T16:50:14 <awalji> no it's a reasonably small UI change that emily thinks is quite important ot have fixed
2008-03-26T16:50:22 <awalji> wasn't sure if you'd be ok with fixing UI stuff
2008-03-26T16:50:34 <awalji> https://mifos.dev.java.net/issues/show_bug.cgi?id=1351
2008-03-26T16:50:36 <mifosbot> <http://tinyurl.com/38y3vh> (at mifos.dev.java.net)
2008-03-26T16:52:05 <Tomb_> nah, i don't mind.
2008-03-26T16:52:13 <awalji> awesomeness!
2008-03-26T16:52:15 <awalji> :)
2008-03-26T16:52:19 <awalji> assigning to you now
2008-03-26T16:52:27 <Tomb_> i just need to take some time to get my dev env up to date
2008-03-26T16:52:53 <awalji> no worries. if you have time, work on that one and if you get it fixed and still have time for more mifos fun, let me know and i'll assign another one to you
2008-03-26T16:52:57 <Tomb_> is there a time frame that you're looking to have it completed by? do you need it end of week?
2008-03-26T16:53:09 <Tomb_> okay good
2008-03-26T16:53:41 <awalji> nope, just want it in for v1,1. We're working through bugs faster now though, so if you find you're not getting time, just assign it back to 'mifosdeveloperqueue'
2008-03-26T16:53:47 <awalji> i think if you could fix in a week or two, that would be great
2008-03-26T16:54:15 <Tomb_> shouldn't be a problem - but i'll be juggling it with my job
2008-03-26T16:54:38 <awalji> yep, understood. if you find you don't have time, no problem
2008-03-26T16:54:47 <awalji> i know how it is trying to volunteer and work at the same time
2008-03-26T16:54:51 <awalji> just keep us posted, that's all
2008-03-26T16:54:57 <Tomb_> got it
2008-03-26T16:55:03 <awalji> we're happy that you're still interested in helping :)
2008-03-26T16:55:12 <awalji> have a good evening!
2008-03-26T16:55:26 <Tomb_> you too :)
2008-03-26T17:23:08 <Kim_> Adam, remember when I ran the test suite the error happened in the TestSurvey.java?
2008-03-26T17:23:22 <meonkeys> yeah
2008-03-26T17:23:28 <Kim_> So first I ran the TestSurvey alone and got the same error.
2008-03-26T17:24:17 <Kim_> And I compared to the previous version and I just switched the session close and reset database and ran the test again and it works.
2008-03-26T17:24:37 <Kim_> so this is my teardown
2008-03-26T17:26:24 <meonkeys> so, you moved HibernateUtil.closeSession() above TestDatabase.resetMySQLDatabase()?
2008-03-26T17:26:35 <meonkeys> interesting.
2008-03-26T17:27:04 <meonkeys> that's so strange that the same code is working on Linux boxen! Must be a coincidence.
2008-03-26T17:27:52 <meonkeys> ( http://pastebin.com/mf677734 for anyone following along )
2008-03-26T17:29:53 <meonkeys> here's a full error log from a local repro: http://article.gmane.org/gmane.comp.finance.mifos.devel/4335
2008-03-26T17:29:55 <mifosbot> <http://tinyurl.com/2ml5cy> (at article.gmane.org)
2008-03-26T17:32:16 <meonkeys> Kim_, I've applied your patch and am running the full test suite. If it works I'll check it in.
2008-03-26T17:32:16 <meonkeys> thanks!!
2008-03-26T17:38:42 *** emilytucker_mifo has quit IRC
2008-03-26T18:28:24 <mifosbot> New news from builds: MIFOS-WT-644 was SUCCESSFUL (with 2712 tests): Updated by Adam Monsen
2008-03-26T18:49:49 *** Kim_ has quit IRC
2008-03-26T20:36:32 <mifosbot> New news from builds: MIFOS-WT-645 was SUCCESSFUL (with 2712 tests): Updated by Kimloan Ho
2008-03-26T21:04:03 *** awalji has quit IRC
2008-03-26T21:50:44 *** Tomb_ has quit IRC
2008-03-26T22:12:41 *** awalji has joined #mifos
2008-03-26T22:44:40 <mifosbot> New news from builds: MIFOS-WT-646 was SUCCESSFUL (with 2712 tests): Updated by Kimloan Ho
