From fafa33c06dbf4f32ebc2b6d6b1e0f281a40d8fa2 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 24 Jun 2003 09:25:59 -0500 Subject: [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: --- bin/runtest | 13 ------------- 1 file changed, 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 -- cgit v0.12