[13:11:25 CDT(-0500)] <drewwills> Are you there EricDalquist? I've done some research on the aggr test failures
[13:11:32 CDT(-0500)] <EricDalquist> hi
[13:11:34 CDT(-0500)] <EricDalquist> whats up?
[13:11:50 CDT(-0500)] <drewwills> I've made some observations, but not sure I know it intimately enough to choose a path
[13:11:58 CDT(-0500)] <EricDalquist> ok
[13:12:12 CDT(-0500)] <drewwills> it does seem to be related to timezone shift of some ilk
[13:12:31 CDT(-0500)] <drewwills> i'm getting "java.lang.AssertionError: expected:<158> but was:<0>"
[13:12:38 CDT(-0500)] <drewwills> so no hits
[13:12:56 CDT(-0500)] <EricDalquist> right
[13:13:12 CDT(-0500)] <drewwills> but if I change: final DateTime queryEnd = queryStart.plusDays(1).minusSeconds(1); >>>> final DateTime queryEnd = queryStart.plusDays(2).minusSeconds(1);
[13:13:28 CDT(-0500)] <drewwills> (thereby extending the query by 24 hrs)