[OpenAFS-devel] make check failures when built on afs
Troy Benjegerdes
hozer@hozed.org
Thu, 20 Sep 2012 01:42:31 -0500
So here's a fun excercise:
build the latest master on a local filesystem, run make check, get
something like this;
Failed Set Fail/Total (%) Skip Stat Failing Tests
-------------------------- -------------- ---- ---- ------------------------
auth/superuser 3/63 5% 0 0 39-41
volser/vos 4/6 67% 0 0 3-6
Now, take the same code, and build it on an openafs filesystem:
Failed Set Fail/Total (%) Skip Stat Failing Tests
-------------------------- -------------- ---- ---- ------------------------
auth/superuser 3/63 5% 0 0 39-41
volser/vos-man 15/39 38% 0 15 25-39
volser/vos 4/6 67% 0 0 3-6
bucoord/backup-man 32/32 100% 0 32 1-32
kauth/kas-man 16/16 100% 0 16 1-16
Someone please tell me there's a good reason for this.