mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-24 17:51:25 +08:00
[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:
This commit is contained in:
parent
e9e6cf0c2b
commit
064be7e1f8
@ -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++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user