OK indeed I can repro the bug if I force the test to use SimpleFSDir!!! Yuck. This copyBytes opto is deadly.
I'll fix the test to use newDirectory(random)... Mike On Wed, Sep 8, 2010 at 9:31 AM, Robert Muir <[email protected]> wrote: > > > On Wed, Sep 8, 2010 at 5:27 AM, Michael McCandless > <[email protected]> wrote: >> >> This looks nasty!! >> >> But I can't repro :( I've got it running in a while(true) loop... which >> JRE? >> > > OK, I think i figured something out here. > I noticed the test uses hardcoded FSDirectory.open() [not newDirectory] > If i change it (on my windows machine), to use NIOFS, the test always > passes! > can you try my steps as before, but additionally change it to use SimpleFS? > > -- > Robert Muir > [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
