[Box Backup-dev] RC3 test failures on SLES9 ppc64

Martin Ebourne boxbackup-dev@fluffy.co.uk
Mon, 20 Feb 2006 00:00:44 +0000


On Sat, 2006-02-18 at 14:03 +0000, Chris Wilson wrote:
> Hi all,
> 
> Debug tests failing on SuSE Linux Enterprise Server 9, ppc64:
> 
> gcc@openpower-linux1(gcc)$ cat /etc/issue
> Welcome to SUSE LINUX Enterprise Server 9 (ppc) - Kernel \r (\l).
> 
> gcc@openpower-linux1(gcc)$ uname -a
> Linux openpower-linux1 2.6.5-7.97-pseries64 #1 SMP Fri Jul 2 14:21:59 UTC
> 2004 ppc64 ppc64 ppc64 GNU/Linux
> 
> common: PASSED
> crypto: PASSED
> compress: PASSED
> basicserver: PASSED
> raidfile: FAILED: 6 tests failed

The first failure is like so:

Exception thrown: RaidFileException(FileIsDamagedNotRecoverable) at RaidFileRead.cpp(1420)
FAILURE: Condition [list_matches(names, file_list1)] failed at testraidfile.cpp(840)

Looks very likely that the failure is due to the raidfile store being
corrupted. This sounds pretty serious and I think the only thing there
is going to be get in and debug it.

> backupstore: PASSED
> backupstorefix: FAILED: 12 tests failed
> backupstorepatch: PASSED
> backupdiff: PASSED
> bbackupd: FAILED: 23 tests failed

I'm not sure, but I'd guess at the raidfile failure being a possible
root cause of these other two tests. In particular the bbackupd one
seems to demonstrate that the store just doesn't work at all.

Cheers,

Martin.