[Box Backup-dev] COMMIT r310 - in box/trunk: . lib/common
test/raidfile
Martin Ebourne
boxbackup-dev@fluffy.co.uk
Sun, 08 Jan 2006 21:18:16 +0000
On Sun, 2006-01-08 at 20:58 +0000, Jonathan Morton wrote:
> >>> Fix raidfile intercept tests on 32 bit Linux with large file support.
> >>> Now intercept tests are never disabled.
> >>
> >> Now over 3000 tests fail on Linux/PPC32, instead of "only" 1000+.
> >
> > Cool.
> >
> > Can you post the output?
>
> Here.
Doesn't look anything like the failures I've seen before.
One thing you could try with the intercept tests is edit
test/raidfile/intercept.cpp and edit the following line:
-lseek(int fildes, off_t offset, int whence)
+lseek64(int fildes, off_t offset, int whence)
(line 248). Let me know if it makes any difference or what the output
is. Just run the raidfile test, and run it in debug mode.
Cheers,
Martin.