Commit Graph

16122 Commits

Author SHA1 Message Date
Allen Byrne
21d48c1d1f Fix Windows static only cache test checking 2017-01-31 09:26:44 -06:00
Quincey Koziol
ec941a8643 Merge pull request #273 in HDFFV/hdf5 from develop_merge_cache_image_07 to develop
* commit '8ffa26c49c68ca8e7a2fef62bd29c1f23395207c':
  Update sanity checks for dataset refresh code.
2017-01-30 23:13:51 -06:00
Quincey Koziol
8ffa26c49c Update sanity checks for dataset refresh code. 2017-01-30 20:32:45 -08:00
Quincey Koziol
2d98fd0078 Merge pull request #272 in HDFFV/hdf5 from develop_merge_cache_image_06 to develop
* commit 'a9808853d52b368f9ab7336a261c0555f22526f1':
  Add missing files
  Cache image feature and testing
  Bring change to use array of metadata cache entry classes for H5C_create instead of array of class names from cache image branch.
  Switch list lengths to unsigned integers (to align better w/cache image merge)
2017-01-30 10:56:22 -06:00
Quincey Koziol
a9808853d5 Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into develop_merge_cache_image_06 2017-01-28 23:27:08 -08:00
Quincey Koziol
3ad18072eb Add missing files 2017-01-28 23:21:22 -08:00
Quincey Koziol
1949d5756d Cache image feature and testing 2017-01-28 23:19:37 -08:00
Quincey Koziol
5a776edb81 Bring change to use array of metadata cache entry classes for H5C_create
instead of array of class names from cache image branch.
2017-01-27 23:18:47 -08:00
Dana Robinson
b118b45d7d Merge pull request #269 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop
* commit '081955fdd17f546e005238fd2ceae0526399e805':
  Additional minor changes from revise_chunks->develop.
  Moved remaining SWMR-related test files to develop.
2017-01-27 23:29:34 -06:00
Quincey Koziol
349f41d974 Switch list lengths to unsigned integers (to align better w/cache image merge) 2017-01-27 20:35:14 -08:00
Dana Robinson
081955fdd1 Additional minor changes from revise_chunks->develop. 2017-01-27 16:46:09 -05:00
Allen Byrne
eb8ada9564 Merge pull request #268 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'fefbcd3cb604f5942768d222124fc100394888d5':
  HDFFV-10120 Tools test fail when zlib is disabled
2017-01-26 15:28:23 -06:00
Dana Robinson
2cac1c0637 Moved remaining SWMR-related test files to develop. 2017-01-26 14:34:12 -05:00
Allen Byrne
fefbcd3cb6 HDFFV-10120 Tools test fail when zlib is disabled 2017-01-26 11:59:34 -06:00
Allen Byrne
768636dbd7 Merge pull request #264 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'c4c1ce8cc32aa9428dfb8a0d73bb4bffb7ae682d':
  HDFFV-10046 Fix windows parse error
  Disable SHARED cache test on windows
2017-01-26 11:12:02 -06:00
Allen Byrne
c4c1ce8cc3 Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '05ea6be738343a94f7e2871920b27c0fb4435bc5':
  Commit Vailin's fix for the h5format_convert test failure. DAILYTEST-256 #2.
2017-01-26 10:05:34 -06:00
Larry Knox
05ea6be738 Merge pull request #265 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit '2d889608946c0e8a91bd38162ceeaf1166779921':
  Commit Vailin's fix for the h5format_convert test failure. DAILYTEST-256 #2.
2017-01-25 23:02:44 -06:00
lrknox
2d88960894 Commit Vailin's fix for the h5format_convert test failure.
DAILYTEST-256 #2.

Tested on emu, kituo, mayll, ostrich, and osx1011dev with previously failing test configurations.
2017-01-25 21:42:20 -06:00
Allen Byrne
d627cd29bd HDFFV-10046 Fix windows parse error 2017-01-24 16:41:45 -06:00
Allen Byrne
6b9a7cece4 Disable SHARED cache test on windows 2017-01-24 09:28:11 -06:00
Allen Byrne
a43ad4b9a4 Merge pull request #260 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'da08f71ea1ededdf0ff152dbd823bc2eb7cd36d8':
  HDFFV-10112 correct form of comments
2017-01-23 10:18:43 -06:00
Allen Byrne
da08f71ea1 HDFFV-10112 correct form of comments 2017-01-23 08:49:54 -06:00
Larry Knox
f5389fb6e9 Merge pull request #257 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '7e73366e912920eb374a404653cd7ad026c63970':
  HDFFV-10118 fix data
  HDFFV-10118 change h5ls to not display extra info
  HDFFV-10118 fixed plugin tests for tools
2017-01-20 22:54:11 -06:00
Allen Byrne
7e73366e91 HDFFV-10118 fix data 2017-01-20 16:40:40 -06:00
Allen Byrne
eb42e42ea4 HDFFV-10118 change h5ls to not display extra info 2017-01-20 15:53:45 -06:00
Allen Byrne
c3463d800d HDFFV-10118 fixed plugin tests for tools 2017-01-20 14:23:41 -06:00
Allen Byrne
95242bbd5c Merge pull request #253 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'e4b314c47c1c50b326c5f72254a662c284a26b97':
  Fix indentation
  Fix script varnames
  Chnage test dir to avoid parallel test collisions
  Add autotools version of plugin tests for UD filters
  HDFFV-9994 add h5ls reference file to copy
  HDFFV-9994 - correct reference file
  HDFFV-9994 add UD tests for tools
  Add goto error for dataset read failure. Fixed comments
