mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 08:50:17 +00:00
test-suite-check-for-salvager-correctly-getting-a-bad-uniquifier-20020117
there are cases where a vnode has a uniq which is different than that in the parent. the salvager should clean it up.
This commit is contained in:
parent
0d2670b92c
commit
4d38e4526f
@ -143,7 +143,8 @@ BOS_TESTS="bosaddhost.pl \
|
||||
bossalvageserver.pl"
|
||||
|
||||
REG_TESTS="fcachesize-write-file \
|
||||
fcachesize-read-file"
|
||||
fcachesize-read-file \
|
||||
baduniq.pl"
|
||||
|
||||
ALL_TESTS="creat1 \
|
||||
mkdir1 \
|
||||
@ -261,7 +262,8 @@ ALL_TESTS="creat1 \
|
||||
bossalvagepart.pl \
|
||||
bossalvageserver.pl \
|
||||
fcachesize-write-file \
|
||||
fcachesize-read-file"
|
||||
fcachesize-read-file \
|
||||
baduniq.pl"
|
||||
|
||||
TESTS="$ALL_TESTS"
|
||||
TEST_MODE="all"
|
||||
|
Loading…
Reference in New Issue
Block a user