uPortal IRC Logs-2012-01-20
[10:13:36 CST(-0600)] <EricDalquist> ok ... I actually think I have event aggregation ready to merge back into master
[10:13:37 CST(-0600)] <EricDalquist> finally
[10:17:20 CST(-0600)] <Arvids> wonderful
[10:17:55 CST(-0600)] <Arvids> btw, while refactoring sitemap portlet, found that it isn't working as excpected
[10:18:05 CST(-0600)] <Arvids> i'll file some JIRA issues on Monday
[10:18:40 CST(-0600)] <Arvids> I wanted to reproduce them on nightly build server, but it seems that it is down
[10:18:47 CST(-0600)] <EricDalquist> yeah
[10:18:55 CST(-0600)] <EricDalquist> hope to have that fixed today too
[10:19:13 CST(-0600)] <Arvids> sweet - it is perfect place to reproduce bugs
[11:38:34 CST(-0600)] <athena> so! event aggregation?
[11:38:48 CST(-0600)] <EricDalquist> yeah
[11:38:54 CST(-0600)] <EricDalquist> doing some final testing on it right now
[11:39:06 CST(-0600)] <EricDalquist> and adding all the stuff into ehcache.xml
[11:39:15 CST(-0600)] <athena> sweet
[11:39:16 CST(-0600)] <EricDalquist> I should have it ready to merge in a few hours
[11:39:22 CST(-0600)] <athena> happy friday!
[11:39:28 CST(-0600)] <EricDalquist> yeah
[11:39:28 CST(-0600)] <EricDalquist>
[14:02:41 CST(-0600)] <EricDalquist> well in my little microbenchmark using wget I was running 70 logins/minute against up403 on my desktop without problem
[14:02:55 CST(-0600)] <EricDalquist> not really any pages views beyond the default tab though
[14:03:42 CST(-0600)] <athena> nice
[14:16:09 CST(-0600)] <EricDalquist> athena just merged in event-aggr
[14:16:13 CST(-0600)] <athena> wooo!
[14:16:18 CST(-0600)] <EricDalquist> there is still work I need to do on the caching stuff
[14:16:18 CST(-0600)] <athena> will try it out, thanks
[14:16:23 CST(-0600)] <EricDalquist> but it should be fine for development
[14:16:25 CST(-0600)] <athena> cool
[14:25:15 CST(-0600)] <athena> looks like a failed test
[14:25:31 CST(-0600)] <athena> [artifact:mvn] Failed tests: testAbandoned(org.jasig.portal.concurrency.locking.JpaClusterLockDaoTest): expected:<2> but was:<1>
[14:25:31 CST(-0600)] <athena> [artifact:mvn] testGetIntervalInfo(org.jasig.portal.events.aggr.IntervalHelperImplTest): expected:<14> but was:<12>
[14:25:31 CST(-0600)] <athena> [artifact:mvn] populateDefaultDateDimensions(org.jasig.portal.events.aggr.PortalEventAggregationManagerImplTest): expe
[14:25:38 CST(-0600)] <athena> want more info or should i just skip it for now?
[14:25:53 CST(-0600)] <EricDalquist> huh
[14:25:57 CST(-0600)] <EricDalquist> that is all passing locally for me
[14:26:03 CST(-0600)] <EricDalquist> I wonder if it is a TZ issue ...
[14:26:12 CST(-0600)] <athena> hm, could be
[14:35:25 CST(-0600)] <EricDalquist> weird ... all the tests pass on bamboo
[14:35:31 CST(-0600)] <EricDalquist> and that runs in central time and prauge time
[14:37:18 CST(-0600)] <athena> huh, weird
[14:37:33 CST(-0600)] <EricDalquist> can you stick the failed test files in gist?
[14:37:43 CST(-0600)] <athena> yeah - will have to run another build though
[14:37:49 CST(-0600)] <EricDalquist> when you get a chance
[14:37:53 CST(-0600)] <athena> running right now w/ tests off so i can get the portal back up for dev
[14:37:56 CST(-0600)] <athena> yep
[14:49:59 CST(-0600)] <athena> https://gist.github.com/1649492
[14:56:58 CST(-0600)] <EricDalquist> heh yeah that is a TZ issue I think :/
[14:57:08 CST(-0600)] <athena> stupid evil time zones.
[14:57:23 CST(-0600)] <EricDalquist> yup
[14:57:33 CST(-0600)] <EricDalquist> I wonder if prauge is just 12 hours exactly off cst?
[14:57:44 CST(-0600)] <athena> hmm.
[14:57:53 CST(-0600)] <athena> think moscow is 12 hours from here or so
[14:57:57 CST(-0600)] <athena> so maybe plausible
[14:58:24 CST(-0600)] <athena> 10PM there now
[14:58:34 CST(-0600)] <EricDalquist> hrm
[14:58:35 CST(-0600)] <EricDalquist> so no
[14:58:37 CST(-0600)] <EricDalquist> weird
[14:58:54 CST(-0600)] <athena> yeah looks like they're only an hour off GMT
[14:59:51 CST(-0600)] <EricDalquist> oh well
[14:59:56 CST(-0600)] <EricDalquist> hopefully its easy to fix
[15:00:11 CST(-0600)] <EricDalquist> I'm just setting the TZ to UTC for my fake "now" date
[15:00:15 CST(-0600)] <athena>
[15:00:26 CST(-0600)] <EricDalquist> I'm assuming that is the issue
[15:00:35 CST(-0600)] <EricDalquist> several tests I do stuff like: DateTime(1325881376117l);
[15:00:43 CST(-0600)] <EricDalquist> and I'm guessing that is just grabbing the current TZ
[15:00:50 CST(-0600)] <athena> ah, probably
[15:00:51 CST(-0600)] <EricDalquist> which means that isn't the same "time" everywhere
[15:07:39 CST(-0600)] <EricDalquist> athena I just pushed fixes for both tests
[15:07:46 CST(-0600)] <athena> cool, thanks
[15:07:49 CST(-0600)] * EricDalquist crosses fingers that they will actually fix the problem
[15:07:55 CST(-0600)] <athena> yeah i'll test it out
[15:12:16 CST(-0600)] <athena> fixed on
[15:12:18 CST(-0600)] <athena> er, one.
[15:12:45 CST(-0600)] <athena> portalevenaggregationmanagerimpltest still has the assertion error
[15:23:56 CST(-0600)] <EricDalquist> I hate timezones
[15:25:11 CST(-0600)] <athena> no kidding.
[15:38:46 CST(-0600)] <EricDalquist> ok athena ... another try is out there
[15:40:04 CST(-0600)] <athena> ok
[15:51:51 CST(-0600)] <EricDalquist> ok fix is actually there now
[15:51:56 CST(-0600)] <EricDalquist> I had pushed it to my repo before
[15:51:58 CST(-0600)] <athena> ah
[15:52:43 CST(-0600)] <EricDalquist> ok, time to head home
[15:52:48 CST(-0600)] <EricDalquist> hopefully that fixes things for your test