On my laptop, TestStoreFile fails consistently in
testCacheOnWriteEvictOnClose() at this line:
      assertTrue(Bytes.equals(kv1.getBuffer(), kv2.getBuffer()));
where kv1.bytes is 128 bytes long but kv2.bytes is 120 bytes long.

FYI

On Wed, Mar 16, 2011 at 10:32 AM, Stack <[email protected]> wrote:

> I agree.  The third fail seems to do w/ the buffer commit made
> yesterday by Ryan (Ryan?).
>
> The other two don't fail for me locally.  The TestHeapSize test
> failure is probably because of the different architecture Hudson runs
> on (SunOS) -- the HRegion resizing needs looking at (Let me ping
> JGray, he knows how to do this stuff).  The force split failure is
> probably something dumb... Let me try looking.
>
> St.Ack
>
>
>
> On Wed, Mar 16, 2011 at 8:59 AM, Ted Yu <[email protected]> wrote:
> > I noticed that there seems to be 1 more test failing.
> > We should analyze early.
> >
> > Hadoop build has been failing for months. We don't want to go that route.
> >
> > My two cents.
> >
> > On Tue, Mar 15, 2011 at 9:27 PM, Apache Hudson Server <
> > [email protected]> wrote:
> >
> >> See <https://hudson.apache.org/hudson/job/HBase-TRUNK/1788/changes>
> >>
> >> Changes:
> >>
> >> [stack] HBASE-3600 Update our jruby to 1.6.0
> >>
> >> [stack] HBASE-3600 Update our jruby to 1.6.0
> >>
> >> [rawson] HBASE-3613  NPE in MemStoreFlusher
> >>
> >> [stack] Add chapter on building; note on how to do maven deploy
> >>
> >> ------------------------------------------
> >> [...truncated 3129 lines...]
> >>
> >    Running org.apache.hadoop.hbase.regionserver.TestStoreFile
> >    Tests run: 8, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 42.551
> > sec <<< FAILURE!
> >    Running org.apache.hadoop.hbase.client.TestAdmin
> >    Tests run: 18, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
> 539.739
> > sec <<< FAILURE!
> >
>

Reply via email to