hdf5/tools/testfiles/tst_onion_dset_ext.ddl
Dana Robinson fcf41b3cd6
Onion VFD (#1953)
* Onion VFD feature

* Fixes onion VFD errors with non-sec2 backing store VFDs

* Disables the onion VFD tests w/ ph5diff

* Disables non-sec2 VFDs as onion VFD backing stores

* Committing clang-format changes

* Formatted source

* Typo

* Adds onion VFD tools tests to CMake

* Fixes for v16 API compatibility

* Memset structs to avoid bad frees on errors

* H5Dwrite() calls now use H5T_NATIVE_INT as the memory type vs LE

* Properly decodes checksums on BE machines

* Be more careful about uint64_t to haddr_t/hsize_t conversions

* Another fix for BE data comparison

* Removed double underscores from onion constants

* Replace hard-coded onion header string w/ constant

* Fixes cleanup paths in H5FD__onion_ingest_history()

* Fixed use of size_t revision numbers

* Fix h5dump revision count format string

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-08-02 12:54:40 -07:00

20 lines
410 B
SQL

Using revision 1
HDF5 "tst_onion_dset_ext.h5" {
GROUP "/" {
DATASET "DS1" {
DATATYPE H5T_STD_I32LE
DATASPACE SIMPLE { ( 8, 4 ) / ( H5S_UNLIMITED, H5S_UNLIMITED ) }
DATA {
(0,0): 0, 1, 2, 3,
(1,0): 1, 2, 3, 4,
(2,0): 2, 3, 4, 5,
(3,0): 3, 4, 5, 6,
(4,0): 0, 1, 2, 3,
(5,0): 1, 2, 3, 4,
(6,0): 2, 3, 4, 5,
(7,0): 3, 4, 5, 6
}
}
}
}