Quincey Koziol
80ac4343cd
Align w/minor cleanups in revise_chunks branch.
2016-11-11 23:14:58 -08:00
Quincey Koziol
9504d3f337
Switch to new, more scalable, metadata cache entry tagging.
2016-11-06 23:14:10 -08:00
Quincey Koziol
bb6cb6adb0
Code style and warning cleanups, from revise_chunks branch.
2016-11-06 12:08:19 -08:00
Quincey Koziol
0d12ce44b2
Add cache logging test.
2016-11-03 23:27:10 -07:00
Frank Willmore
b2948d9f97
Merge pull request #100 in HDFFV/hdf5 from ~FRANK.WILLMORE/hdf5:HDFFV-8882-replace-numeric-exit-code-with to develop
...
* commit '526bcc242d03a6fc4fd28d3a0f68cc31f4f2a850':
Changes to be committed: modified: bittests.c modified: cmpd_dset.c modified: dsets.c modified: dt_arith.c modified: dtypes.c modified: extend.c modified: fillval.c modified: filter_fail.c modified: flush1.c modified: gen_cross.c modified: hyperslab.c modified: istore.c modified: links.c modified: links_env.c modified: objcopy.c modified: plugin.c modified: tcheck_version.c modified: unlink.c modified: unregister.c
2016-11-03 16:28:29 -05:00
Quincey Koziol
7ac8215cbf
Merge pull request #123 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to develop
...
* commit 'b2878dec04c120e4e3cdf00e943283e359862c84':
Move cache debugging routines into separate module.
Change file memory type for extending to default, and correct error in backward compatibility for multi VFD.
Warning and whitespace cleanup.
Improvements to the log VFD, for helping with SWMR debugging.
Minor code cleanups.
Uncomment line in test/objcopy.c, clean up whitespace and POSIX call wrapping in tools code.
2016-11-03 16:15:26 -05:00
Quincey Koziol
84787e3085
Uncomment line in test/objcopy.c, clean up whitespace and POSIX call wrapping
...
in tools code.
2016-11-03 08:46:53 -07:00
Dana Robinson
30f5f7d9f9
Removed commented-out lines that clean up test files.
2016-11-03 11:31:02 -04:00
Dana Robinson
c41321a9f7
Added a test for old- and new-style groups under evict-on-close.
2016-10-29 21:12:07 -04:00
Dana Robinson
de3abdf5d7
Evict-on-close now works with groups.
...
test/evict_on_close.c has been updated to generate
groups but does not yet check EoC works correctly.
2016-10-28 15:58:18 -04:00
Frank.Willmore
526bcc242d
Changes to be committed:
...
modified: bittests.c
modified: cmpd_dset.c
modified: dsets.c
modified: dt_arith.c
modified: dtypes.c
modified: extend.c
modified: fillval.c
modified: filter_fail.c
modified: flush1.c
modified: gen_cross.c
modified: hyperslab.c
modified: istore.c
modified: links.c
modified: links_env.c
modified: objcopy.c
modified: plugin.c
modified: tcheck_version.c
modified: unlink.c
modified: unregister.c
Minor fixes to replace numeric exit codes with MACRO declarations. Not all codes found were boolean, and those cases were not changed.
2016-10-25 09:53:44 -05:00
Dana Robinson
5309971949
Fixed Windows dsets.c test failure.
...
A 'static' keyword was removed from an array that needs it on Windows
during a warning removal overhaul. Replacing it fixes the error.
Tested on: 64-bit Windows 7 w/ VS 2015
2016-10-14 15:45:38 -04:00
Dana Robinson
9d4cbecb2f
Revert "Fixed Windows test failures."
...
This reverts commit f1dcda5c8e
.
2016-10-14 15:42:55 -04:00
derobins
f1dcda5c8e
Fixed Windows test failures.
...
Replaced a static keyword that was deleted during a warnings overhaul.
Tested on 64-bit Visual Studio 2015
2016-10-14 15:32:27 -04:00
Dana Robinson
dd47e42313
Changed H5Dcreate to H5Dcreate2 in test/evict_on_close.c
2016-10-01 07:23:57 -04:00
Dana Robinson
77e7c43bf0
Merge branch 'develop' into evict_on_close
2016-09-30 04:31:59 -04:00
Dana Robinson
31b033e214
Added full implementation of EoC cache test.
2016-09-30 04:26:39 -04:00
Dana Robinson
a2fe6f7db9
Added code to create the test file for all chunk index and layout types.
2016-09-30 03:24:44 -04:00
Quincey Koziol
5a78801830
Clean up hardcoded constants and check return values better. (Comments from
...
group code review)
2016-09-29 13:17:55 -07:00
Quincey Koziol
1853868fdc
Description:
...
Cleanups from Dana's review.
Tested on:
MacOSX/64 10.11.5 (amazon) w/C++ & FORTRAN
(h5committest forthcoming)
2016-09-29 11:01:23 -07:00
Dana Robinson
ce11185fbb
Fleshed out evict on close test that inspects cache.
2016-09-29 13:26:32 -04:00
Quincey Koziol
fa66428a6d
Description:
...
Further warning cleanups: from 667 warnings to 503.
2016-09-27 10:29:16 -07:00
Dana Robinson
2638cbbbff
Added the beginnings of a file generator to the test.
2016-09-24 02:54:27 -04:00
Dana Robinson
36fd53f70f
Fixed typo
2016-09-24 02:54:00 -04:00
Dana Robinson
7f817fea7c
Merge branch 'develop' into evict_on_close
2016-09-14 17:02:43 -04:00
Dana Robinson
c1c384878b
Added missing evict on close test file line to test/CMakeLists.txt.
2016-09-14 16:50:29 -04:00
Allen Byrne
9bcb5305db
Add longer timeout to cache tests - test has consistently exceeded
...
default timing.
2016-09-06 10:13:28 -05:00
Vailin Choi
c8af99f530
[svn-r30308] Fix for HDFFV-7991--error when copying dataset with attribute which is a compound datatype consisting of
...
a variable length string.
Tested on mayll, platypus, osx1010test, emu, kituo, kite, quail, moohan, ostrich.
2016-08-19 15:58:16 -05:00
Dana Robinson
c58ca9e28b
[svn-r30306] Updated vfd test to be better about fapls and h5_reset().
...
Prevents the test from segfaulting in other sub-tests
when a previous test fails.
Tested on: 64-bit Ubuntu Linux 16.04 LTS w/ gcc 5.4.0
Autotools serial + direct VFD (vfd test only)
Also tested with a forced error to ensure
that the test no longer segfaults and
confirmed that all test files are cleaned up.
2016-08-19 11:30:05 -05:00
Dana Robinson
6d7ac8aa15
[svn-r30297] Changed FAIL_STACK_ERROR to TEST_ERROR in test/vfd.c.
...
Tested on: 64-bit Ubuntu Linux 16.04 LTS w/ gcc 5.4.0
Autotools serial, vfd test only
2016-08-18 09:20:03 -05:00
Dana Robinson
9f163e69f5
[svn-r30295] Minor whitespace cleanup in h5test.c.
...
Tested on: 64-bit Ubuntu 16.04 LTS w/ gcc 5.4.0
Autotools serial w/ make check-vfd
2016-08-17 13:59:45 -05:00
Quincey Koziol
e10e6721a6
[svn-r30292] Description:
...
Correct failure on older Windows compilers.
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
2016-08-16 09:02:21 -05:00
Quincey Koziol
f40381b0ea
[svn-r30285] Description:
...
More warning cleanups, bringing the build down to 25 unique types of
warnings, with 550 warnings in 122 files (down from 28, 770, and 134).
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
2016-08-13 04:23:53 -05:00
Neil Fortner
7ee176d29b
[svn-r30275] Rework test_mf_bug1 to work with multi and split drivers.
...
Tested: ummon
2016-08-09 16:36:01 -05:00
Neil Fortner
36c595e5ea
[svn-r30268] Remove failure causing code in test/mf.c unintentionally added in r30264.
2016-08-08 15:37:56 -05:00
Neil Fortner
297268f238
[svn-r30264] Fixed an issue that could occur when using H5Pset_alignment where a block could
...
be unaligned, causing an assertion failure.
Tested: koala, ostrich, jelly (h5committest), ummon
2016-08-08 13:46:21 -05:00
Allen Byrne
7e49cb802a
[svn-r30245] remove incorrect copy
2016-08-01 16:44:43 -05:00
Allen Byrne
21cafd9cf4
[svn-r30241] JAVA-1920: new filter for tests.
2016-08-01 13:19:06 -05:00
Allen Byrne
0e99aa203a
[svn-r30240] JAVA-1920: Create a filter plugin test that has a filter which calls a HDF5 function.
2016-08-01 13:17:36 -05:00
Allen Byrne
bac4cf8e92
[svn-r30238] Follow-on to HDFFV-9928: remove unconditional call of time.h type headers. Also remove duplicated includes when h5private.h is used.
2016-08-01 12:38:34 -05:00
Allen Byrne
e55844b752
[svn-r30237] HDFFV-9939: Change cmake commands to reduce POST_BUILD custom commands. Fixes possible overruns on windows command lines.
2016-08-01 12:35:00 -05:00
Dana Robinson
e61ed09aab
[svn-r30228] Changed a few printf calls to HDprintf in file_image.c.
...
Checked the return value of a read() call to clean up a warning.
Tested on: 64-bit Ubuntu Linux 16.04 LTS w/ gcc 5.4.0
Autotools serial, file_image test only
2016-07-29 21:02:10 -05:00
Dana Robinson
faea627254
[svn-r30224] Added HDprintf() macro that uses HDfprintf w/ stdout.
...
Tested on: 64-bit Ubuntu Linux 16.04 LTS w/ gcc 5.4.0
Autotools serial
2016-07-27 11:56:42 -05:00
Quincey Koziol
4af66b09e0
[svn-r30219] Description:
...
More warning cleaups: down to 770 warnings (from ~940) in 134 files (from
148), with 28 unique kinds of warnings (from 31).
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
2016-07-22 17:43:18 -05:00
Quincey Koziol
d3b724f86a
[svn-r30201] Description:
...
Switch test framework to dynamically allocate the testing array, and
expand the length of the description field.
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
2016-07-18 17:36:44 -05:00
Quincey Koziol
bb19817c9f
[svn-r30189] Description:
...
Clean up more warnings: drop the warning count from ~1310 down to ~940,
with only 31 types of warnings in 148 files (down from 38 types in 167 files).
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
2016-07-17 19:18:42 -05:00
Dana Robinson
c8f4641507
[svn-r30184] Converted h5_fileaccess() to H5Pcreate() in the sec2 test.
...
Tested on: 64-bit Ubuntu Linux 16.04 LTS w/ gcc 5.4.0
Autotools serial, vfd test only w/ various VFDs
2016-07-14 08:55:50 -05:00
Dana Robinson
b2c8ac133c
[svn-r30163] Changed a h5_fileaccess() call to H5Pcreate() in the core VFD test.
...
Since it only tests the core VFD, there's no need to get a
VFD-dependent fapl.
Tested on:
64-bit Ubuntu Linux w/ gcc 5.3.1
vfd test w/ all VFDs tested by make check-vfd
2016-07-09 01:43:11 -05:00
Quincey Koziol
ec2fbe0883
[svn-r30158] Description:
...
More warning cleanups. This brings us down to ~1300 warnings in 167 files
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
2016-07-07 13:54:11 -05:00
Vailin Choi
88476380be
[svn-r30151] Fix daily test failures for checkin #30143 for HDFFV-9940.
...
Tested on osx1010test, moohan, emu, kituo.
2016-07-06 18:08:42 -05:00