summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-10143 Cleanup due to commentsAllen Byrne2017-03-301-7/+7
|
* HDFFV-10143 remove debugging outputAllen Byrne2017-03-301-6/+0
|
* HDFFV-10143 change h5PLget to use buffer like H5Iget_nameAllen Byrne2017-03-301-12/+41
|
* HDFFV-10143 change put to replace and add constAllen Byrne2017-03-301-1/+1
|
* HDFFV-10143 Fix initial issues from reviewAllen Byrne2017-03-301-60/+92
|
* HDFFV-10143 add APIs to manipulate plugin path tableAllen Byrne2017-03-281-215/+407
|
* Run all scripts using signal files between processes in their own ↵lrknox2017-03-224-6/+83
| | | | directories to avoid accidental deletion of the signal files.
* Run swmr tests in their own subdirectory of test to avoid signallrknox2017-03-171-0/+23
| | | | file deletion by other tests.
* output_filter.sh:lrknox2017-03-151-5/+22
| | | | | | | | | | | | | | | | | | | | Comment added to address HDFFV-8270. The sample ontput in the file's comments are not up-to-date with the scripts in the file that remove output unique to certain systems when running test scripts. This output doesn't match expected output files for the tests, causing them to fail. Ther output_filter.sh file removes such output. Currently we don't have access to these systems to update the comments. testflushrefresh.sh.in: flushrefresh and other SWMR tests have been failing occasionally but regularly since bringing them to the develop branch. The logs and debugging point to unexpected deletion of signal files as the point of failure, and John Mainzer suggests that two such tests running simultaneously in the same directory may lead to the operating system deleting the other test's signal file. Running the flushrefresh test in its own directory seems to solve the problem.
* Correct double sourcedir name on copied datafiles.Quincey Koziol2017-03-151-6/+2
|
* Final merge of page buffering branch to developQuincey Koziol2017-03-1443-3068/+8414
|
* Bring changes to I/O parameters from page_buffering branch.Quincey Koziol2017-03-131-28/+31
|
* Merge in reentrency changes to "make space in cache" from page_buffering branch.Quincey Koziol2017-03-132-51/+695
|
* Minor cleanups and bring over "prefetched dirty" fixes for entries loaded fromQuincey Koziol2017-03-123-3/+61
| | | | a cache image.
* Fix alignmentAllen Byrne2017-03-081-9/+9
|
* Fix vds testsAllen Byrne2017-03-071-9/+28
| | | | java wrong call vds test - missing checks and if content
* Merge pull request #321 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-03-022-10/+10
|\ | | | | | | | | | | | | | | * commit 'f4dd30f41ccee7bcd97fba065573c5201cbcc743': Update CMake formatting Update CMake files and formatting HDFFV-10120 verify nozlib checking with tools tests cmake non-code typo
| * Update CMake files and formattingAllen Byrne2017-03-012-9/+9
| |
| * cmake non-code typoAllen Byrne2017-03-011-1/+1
| |
* | Merge pull request #319 in HDFFV/hdf5 from merge_page_buffering_07 to developQuincey Koziol2017-03-029-125/+23
|\ \ | | | | | | | | | | | | * commit '5df52404bc6f6323ebf064b3d82b8e683de96eba': Misc. small cleanups to sync against incoming page buffering changes.
| * | Misc. small cleanups to sync against incoming page buffering changes.Quincey Koziol2017-03-029-125/+23
| |/
* | Added "flush" and "refresh" to testflushrefresh.sh error output soDana Robinson2017-03-021-2/+2
|/ | | | it's easier to see where errors in the script occur.
* Correct issues from pull request reviews.Quincey Koziol2017-02-281-1/+1
|
* Corrected version of 4b5e05c084f93c35dae946c2c9e814d565a613b0:Quincey Koziol2017-02-284-48/+26
| | | | | Fix some more signed -> unsigned value issues with cache data structures, also misc. style cleanups. All to align w/incoming page_buffering changes.
* Revert "Fix some more signed -> unsigned value issues with cache data ↵Quincey Koziol2017-02-284-26/+48
| | | | | | structures, also" This reverts commit 4b5e05c084f93c35dae946c2c9e814d565a613b0.
* Fix some more signed -> unsigned value issues with cache data structures, alsoQuincey Koziol2017-02-234-48/+26
| | | | misc. style cleanups. All to align w/incoming page_buffering changes.
* Cleanups and normalizations against incoming page_buffering changes.Quincey Koziol2017-02-208-100/+99
|
* Revert whitespaceAllen Byrne2017-02-131-1206/+1206
|
* Close file before trying to remove itAllen Byrne2017-02-131-1206/+1213
|
* Minor warning fixes.Dana Robinson2017-02-095-17/+14
|
* Deleted an extraneous remove() call from a test functionDana Robinson2017-02-081-3/+1
| | | | that might be causing the flushrefresh test to fail.
* Added #ifdef QAK macros around log VFD calls in SWMR acceptanceDana Robinson2017-02-083-1/+6
| | | | tests.
* HDFFV-10125 cache_common file already in test libAllen Byrne2017-02-021-2/+0
|
* HDFFV-10124 Using cache_common.h contains other include filesAllen Byrne2017-02-025-17/+0
|
* Fix Windows static only cache test checkingAllen Byrne2017-01-311-2/+3
|
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2017-01-2936-16/+9675
|\ | | | | | | develop_merge_cache_image_06
| * Additional minor changes from revise_chunks->develop.Dana Robinson2017-01-271-1/+0
| |
| * Moved remaining SWMR-related test files to develop.Dana Robinson2017-01-2636-15/+9675
| |
* | Add missing filesQuincey Koziol2017-01-293-0/+10436
| |
* | Cache image feature and testingQuincey Koziol2017-01-2938-7/+63
| |
* | Bring change to use array of metadata cache entry classes for H5C_createQuincey Koziol2017-01-283-71/+77
| | | | | | | | instead of array of class names from cache image branch.
* | Switch list lengths to unsigned integers (to align better w/cache image merge)Quincey Koziol2017-01-284-409/+163
|/
* Disable SHARED cache test on windowsAllen Byrne2017-01-241-3/+3
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-01-131-1/+1
|\ | | | | | | | | * 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.
| * tools/test/h5diff/testh5diff.sh.in:lrknox2017-01-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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".
* | Remove duplicate commandAllen Byrne2017-01-121-1/+0
| |
* | HDFFV-10094: upgrade cmake command conventionsAllen Byrne2017-01-111-13/+85
| | | | | | Also converted tests to use macros
* | Update cmake min version and cmake command conventionAllen Byrne2017-01-102-94/+94
|/
* Bring changes to metadata cache "get entry status" call and newQuincey Koziol2017-01-061-0/+2
| | | | | "child serialized / unserialized" messages and support from the cache image branch.
* Add "image up to date" flag / parameter to metadata cache entry status calls.Quincey Koziol2017-01-061-35/+36
|