diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-06-24 14:25:59 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-06-24 14:25:59 (GMT) |
commit | fafa33c06dbf4f32ebc2b6d6b1e0f281a40d8fa2 (patch) | |
tree | 1701364e9944bf6da4115484424aa4f4798a4624 /bin | |
parent | 5a6bfd1ae36f2ff2236b84d3c714b2786840d595 (diff) | |
download | hdf5-fafa33c06dbf4f32ebc2b6d6b1e0f281a40d8fa2.zip hdf5-fafa33c06dbf4f32ebc2b6d6b1e0f281a40d8fa2.tar.gz hdf5-fafa33c06dbf4f32ebc2b6d6b1e0f281a40d8fa2.tar.bz2 |
[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:
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/runtest | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/bin/runtest b/bin/runtest index 6194348..39b89c2 100755 --- a/bin/runtest +++ b/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 |