diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2003-05-22 22:38:31 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2003-05-22 22:38:31 (GMT) |
commit | 064be7e1f8a1e5eff3430063b0f40608cbf788c7 (patch) | |
tree | 2a458b2cc04500bb9a02296afffd5526287c32d4 /test/istore.c | |
parent | e9e6cf0c2bc09bddf285b61416e81577c0300664 (diff) | |
download | hdf5-064be7e1f8a1e5eff3430063b0f40608cbf788c7.zip hdf5-064be7e1f8a1e5eff3430063b0f40608cbf788c7.tar.gz hdf5-064be7e1f8a1e5eff3430063b0f40608cbf788c7.tar.bz2 |
[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:
Diffstat (limited to 'test/istore.c')
-rw-r--r-- | test/istore.c | 2 |
1 files changed, 1 insertions, 1 deletions
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++) { |