Ward Fisher
3e5124996e
Merged https://github.com/Unidata/netcdf-c/pull/319 to resolve some recently arisen conflicts, in preparation for larger merge.
2017-02-01 13:27:29 -07:00
Ward Fisher
8a2e722373
Corrected a failure in tst_fill_attr_vanish.c seen under Visual Studio 11
2017-01-11 12:36:30 -07:00
Wei-keng Liao
ab73a57fca
Merge branch 'master' into issue258
2016-11-25 10:49:03 -06:00
Ward Fisher
b4785f4081
Housekeeping on large file tests.
2016-11-18 15:48:58 -07:00
Wei-keng Liao
04e5ff4c74
sync with master branch
2016-10-28 11:54:25 -05:00
Ward Fisher
eb5be645ea
Added missing err_macros.h to tst_parallel.c
2016-10-25 12:00:39 -06:00
Ward Fisher
174aa62d75
Added missing err_macros.h to tst_parallel4.c
2016-10-25 11:59:27 -06:00
Ward Fisher
d8c04ead27
Added missing err_macros.h to tst_nc4perf.c
2016-10-25 11:58:24 -06:00
Ward Fisher
c9ca03deee
Added missing err_macros.h to tst_parallel3.c
2016-10-25 11:57:22 -06:00
Ward Fisher
414ef40ca1
Added missing err_macros.h to tst_mode.c
2016-10-25 11:56:25 -06:00
Ward Fisher
938b27bd84
Added missing err_macros.h to tst_mpi_parallel.c
2016-10-25 11:54:25 -06:00
Ward Fisher
4feadbfd22
Additional updates in support of https://github.com/Unidata/netcdf-c/issues/321
2016-10-24 17:16:58 -06:00
Ward Fisher
be9eeb1c96
Corrected missing include in a couple of hdf4 tests.
2016-10-21 13:55:49 -06:00
Ward Fisher
873b9e9557
Removed an old benchmark test for which the source data appears to be long gone.
2016-10-21 19:48:14 +00:00
Ward Fisher
dd557c1919
Updated an old benchmark script and ref files to accomodate updated metadata reported by ncdump.
2016-10-21 19:42:14 +00:00
Ward Fisher
1c11fc5d59
More refactoring, pushing to avoid accidental loss.
2016-10-21 19:24:40 +00:00
Ward Fisher
157af11bc2
Refactoring tests to separate out error macros from tests, in support of fixing http://github.com/Unidata/netcdf-c/issues/321
2016-10-21 17:17:39 +00:00
Wei-keng Liao
dd19b27b44
handle special case when calling _uchar APIs to access NC_BYTE attributes/variables in CDF-2 file format
2016-10-06 00:48:01 -05:00
Ward Fisher
c179cf0c5f
Updated cmakelists.txt for the final test failure.
2016-08-31 15:53:34 -06:00
Ward Fisher
486f69522c
Merged utility-based tests fix into cmake-based builds.
2016-08-31 15:48:10 -06:00
Ward Fisher
b2e4b74e3a
Restricted tests from running when they require the utilities but the utilities were not built, in autoconf-based tests. See https://github.com/Unidata/netcdf-c/issues/313 for more information.
2016-08-31 15:38:59 -06:00
tbeu
eae6d75d47
Test all three files for compatibility
2016-07-18 22:18:42 +02:00
Ward Fisher
2fe943d32e
Wiring in test contributed by Greg Sjaardema in support of https://github.com/Unidata/netcdf-c/issues/282
2016-07-12 16:58:49 -06:00
Ward Fisher
5452f7f1ab
Added new test to autoconf-based builds and make dist, in support of https://github.com/Unidata/netcdf-c/issues/281
2016-06-30 12:11:05 -06:00
Ward Fisher
46c63344f7
Added comments where needed.
2016-06-14 10:47:24 -06:00
Ward Fisher
1ebb104f74
Tentatively fixed https://github.com/Unidata/netcdf-c/issues/239 but the test needs to be extended.
2016-06-10 17:03:08 -06:00
Ward Fisher
f248ef7714
Merge branch 'master' into gh239
2016-06-10 13:16:10 -06:00
Ward Fisher
b2b8499f53
Got distcheck working, corrected some parallel test logic in cmakelists.
2016-06-09 13:21:28 -06:00
Ward Fisher
ea2e9959f5
Corrected a typo.
2016-06-09 13:08:18 -06:00
Ward Fisher
54b57d0e60
Gave the modified test a unique test file name.
2016-06-09 11:28:03 -06:00
Ward Fisher
2610b58a5d
Corrected a typo.
2016-06-09 11:26:06 -06:00
Ward Fisher
10061af1b9
Wiring in parallel test.
2016-06-09 11:23:14 -06:00
Ward Fisher
d3b6512606
Fleshing out test, we now have it failing as one would expect.
2016-06-06 22:10:10 +00:00
Ward Fisher
aae3526b75
Fleshing out the test.
2016-06-06 21:44:38 +00:00
Ward Fisher
0dae521f13
Trying to sort out what's going on with the test.
2016-06-06 15:08:20 -06:00
Ward Fisher
dc1a9c34d8
Added a document to catalog what the various tests are.
2016-06-06 14:51:57 -06:00
Ward Fisher
305f5b352d
Corrected an issue with running the hdf4 test.
2016-06-02 14:34:13 -06:00
Ward Fisher
f19749425f
Wired hdf4 per-variable test into autoconf.
2016-06-02 14:22:42 -06:00
Ward Fisher
2d0de087fa
Fleshed out test script, wired into cmakelists.txt
2016-06-02 14:19:36 -06:00
Ward Fisher
ab43f75416
added blank file for testing that hdf4 file can be read a var at a time.
2016-06-02 14:09:35 -06:00
Dennis Heimbigner
835511eaeb
HDF5 is generating unnecessary error messages when netcdf4 logging is enabled
...
re: github netcdf-c issue #271
This occurs for several reasons, including:
1. using H5Aopen_name instead of H5Aexists to test if attribute exists.
2. using H5Eset_auto instead of H5Eset_auto2.
There are probably others that will have to be extinguished as encountered.
p.s Hope I did not overdo this and kill too much.
2016-05-27 10:08:01 -06:00
Dennis Heimbigner
22a343292a
Fix cmake build:
2016-05-24 20:26:09 -06:00
Dennis Heimbigner
c8572f0bee
set tst_misc.sh executable
2016-05-24 19:37:21 -06:00
Dennis Heimbigner
8c1f8f57ee
re: https://github.com/Unidata/netcdf-c/issues/269
...
The hash field for phony dimensions was not being set
(in nc4hdf.c). Also added test case (nc_test4/?).
Note that I searched for other similar failures and
did not find any, but I may have missed them.
2016-05-24 19:37:21 -06:00
Dennis Heimbigner
11a259ad86
Add provenance info for netcdf-4 files.
...
This consists of a persistent attribute named
_NCProperties plus two computed attributes
_IsNetcdf4 and _SuperblockVersion.
See the 'Provenance Attributes' section
of docs/attribute_conventions.md for details.
2016-05-07 14:32:07 -06:00
Ward Fisher
580b4aabe1
Integrated one-line pull request https://github.com/Unidata/netcdf-c/pull/249
2016-04-12 09:30:22 -06:00
Ward Fisher
4b2c9f29dd
Wired in test for https://github.com/Unidata/netcdf-c/issues/250 for autotool based builds.
2016-04-08 15:53:17 -06:00
Ward Fisher
493a6e5d62
Found pre-existing call to H5Pset_libver_bounds, modified it so that the generated files would be created without the 1.10 specific things.
2016-04-08 21:36:08 +00:00
Ward Fisher
46b534d060
Roughed in test for checking that a netcdf installation can read specific files written by a netCDF4 library built against libhdf5 1.10.0
2016-04-08 20:58:20 +00:00
Ward Fisher
a75cb302df
Removed an error in nc_test4/Makefile.am
2016-02-19 11:06:56 -07:00