mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[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:
parent
5a6bfd1ae3
commit
fafa33c06d
13
bin/runtest
13
bin/runtest
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user