2017-01-18 12:51:56 -06:00
Allen Byrne
e4b314c47c Fix indentation 2017-01-18 11:10:56 -06:00
Allen Byrne
a8e9126054 Fix script varnames 2017-01-18 09:46:50 -06:00
Allen Byrne
ee4c57cc08 Chnage test dir to avoid parallel test collisions 2017-01-18 08:51:32 -06:00
Allen Byrne
a8e4f6426e Add autotools version of plugin tests for UD filters 2017-01-17 17:11:27 -06:00
Allen Byrne
7d7a66ac82 HDFFV-9994 add h5ls reference file to copy 2017-01-17 14:18:06 -06:00
Allen Byrne
d8dfb7e63a HDFFV-9994 - correct reference file 2017-01-17 14:12:01 -06:00
Allen Byrne
406db26f51 HDFFV-9994 add UD tests for tools 2017-01-17 13:46:11 -06:00
Allen Byrne
be260bbf75 Add goto error for dataset read failure. Fixed comments 2017-01-17 09:55:15 -06:00
Allen Byrne
509b6c24a7 Merge pull request #251 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '110073450f84fb373a6f28579cdc5751c3eca3b0':
  Add unused -parameters to developer group.
  Add addition hint info about option
  Correct variable name
  Missing file remove added to test
  Update developer flags to account for gcc version
  Move Windows level 4 warnings to developer option
  Fix test output file name
  Changed severity of message state
  Remove duplicate command
  CMake command cleanup
  HDFFV-10094: upgrade cmake command conventions Also converted tests to use macros
  Update cmake min version and cmake command convention
2017-01-13 14:45:30 -06:00
Allen Byrne
110073450f Add unused -parameters to developer group. 2017-01-13 13:55:24 -06:00
Allen Byrne
8ad55c1775 Add addition hint info about option 2017-01-13 13:00:44 -06:00
Allen Byrne
556ff06975 Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit 'bd85e57904f1f943774bb99ea5e8b0d074db0edb':
  tools/test/h5diff/testh5diff.sh.in:          Add code to delete copies of test .h5 files copied from          tools/testfiles/vds to tools/test/h5diff/testfiles when running          "make check" for an in-source build.
2017-01-13 10:57:26 -06:00
Larry Knox
bd85e57904 Merge pull request #250 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit '8452976de5d770adcf3892b25c8480042170fccd':
  tools/test/h5diff/testh5diff.sh.in:          Add code to delete copies of test .h5 files copied from          tools/testfiles/vds to tools/test/h5diff/testfiles when running          "make check" for an in-source build.
2017-01-13 10:33:50 -06:00
lrknox
8452976de5 tools/test/h5diff/testh5diff.sh.in:
Add code to delete copies of test .h5 files copied from
         tools/testfiles/vds to tools/test/h5diff/testfiles when running
         "make check" for an in-source build.

    tools/test/misc/testh5repart.sh.in:
         Change the name of the temporary test directory from "testfiles"
         which is also used for 2 h5mkgrp test files under source control to
         "testrepart" to avoid deleting source controlled files when running
         "make check" in the source directory.

    Fix test scripts that remove source-controlled files during "make check" when run in-source.
    Fix test scripts that don't remove test files because they add files to test directories but don't remove them if the build directories are the same as the source directory.

    Fix any test source file or Makefile.am files for tests that leave data files are removed by neither "make check" nor "make distclean".
2017-01-12 22:20:11 -06:00
Allen Byrne
0f10dedc6e Correct variable name 2017-01-12 17:09:56 -06:00
Allen Byrne
1d5eb0956e Missing file remove added to test 2017-01-12 15:59:00 -06:00
Allen Byrne
6616131ce2 Update developer flags to account for gcc version 2017-01-12 14:00:50 -06:00
Allen Byrne
f72c95209c Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '089afc48561ba8838d6a515c6b00fc6f7032ca13':
  Updated the developer flags so that they respect gcc versions.
  Description:     Added data files from the packet table vlen tests to the     CHECK_CLEANFILES list. Platforms tested:     Linux/64 (jelly)
2017-01-12 13:40:34 -06:00
Binh-Minh Ribler
089afc4856 Merge pull request #247 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp:develop to develop
Delete data files in cleaning.

* commit 'afd5bf4b913951169406764a70880529bf7f6620':
  Description:     Added data files from the packet table vlen tests to the     CHECK_CLEANFILES list. Platforms tested:     Linux/64 (jelly)
2017-01-12 13:17:46 -06:00
Dana Robinson
798613a01c Merge pull request #248 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:dev_warnings01 to develop
* commit '06570cd167f18141bc33473e178ce5acfe018255':
  Updated the developer flags so that they respect gcc versions.
2017-01-12 13:07:25 -06:00
Allen Byrne
5d09c3d28d Move Windows level 4 warnings to developer option 2017-01-12 12:41:50 -06:00
Dana Robinson
06570cd167 Updated the developer flags so that they respect gcc versions. 2017-01-12 12:40:28 -06:00
Allen Byrne
cdd4df5127 Fix test output file name 2017-01-12 12:24:10 -06:00