[svn-r7089] Purpose:

bug fixes

Description:
The "fs flush" actually discards the local caches information,
NOT pushing the local file out to the servers.  It does not
help the AFS problems we had but probably made it worse by
creating more demands on the servers.

Solution:
Removed the FLUSH_FILES code.

Platforms tested:
Can't be tested by h5committest and I am pretty sure the
change is safe.

Misc. update:
This commit is contained in:
Albert Cheng 2003-06-24 09:25:59 -05:00
parent 5a6bfd1ae3
commit fafa33c06d

View File

@ -444,17 +444,6 @@ SNAPTEST_CONFIG()
}
# Flush the AFS files if applicable.
# Hopefully the flushing is done when the tests of this
# host are done rather than when the launching site try
# to pull them in at the same time. This way, the afs
# server updates are spread out.
FLUSH_FILES()
{
/usr/afsws/bin/fs flush $SNAPYARD
}
# Show usage page
USAGE()
{
@ -751,8 +740,6 @@ done
# dec n_test to show the actual number of tests ran.
n_test=`expr $n_test - 1`
FLUSH_FILES
PRINT_TRAILER
# disable trailer summary printing since all trailers have been