`h5dump` fails to dump ` h5daos_test_map.h5`.
- Dominant language
- C
- Stars
- 5
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
`h5dump` fails on Sunspot.
```
hyoklee@uan-0002:~/vol-daos/build/bin> ./h5daos_test_map
container ERR src/container/cli.c:371 cont_destroy_complete() failed to destroy \
container: DER_NONEXIST(-1005): 'The specified entity does not exist'
Testing integer as the datatype of keys and values
Testing creation of map object PASSED
...
All DAOS Map tests passed
...
hyoklee@uan-0002:~/vol-daos/build/bin> h5dump h5daos_test_map.h5
HDF5 "h5daos_test_map.h5" {
GROUP "/" {
DATATYPE "key_datatype" H5T_ENUM {
H5T_STD_I32LE;
"ONE" 0;
"TWO" 1;
"THREE" 2;
"FOUR" 3;
"FIVE" 4;
};h5dump error: unknown object "map_comp_comp"
}
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.