[Box Backup-dev] Trunk test failures on FreeBSD (5.x/i386)

James O'Gorman boxbackup-dev@fluffy.co.uk
Wed, 15 Feb 2006 10:36:12 +0000


Hi Chris,

On Tue, Feb 14, 2006 at 08:59:33PM +0000, Chris Wilson wrote:
> Hi James,
> 
> >r363 introduced these errors (still present in HEAD):
> >
> >FAILURE: Condition [dir.GetAttributesModTime() == 329483209443598LL]
> >failed at testbackupstore.cpp(1244)
> >FAILURE: Condition [dir.GetAttributes() == attrtest] failed at
> >testbackupstore.cpp(1246)
> >FAILURE: Condition [foundCurrent] failed at testbackupstore.cpp(1322)
> >FAILURE: Condition [foundOld] failed at testbackupstore.cpp(1323)
> 
> Please could you double-check that they are NOT in r362? I can't see 
> anything about the changes between r362 and r363 that could cause these 
> errors.

I'm very confused now. I just tested r361, 362 and 363 by rm -rf the
whole trunk directory and svn up each revision and running ./runtest.pl
backupstore debug.

For r361 I only got the foundCurrent and foundOld errors.
For r362 I only got the dir.GetAttributes* errors.
For r363 I got all 6 errors (including the en->GetName() errors).

Maybe this is a general problem with the way FreeBSD is handling things?
I'm not quite sure how to debug this further.

James