From 064be7e1f8a1e5eff3430063b0f40608cbf788c7 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Thu, 22 May 2003 17:38:31 -0500 Subject: [svn-r6914] Purpose: Maintenance and bug fixes and test of latest szip library.. Description: Recently Quincey enabled MEDIUM test for istore. That caused daily tests to fail on verbena. It looks like that test creates a pretty big file, and afs write fails. Test passes when run in /tmp. Solution: Disable MEDIUM test and filed bug report to investigate the problem little bit more carefully. Platforms tested: verbena, arabica, arabica-64 (since I also tested newest szip) Misc. update: --- test/istore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/istore.c b/test/istore.c index bb3b9aa..a9075cf 100644 --- a/test/istore.c +++ b/test/istore.c @@ -568,7 +568,7 @@ main(int argc, char *argv[]) /* Parse arguments or assume these tests (`small', `medium' ) */ if (1 == argc) { - size_of_test = TEST_SMALL | TEST_MEDIUM; + size_of_test = TEST_SMALL; } else { int i; for (i = 1, size_of_test = 0; i < argc; i++) { -- cgit v0.12