Misty's deltafile-test failure looks like a bug in FileBlockManager where Abort() isn't removing an in-progress block. I can repro on Linux if I use this block manager. Since this isn't recommended for production use, I dont think this failing test case is a big deal.
-Todd On Fri, Jun 3, 2016 at 6:23 PM, Misty Stanley-Jones < [email protected]> wrote: > I'll talk to myself and paste more relevant info about the test failure in > my previous email: > > [ RUN ] TestDeltaFile.TestEmptyFileIsAborted > I0603 10:12:40.082170 2115547136 fs_manager.cc:345] Generated new instance > metadata in path /tmp/test/instance: > uuid: "566809d53e70414aac14dad13677795e" > format_stamp: "Formatted at 2016-06-03 17:12:40 on cheezel.local" > I0603 10:12:40.087999 2115547136 fs_manager.cc:242] Opened local > filesystem: /tmp/test > uuid: "566809d53e70414aac14dad13677795e" > format_stamp: "Formatted at 2016-06-03 17:12:40 on cheezel.local" > > /Users/misty/kudu_rc/apache-kudu-incubating-0.9.0/src/kudu/tablet/deltafile-test.cc:384: > Failure > Value of: s.IsNotFound() > Actual: false > Expected: true > OK > > On Fri, Jun 3, 2016 at 10:16 AM, Misty Stanley-Jones < > [email protected]> wrote: > > > +1 > > > > Built on OSX, no problems. > > Several tests failed when I ran make test, but I got all of them but > > deltafile-test to pass when run individually. I think the failures > during make > > test are a known OSX issue. Here is the failure for deltafile-test: > > > > [ FAILED ] TestDeltaFile.TestEmptyFileIsAborted (11 ms) > > [----------] 8 tests from TestDeltaFile (697 ms total) > > > > [----------] Global test environment tear-down > > [==========] 8 tests from 1 test case ran. (697 ms total) > > [ PASSED ] 7 tests. > > [ FAILED ] 1 test, listed below: > > [ FAILED ] TestDeltaFile.TestEmptyFileIsAborted > > > > On Wed, Jun 1, 2016 at 7:09 PM, Jean-Daniel Cryans <[email protected]> > > wrote: > > > >> Hi, > >> > >> We're happy to announce the first release candidate for Apache Kudu > >> (incubating) 0.9.0. > >> > >> We are doing time-based releases leading up to 1.0.0 towards the end of > >> the > >> summer, with one 0.x.0 release every two months. > >> > >> The is a source-only release. The artifacts were staged here: > >> https://dist.apache.org/repos/dist/dev/incubator/kudu/0.9.0-RC1/ > >> > >> It was built from this tag: > >> > >> > https://git-wip-us.apache.org/repos/asf?p=incubator-kudu.git;a=commit;h=5f2bf643d8ce3d042aa3903543a92841077a6874 > >> > >> The release notes can be found here (some links will only work when this > >> version is released): > >> > >> > https://github.com/apache/incubator-kudu/blob/master/docs/release_notes.adoc#rn_0.9.0 > >> > >> KEYS file: > >> http://www.apache.org/dist/incubator/kudu/KEYS > >> > >> I'd suggest going through the README, building Kudu, and running the > unit > >> tests. > >> > >> Please try the release and vote; vote will be open for at least 72 > hours. > >> > >> Thanks, > >> > >> J-D > >> > > > > > -- Todd Lipcon Software Engineer, Cloudera
